Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Modify directory object

575692Dec 13 2007 — edited Dec 13 2007
How to modify directory object in Oracle 9.2.0.8 version ? For example :
create directory test as '/disk1/app';

Then i want that test reference directory : '/disk2/app' :
alter directory test modify as '/disk2/app_test';

ERROR at line 1:
ORA-00940: invalid ALTER command
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2008
Added on Dec 13 2007
3 comments
22,416 views