hi,
i am using oracle 9i with VB.net, i've written a program to access database for e.g emp table from VB.net by creating a connection through Microsoft OLE DB provider for Oracle, the connection built was successful, but when i later turned my computer on and executed the program... there was an error. Now when i tried to make connection through DataLink using the same procedure
it gives me an error:
"Test connection failed because of an error in initializing provider. Ora-12500: TNS listner failed to start a dedicated server process"
Why is it so?
please help me.
thanx.