Tagged Questions

1
vote
1answer
60 views

Latvian language thesaurus dictionary

Is there any public API for latvian language thesaurus dictionary?
0
votes
2answers
1k views

In Oracle, why do public synonyms become invalid when a table partition is dropped.

Hi everyone, can someone tell me why the following behavior occurs (Oracle 10.2): SQL> create table part_test ( i int primary key, d date ) partition by range ( …
2
votes
3answers
6k views

How to debug ORA-01775: looping chain of synonyms?

I'm familiar with the issue behind ORA-01775: looping chain of synonyms, but is there any trick to debugging it, or do I just have to "create or replace" my way out of it? Is th …