column xmltype appears with creator's username
Hi,
Suppose I (user1) create a table with a column of type XMLType in the schema APP:
user1> create table app.t (a xmltype);
If user2 describes the table, he sees:
user2> desc app.t
Name Null? Type
---------------------------------------------------
a user1.xmltype
Why? Why the XMLType is being referencing the user who created the table? It shouldn't be just XMLType, or at least, app.xmltype?
TKS
Flavio
Suppose I (user1) create a table with a column of type XMLType in the schema APP:
user1> create table app.t (a xmltype);
If user2 describes the table, he sees:
user2> desc app.t
Name Null? Type
---------------------------------------------------
a user1.xmltype
Why? Why the XMLType is being referencing the user who created the table? It shouldn't be just XMLType, or at least, app.xmltype?
TKS
Flavio
0