Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Information command in SQLcl gives ORA-20005 error

Wouter BreeuwsmaApr 19 2016 — edited May 3 2016

Hi all,

I am investigating the new SQLcl tool with all the great features (version sqlcl-4.2.0.16.049.0843).

When I try to get information from the employees table in the HR schema I get some errors. I have entered:

info hr.employees;

and get:

ORA-20005: ORU-10034: context argument must be 1 or 2 or 3 or 4 or 5 or 6 or 7

ORA-06512: in "SYS.DBMS_UTILITY", regel 112

ORA-06512: in regel 1

This occurs on a 10g R2 EE database on a Virtual Box machine. I get the same error with SQL Developer 4.1.3.20.

What can be the reason for this?

On a 11XE database it is working with SQL Developer 4.1.3.20.

Regards, Wouter

This post has been answered by Dear DBA Frank on Apr 21 2016
Jump to Answer

Comments

Post Details

Added on Apr 19 2016
7 comments
1,641 views