Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
at work, we have a huge Oracle database which holds information regarding systems I need to manage. However, the webinterface/application that's used to access this data is very slow and limited.
So I would like to use a script to collect some information and store this in a csv file to run some scripts against it.
But what program do I need to install to access the Oracle Database?
I have the servername, port, user & pass, db name, ... I just don't know how to connect to it from my linux machine.
Oracle Instant client (freely downloadable) gives you SQL*Plus, which should do
what you're asking for just fine (provided you're familiar with the database
you're trying to query).
at work, we have a huge Oracle database which holds information regarding systems I need to manage. However, the webinterface/application that's used to access this data is very slow and limited.
So I would like to use a script to collect some information and store this in a csv file to run some scripts against it.
But what program do I need to install to access the Oracle Database?
I have the servername, port, user & pass, db name, ... I just don't know how to connect to it from my linux machine.
Hai,
You can always use oracle products to do such activities.. I suggest you to use TOAD.. from where u can just tranfser the datas to any format file like .csv,.xml,xls,txt..
You can always use oracle products to do such activities.. I suggest you to use TOAD.. from where u can just tranfser the datas to any format file like .csv,.xml,xls,txt..
Let me know if you need any help
Thanks
Yusuf
If I go to the TOAD site and download, I get a zip with an .exe file? Isn't there a linux client?
TOAD is actually a Qwest product (a really good one). You should install the Oracle client unless you're planning on using JDBC or similar to connect to the database. The client is a free download from Oracle but installation isn't 100% straight forward if you haven't done it before but it's easier than installing the full blown RDBMS.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.