The sqlldr tag has no wiki summary.
0
votes
1answer
112 views
Place for setting environment variables for WebSphere JVM process
I have a websphere application which runs under the user wsadmin.
The application invokes the SQL bulk loader client ./sqlldr
The sqlldr needs some environment variables predefined in order to work ...
0
votes
1answer
62 views
Different sqlldr locations on load balanced nodes
We have two nodes in a cluster in a load balancer running third party WebSphere application.
We have noticied that ./sqlldr location is different for both the nodes.
For one node , its:
...
4
votes
3answers
4k views
SQL*Loader installation
Is it possible to install SQL*Loader without installing the whole Oracle package?
1
vote
1answer
680 views
What permissions do I need to run SQL*Loader?
What permissions does a database user need to be able to run oracle's sql loader? For instance, since sql loader will disable indexes and triggers, does it need ALTER permissions for those items?
...