Okay I tried to make some updates to my database and I messed something up!
I used to be able to say:
SELECT * FROM my_table.
Now I required with the same login in to say:
SELECT * FROM owner.my_table
The trouble is the application I am using does things the first way and it is not connection correctly, so I can't live with this.
I am logging in as the owner of the table, but I guess there is another trick to this.
thanks,
mingus
I used to be able to say:
SELECT * FROM my_table.
Now I required with the same login in to say:
SELECT * FROM owner.my_table
The trouble is the application I am using does things the first way and it is not connection correctly, so I can't live with this.
I am logging in as the owner of the table, but I guess there is another trick to this.
thanks,
mingus