Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: statement for directory objects
You should be able to see the one you created in dba_directories:
select * from dba_directories;
Igor Neyman, OCP DBA
Perceptron, Inc.
(734)414-4627
ineyman_at_perceptron.com
Hello again,
Before sending this email,I have done some intents to get this
information. One of this was through this view (user_objects) but there is
no object directories in it.
The way in which I have created it is 'create directory XX AS 'E:\XXX';,
and I get no error, the one I think is the correct one.
I have made inserted too a parameter in the init.ora file 'UTL_FILE_DIR',
but with no luck.
Could somebody give me any idea? Am I doing anything wrong?
A lot of thanks again
"Gogala, Mladen" wrote:
> select * from user_objects;
>
> > -----Original Message-----
> > From: Beatriz Martínez Jiménez [mailto:beamar_at_cidaut.es]
> > Sent: Wednesday, July 25, 2001 7:35 AM
> > To: Multiple recipients of list ORACLE-L
> > Subject: statement for directory objects
> >
> >
> > Hello List,
> > I would like to know any statement to know which 'object directory'
> > exists in the oracle instance, for a specified user.
> > TIA,
> >
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Gogala, Mladen
> INET: MGogala_at_oxhp.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Igor Neyman INET: ineyman_at_perceptron.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jul 25 2001 - 12:51:20 CDT
![]() |
![]() |