Default workspace after switching to 11g

I installed 11g on my local computer and imported my data using a dmp file. Now my application works fine, and I can also connect to the database using the SQL developer without any problems.

But when I try to enter with the top, I do not know what to enter in the field workspace. I used INTERNALworkspace with adminas username. But I could not find tables and diagrams.

I went to the workspace manager and found that only the INTERNALsingle-user workspace works there (admin).

How to view and manage existing tables with apex? (As I said, I can do it with SQL developer, but I want to do it with apex)

+5
source share
1 answer

Apex is an application development environment that has some tools for managing schema objects, but for this purpose it is not as powerful or easy to use as SQL Developer.

If you really want you to be able to log in as an administrator and create a workspace, but I would prefer to use SQL Developer if I were not going to use Apex for my main goal, which is to create applications.

+2
source

All Articles