countrypaul
Technical User
Is it possible to change the owner of a table in Oracle ?
For example:
If table statistics was created by Paul, but I now want it to be accessed as part of an application schema rather than 'personal' schema. That is to reference it as ABCD.statistics rather than paul.statistics from other users. I could copy the table into ABCD (if there was enough storage), but I wondered if it was possible to change the owner?
I've been looking at the documentation but cannot find anything appropriate. As is often the case, it may be there but I can't find it as I'm not searching for the right thing !
Thanks
Paul
For example:
If table statistics was created by Paul, but I now want it to be accessed as part of an application schema rather than 'personal' schema. That is to reference it as ABCD.statistics rather than paul.statistics from other users. I could copy the table into ABCD (if there was enough storage), but I wondered if it was possible to change the owner?
I've been looking at the documentation but cannot find anything appropriate. As is often the case, it may be there but I can't find it as I'm not searching for the right thing !
Thanks
Paul