Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: duel error

RE: duel error

From: <lhoska_at_calibresys.com>
Date: Tue, 19 Jun 2001 12:21:19 -0700
Message-ID: <F001.0032F2B7.20010619122558@fatcity.com>

I think Dual is a table.

  1 SELECT TABLE_NAME FROM SYS.DBA_TABLES   2* WHERE TABLE_NAME='DUAL'
SQL> / TABLE_NAME



DUAL SQL> DESC DUAL
 Name                            Null?    Type
 ------------------------------- -------- ----
 DUMMY                                    VARCHAR2(1)


-----Original Message-----
Sent: Tuesday, June 19, 2001 3:56 PM
To: Multiple recipients of list ORACLE-L

Dual is not a table.

It just a placeholder.

At 11:04 AM 6/19/01 -0800, you wrote:
>You could always just run catalog.sql as sys.
>
>-----Original Message-----
>Sent: Tuesday, June 19, 2001 11:32 AM
>To: Multiple recipients of list ORACLE-L
>
>
>Your email says duel. You created dual, with an a, right?
>
>And did you grant select on dual to public? And create a
>public synonym for it?
>
>HTH,
>
>Yosi
>
>
>Shirish Khapre wrote:
>
> > hi
> > i accidentally dropped duel table from sys..then recreated it.
> > now when i am using rman during running the catrman.sql for
>recovery_catalog
> > it is flashing error
> >
> > select '08.00.05' from dual
> > *
> > ERROR at line 2:
> > ORA-00942: table or view does not exist
> >
> > u'r help is highly appreciated
> >
> > Shirish Khapre, SE Rolta India Ltd.
> > Off Ph No. (+91) (022) 8326666,8262222,8300568
> > Ext'n 2730
> > Minds are like parachutes. They only function when they are open
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Shirish Khapre
> > INET: shirish_at_rolta.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).
>
>--
>Thanks,
>
>Yosi
>
>
>---------------------------------------------------------
>Yosi Greenfield
>Oracle Certified DBA
>ygreenfield_at_compuserve.com
>
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Yosi Greenfield
> INET: yosi_at_comhill.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: Kimberly Smith
> INET: kimberly.smith_at_gmd.fujitsu.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: Hal Wigoda
  INET: hwigoda_at_mcs.net

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: 
  INET: lhoska_at_calibresys.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 Tue Jun 19 2001 - 14:21:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US