[closed] RTC table names in Oracle database
The question has been closed for the following reason: "Problem is not reproducible or outdated" by lumar Jul 15 '18, 8:48 a.m.
One answer
I am not sure, why you need that information, but I would suggest to connect to the database and create a list of the database tables. Different DB vendors provide their own tools to do that. In DB2 you can do that for instance with the administrative tools.
By the way, in general direct access and manipulation of these tables and their content is not recommended. The application is supposed to handle the data.
By the way, in general direct access and manipulation of these tables and their content is not recommended. The application is supposed to handle the data.
Comments
Ralph,
I need these pieces of information because this is a non-standard db configuration.
The tables have been created by a db user with DBA grants, but now the customer wants RTC to use a different user, without DBA grants, to access tables with read/write grants.
So, we should create tables "synonyms" for this user.