Using below method we can get Database SchemaName.
select * from all_tables where
owner= '<%=odiRef.getSchemaName()%>'
Using below method we can get Database SchemaName for Default Physical Schema from your Databaserver.
select * from all_tables where
owner= '<%=odiRef.getSchemaNameDefaultPSchema()%>
'
No comments:
Post a Comment