Closed iamamjadabdullah closed 2 years ago
If the system has more than one schema in its definition, you must create a user for each one and give the base user permissions to manipulate them.
remember that schemas in oracle correspond to users
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
While using oracle database exception occur. Below is connect string. Database is fine and can be connected with PL SQL. Kindly help to this. Let me know if further information required.
{ "DatabaseSettings": { "DBProvider": "oracle", "ConnectionString": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(CONNECT_DATA =(SERVER=DEDICATED)(SERVICE_NAME=orcl)));User Id=demo_db;Password=netsolpk" } }