Skip to Main Content

Database Software

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!

Create new database without PDB or without using C##

SANPATSep 14 2015 — edited Sep 22 2015

Dear All

I am able to create database table in oracle 12c with prefix c## , where as I want to create without prefix . I Read all the documents but still I am not understanding. can anyone explain about this

I am using the following command to create database

create user c##test identified by test;

grant connect, resource to c##test;

grant imp_full_database to c##test;

grant exp_full_database to c##test;

Sandy

This post has been answered by Sven W. on Sep 22 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2015
Added on Sep 14 2015
10 comments
3,139 views