Tagged Questions
2
votes
1answer
54 views
Do roles have an owner in oracle?
Suppose that i have logged in to oracle database using user X. then user X creates some roles using create role command. I want to know that is user X the owner of the roles? and can i select all ...
0
votes
1answer
61 views
Oracle tables replication options based on unique needs [closed]
We have a unique situation and I was wondering if some of you could chime in. I am no way close to DBA and that's why I am here.
Let me illustrate what we are trying to achieve.
Let's say we have ...
1
vote
1answer
125 views
Oracle delete technique for table's segment size (data compactness)
I would like to ask if there is any effect on the following deletion technique of a database to the tablespace size. The existing code for clearing the data has the following style of code before:
...