- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do I setup an ODBC connection?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 06:55 AM
тАО05-18-2005 06:55 AM
How do I setup an ODBC connection?
I am using HP-UX 11.11 and I need to setup an ODBC connection. Does anyone have procedures on how to do this?
Thanks in advance!
-JT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 07:06 AM
тАО05-18-2005 07:06 AM
Re: How do I setup an ODBC connection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 07:39 AM
тАО05-18-2005 07:39 AM
Re: How do I setup an ODBC connection?
perhaps ODBC is not correct. I need to connect to a .csv file and read it as a database. Does anyone know how I should approach this?
Thanks again!
-JT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 07:54 AM
тАО05-18-2005 07:54 AM
Re: How do I setup an ODBC connection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 02:57 PM
тАО05-18-2005 02:57 PM
Re: How do I setup an ODBC connection?
If you have a .csv file and you want to load the data into an oracle database then use sqlldr utility.
If the .csv file is on a windows server or your PC then ftp the file to the server where your database is and then you can use the sqlldr utility to load the data.
You will require the control file which will have the table column type and length definitions and your .csv file will be the data file. Here is the syntax of sqlldr.
sqlldr username/password control=/path/control_file_name data=path/data_file_name.csv errors=99999 log=/path/file_name.log bad=/path/file_name.bad
Where your control will be the control file, data will be the data file (csv file) , log will be the output log file which telles number of records read, loaded and rejected if any, and bad will be the bad file (text file) which contains the rejected records.
for more info on sqlldr, logon to the server as oracle and type sqlldr HELP=Y nad you will get the complete parameters syntax.
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 05:30 AM
тАО05-25-2005 05:30 AM
Re: How do I setup an ODBC connection?
- for 920
Start>Programs>Oracle_Home>Configuration and Migration Tools>Microsoft OBDC Administrator
Enjoy -
no points please