1

I'm using IntelliJ 12.0.4 in combination with Oracle 11g XE edition. I've set up a schema and some tables and added that data source in IntelliJ. I have two types of tables:

  • Tables without any kind of prefix (e. g. DB_USER)
  • Tables with prefix TBL$ (e. g. TBL$EMPLOYEE)

From IntelliJ I can only see the tables without prefix, while the tables with prefix are invisible. I've also added synonyms for those tables with prefixes which I can see from IntelliJ. The problem is that I can't generate Hibernate mappings from those synonyms.

Does anyone know what went wrong? :)

1 Answer 1

1

As a result of addressing this issue the loader filters out tables with 3 letter (or less) prefixes followed by $. These tables are considered Oracle internal (this type of prefix is often used for deleted tables).

There is no way to see such tables, consider renaming them.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.