Saturday, 4 May 2013

UDI-12560 operation generated oracle error | ORA-12560 TNS protocol adapter error

UDI-12560 operation generated oracle error

This error is commonly seen in SQLPLUS.
No need to panic while seeing this error just follow the basic steps.

 While installing Dump you will be fired UDI-12560 operation generated oracle error 12560.
If this error occurs, it means that you have not created the user for the database.

Action:

create user user_name identified by password default tablespace tablespace_name quota unlimited on autosalvage;

Then your issue will be resolved.

If Your issue is not resolved please post your comment here.

No comments:

Post a Comment