You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

DRCP in Autonomous Transaction Processing

edited Jan 20, 2022 12:14AM in Autonomous Database 2 comments

Summary

DBMS_CONNECTION_POOL in Autonomous Transaction Processing

Content

Is DRCP available in ATP 18.4.0.0? I tried to start it as ADMIN with the following result:

SQL> EXECUTE DBMS_CONNECTION_POOL.START_POOL();
BEGIN DBMS_CONNECTION_POOL.START_POOL(); END;

      *
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_CONNECTION_POOL.START_POOL' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

 

DBMS_CONNECTION_POOL has to be started as SYS. How I can start using it in ATP

Thank you 

Version

18.4.0.0

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!