I wrote a bunch of code with queries that only specify the table name, without the prefixes. I was using sysdba as the user id in the connection string. Now I am using sa and I think that's the reason it wants me to reference a table in the format dbname.userid.tablename. My questions are:
1. Is this the reason it wants me to include prefixes?
2. Is there any way to connect using the sa account but avoid needing to use the prefixes?
Thanks.
1. Is this the reason it wants me to include prefixes?
2. Is there any way to connect using the sa account but avoid needing to use the prefixes?
Thanks.