Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to insert data from qlikview to oracle database ?

how to insert data from qlikview to oracle database ?

13 Replies
Anonymous
Not applicable
Author

Yes You can...

buzzy996
Master II
Master II

it's big thing,but u can achieve through web services.

but in other way,some one said above if u like,

1.export from qlikview into excel

2. load from excel into ur database table

(For this:

1. start

2.Program

3.sql import and export wizard

4. set ur authorization details

5. select ur excel file

6. click finish).

Anonymous
Not applicable
Author

Yes.

You can also export to XML and don't use excel.

You can also use a program with capture XML generated and insert it's contents into DB.

So You Can....

Not applicable
Author

Hello,


To insert data into ORACLE, 2 ways :

1. ODBC : add "MODE WRITE" in ODBC Connection string like below

ODBC

CONNECT32 TO [MICDW;DBQ=XXXXXXX] (XUserId is DJLJFDLKJDKLÖFLKÖFJD, XPassword is DFLHJ=DFKJKÖLKLDJF, Mode is write);

OR


2. Use Oracle OLEDB driver , works well !!!

64-bit Oracle Data Access Components (ODAC) Downloads

http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html

Regards