cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing data from HANA DB

0 Kudos

Hi,

We have an application that pulls metadata from different databases.

Typically, our application needs below details to connect to the database. Like...

  • Hostname/IP Address
  • Port Number
  • SID
  • Driver Name like Oracle JDBC driver
  • Username and Password

Is there any way to pull HANA data catalog (metadata) in a similar way.

I know that we can export metadata to .csv file through SAP HANA Studio.

But I don't want data in .csv files. Please help.

Thank you.

Ravinder.

Accepted Solutions (1)

Accepted Solutions (1)

lbreddemann
Active Contributor
0 Kudos

Yes, by providing the logon data (the items you mentioned) you can logon to the system and query the database catalog views (TABLES, VIEWS, SCHEMAS, etc.). These views are extensively documented in the reference documentation.

0 Kudos

Thank you Lars Breddemann.

I can able to pull data from HANA DB.

Answers (0)