Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: duel error
And one more thing. The table dual has one column called dummy with is defined as varchar2(1). and contains ONE row with the value of 'X'.
>>> rgramolini_at_tax.state.vt.us 06/19/01 02:13PM >>>
Who were you logged on as when you recreated it? Did you create a public
synonym for <user>.dual? You should create the table as sys.dual and create
the public synonym for it. That should fix your problem
HTH,
Ruth
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
Sent: Tuesday, June 19, 2001 1:51 PM
> 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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ruth Gramolini INET: rgramolini_at_tax.state.vt.us 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: William Beilstein INET: BeilstWH_at_obg.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 - 12:51:12 CDT