问题标签 [oracle-wallet]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
20 浏览

sql-loader - How to load data to table using sqlloader with oraclewallet

I have been trying since mng ,but no luck . I need to load data from a file to a table using sqlloader, when i tried giving the entire connection with username and password , I was able to load data to table.But since we cant provide the password externally , we have something called oraclewallet .when i try to connect it through oracle wallet i am not able to conenct to database.Does any one has any idea on this?

sqlldr userid=$sqlconenction rows=1000 data=$file control=loader.ctl sqlconnetion= "$oraclehome/bin/sqlplus @userid

i tried this way .