Hello Shruti,
There are a huge number of tables in GRC 5.3. Unfortunately, I do not have a GRC 5.3 system to provide you all the table names.
The tables are not located in the back-end system. You will not be able to see these tables as they are just accesible directly in your database or through Java front-end (opensql_test.jsp).
You can check both options:
- Ask your DBA to give you the list
- Query directly from database (depending on the database you are using)
Oracle for example: select *from tab where tname like '%AE%'
Best Regards.
Fernando