![]() |
CI And Oracle (Unable to connect to your database server using the provided settings.) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: CI And Oracle (Unable to connect to your database server using the provided settings.) (/showthread.php?tid=35597) |
CI And Oracle (Unable to connect to your database server using the provided settings.) - El Forum - 11-04-2010 [eluser]Atik[/eluser] Dear all, i got a problem with CI and Oracle.. My Database Configuration file is I use Xamp and Oracle 10G Code: ///////////////////////////////////// Error is Unable to connect to your database server using the provided settings Can Any One Solve this problem ..... CI And Oracle (Unable to connect to your database server using the provided settings.) - El Forum - 11-04-2010 [eluser]jrtashjian[/eluser] Although I've never use Oracle the only problem I see in this code is that Code: $db['default']['database'] Code: $db['default']['database'] = $dbname; Just a thought. CI And Oracle (Unable to connect to your database server using the provided settings.) - El Forum - 11-11-2010 [eluser]Atik[/eluser] Yeaaa. i solve it. its a matter of TNS CI And Oracle (Unable to connect to your database server using the provided settings.) - El Forum - 11-18-2010 [eluser]auximage[/eluser] What was the TNS you ended up using? |