dba_directories
628010Feb 18 2009 — edited Feb 18 2009Hi,
I want to create a path in the dba_directories like /apps/oragmt/DEV/utl/
the current listing like the below
-------------------------------------------------------------------------------------------------------
select * from dba_directories
2 ;
OWNER DIRECTORY_NAME
------------------------------ ------------------------------
DIRECTORY_PATH
--------------------------------------------------------------------------------
SYS EXTRACT_DIR
/apps/orarpt/PROD/utl/
SYS UDUMP
/oracle/admin/PROD/udump
----------------------------------------------------------------------------------------------------------
I want to add /apps/oragmt/DEV/utl/ to the above...
can anyone please give me the command for this
Thanks,kr