Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


ORA-38312: original name is used by an existing object

Answers were Sorted based on User's Feedback



ORA-38312: original name is used by an existing object..

Answer / guest

Cause: An attempt was made to recover an object preserving
the original name, but that name is taken up by some other
object.

Action: use the RENAME clause to recover the object with a
different name.

Please add more information about this Error

Is This Answer Correct ?    3 Yes 1 No

ORA-38312: original name is used by an existing object..

Answer / sivadasan

I faced this kind of error while Undrop a table from
recyclebin.

If i droped a table means in recyclebin it will get a new
name in the prefix with 'BIN$'.not only one. there are two
or more object name will be created.

At the time of "flashback" process Oracle is throwing this
error " ORA-38312: original name is used by an existing
object" .

If anybody know the reason pls explain

Is This Answer Correct ?    1 Yes 0 No

ORA-38312: original name is used by an existing object..

Answer / sonali

It happens because you have a table with the same name which you have dropped earlier. Now the same name table you are trying recover and in the result oracle server is giving the above error.
However you can fix it by the below command.
FLASHBACK TABLE DEPT TO BEFORE DROP RENAME TO DEPT_OLD;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

KUP-04052: error processing column string in a row for datafile string

1 Answers  


ORA-02215: duplicate tablespace name clause

1 Answers  


ORA-25153: Temporary Tablespace is Empty

1 Answers  


QSM-01023: materialized view, string, has GRANT errors

1 Answers  


TNS-01101: Could not find service name string

1 Answers  


KUP-03015: OCI error getting datetime lfprecision.

1 Answers  


ORA-16784: The database object name given in property Dependency is incorrect.

1 Answers  


AUD-00706: unsupported or corrupted input format

1 Answers  


RMAN-06490: WARNING: limit of autobackups for the day has been reached

1 Answers  


ORA-01984: invalid auditing option for procedures/packages/functions

1 Answers  


ORA-29962: fatal error occurred in the execution of ODCIINDEXALTER routine

1 Answers  


PCC-02352: out of bounds bind position from PL/SQL

1 Answers  


Categories