cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Modelling:How to check all the tables created in back end in hybris?

Hari_prasad
Participant
0 Likes
4,410

i have created many item types in items.xml with deployment tag how we can check all the tables created in back end .

Thanks and Regarts

preeti

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor

Hi Preeti / Hari Prasad - if you just want to check the tables there are two ways:

  1. Login to hAC (i.e. hybris Admin Console) > Go to the tab, Monitoring and then go to the tab, Table size on this page> Click the button, Calculate Table Size. It may take a couple of minutes to show the result, depending on how many tables you have.
  2. Use a database client e.g. DB Visualizer to connect to the database and view the tables.

if you just want to check the itemtype and the corresponding deployment table, Login to hAC (i.e. hybris Admin Console) > Go to the tab, Maintenance > Click Deployment

Answers (1)

Answers (1)

Hari_prasad
Participant
0 Likes

Thank you Arvind

its very helpfull.