Randem Systems Support Board

Randem Systems Products and Website => Multi Database Control (RSdbControl) => Topic started by: jus (Unregistered Guest) on April 27, 2005, 04:06:17 AM

Title: Oracle Connection
Post by: jus (Unregistered Guest) on April 27, 2005, 04:06:17 AM
I have downloaded the rsdbcontrol and tested it with the access2000 database. But not clear as to how to connect to oracle using this. The code gives some examples like Access, mysql etc. But oracle is not given. Please help.
Title: Oracle Connection
Post by: admin on April 27, 2005, 08:25:41 AM
Guest,
 
For Oracle use the type that matches the driver you have installed. If you have an OLEDB or ODBC driver installed use the appropiate connection.
 
Most Oracle users have ODBC connections, but a DSN less (OLEDB) connection would fare better if available.
 
This was in the wrong section so it was moved.
 
BTW: Oracle is listed oin the documentation
Title: Oracle Connection
Post by: htimmerman (Unregistered Guest) on November 16, 2005, 10:51:57 AM
I have created nested views three levels deep in Oracle 8i. The performance of the query on the top view is very poor. How do I get a better perfromance?
Title: Oracle Connection
Post by: admin on November 16, 2005, 03:57:23 PM
htimmerman,
 
Please elaborate, I imagine you are using the RSdbControl dll? How are you connected to Oracle? Where is the server located? What kind of connection are you using? Is the connection accross the internet? Etc, Etc...
Title: Oracle Connection
Post by: htimmerman (Unregistered Guest) on November 16, 2005, 11:03:40 PM
I am using sql plus. The datbase server is located in our head office. We have a dedicated line SDSL 1024/1024 Kb 1:2
Title: Oracle Connection
Post by: admin on November 16, 2005, 11:31:08 PM
What is the code you are using for this?
Title: Oracle Connection
Post by: htimmerman (Unregistered Guest) on November 17, 2005, 12:06:01 AM
I don't understand the word code in this connection. Sorry, I'am a starter at Oracle.
Title: Oracle Connection
Post by: admin on November 17, 2005, 07:18:56 AM
So, is your question about Oracle or the RSdbControl? If it is using the control, post some code used to accomplish this task.
Title: Oracle Connection
Post by: htimmerman (Unregistered Guest) on November 23, 2005, 12:38:54 AM
I solved the problem by making two indexes on basic tables. Thanks for the answers.
Title: Oracle Connection
Post by: admin on November 23, 2005, 12:59:52 PM
Ok, great.