Owner Name may Change When a Table is Created by a DBA user
(Doc ID 2582596.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Goal
Oracle sample schema(s), Public Documentation delivered with an Oracle database product or other training material. Any similarity to actual
environments, actual persons, living or dead, is purely coincidental and not intended in any manner.
For the purposes of this document, the following fictitious environment is used as an example to describe the procedure:
SCHEMA NAMES: RMAN, DSDBA
TABLE NAME: TEST1, TEST_DBA
*************
Why is the owner of a table I created as a DBA showing up in DBA_TABLES as RMAN rather than under my ownership?
See steps below.
SQL> connect dsdba@oem13cp
Enter password:
Connected.
SQL> create table TEST_DBA (f1 number);
Table created.
SQL> select owner from dba_tables where table_name='TEST_DBA';
OWNER
--------------------------------------------------------------------------------
RMAN
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |