I have used the query to an Oracle database using Mercator 5.0 database interface designer. The program has been running perfectly everyday until the Oracle DBA decided to delete the old userid and created a new one with almost the same priviledges as the old one. I used the new one to access the database (Sql net) but the designer is telling me that there is no tables in the database. If I use SQL plus, the new userid/password is working fine except that now everytime I do a select into a table I have to qualify it (owner???) like
ex.. select * from lawson.cbchecks;
the old userid does'nt use the "lawson." qualifier and still gets records from the table. What is the difference??
I have asked the DBA to make sure that the setup should be the same as the old userid and I was told that there should be something in the Mercator side to put the qualifier.
Is this really true? Anybody can shed me some lights on this??
Thank you very much.
We are on Sun Solaris
jmanj
ex.. select * from lawson.cbchecks;
the old userid does'nt use the "lawson." qualifier and still gets records from the table. What is the difference??
I have asked the DBA to make sure that the setup should be the same as the old userid and I was told that there should be something in the Mercator side to put the qualifier.
Is this really true? Anybody can shed me some lights on this??
Thank you very much.
We are on Sun Solaris
jmanj