ORA-01568
ORACLE Data Base MessagesDownload this dictionary
ORA-01568
ORA-01568: cannot set space quota on PUBLIC

Oracle8 Server Error MessagesDownload this dictionary
ORA-01568
cannot set space quota on PUBLIC
Section: 01500-01699 Oracle Commands Messages
Notes: This section lists messages generated when entering Oracle commands.If you are using Trusted Oracle, see the Trusted Oracle documentation for information about error messages in that environment.

Cause: An attempt was made to set a space quota for PUBLIC on a tablespace.

Action: To grant system-wide or tablespace-wide space privileges to all users, use the statement

GRANT UNLIMITED TABLESPACE [ON tablespace] TO PUBLIC;

Provided by PB for Oracle Professional.

Oracle Error Messages - Description, Cause and ActionDownload this dictionary
ORA-01568
01568, 00000, "cannot set space quota on PUBLIC"
MERGE: 1568 PROBABLY OBSOLETE
*Cause: Trying to set space quota on a tablespace for PUBLIC.
*Action: If trying to grant system-wide or tablespace-wide space priviledges
to all users, use GRANT RESOURCE [ON <tablespace>] TO PUBLIC.