I am creating a PL/SQL pacakge. While creating this package, followin error returned.
ORA-01653: unable to extend table SYS.SOURCE$ by 64 in tablespace SYSTEM
Why this error is coming for creation of pacakge? What could be the issue.
How can we solve this problem?