jump to navigation

Configure privilege UNLIMITED SPACE for spesific user : September 17, 2008

Posted by pci08 in 1.
add a comment

1. Login as system and give the <user> system privilege UNLIMITED SPACE
and the problem will be solved.

it needs when this error code appears :

ORA-01536 : space quota exceeded for tablespace …

Create permission for make a VIEW for spesific user in oracle: September 17, 2008

Posted by pci08 in error resolving.
add a comment

1. Login as system and give the <user> system privilege CREATE ANY VIEW
and the problem will be solved.