Reputation: 387
I create new user in Apex 19. I want to connect apex user with oracle sqldeveloper. I have oracle database 12c and Apex 19 Installed.
Anyone know how to connect?
Thanks
Upvotes: 1
Views: 3948
Reputation: 60312
You can't connect to an APEX user via SQL Developer. You need to use/create a database schema account.
You can create database accounts by first connecting to your database using a DBA account (e.g. SYSTEM or SYS). Alternatively, if your APEX workspace was created using the defaults it may have created a database schema account as well, so if you know its password you may be able to connect to it via SQL Developer as well.
Upvotes: 1
Reputation: 143063
Connect as you connect to any other user - provide its username and password.
Upvotes: 0