Link to home
Start Free TrialLog in
Avatar of qmtech
qmtech

asked on

ORA-10131 Insufficient Privileges

I am trying to get an Oracle 10.1.0 DB running on a new machine for testing purposes.  I have installed Oracle and copied over the various directories (/network/admin, dbs) from the old server.  When I try to login via sqlplus, I get an Insufficient Privilege error.  This is not an issue related to the dba group as I am able to login via sqlplus to another db on the server.  What am I missing here?

Thanks,

Rich
Avatar of Acton Wang
Acton Wang
Flag of United States of America image

what user you are using? Does this user have "create session" privilege?
You can log in as sys dba to see privileges of this user and grant some common privilege to it.
Avatar of qmtech
qmtech

ASKER

The problem was solved by creating a static db registration in listener.ora.  Thanks for your comments, case closed :)
ASKER CERTIFIED SOLUTION
Avatar of DarthMod
DarthMod
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial