Welcome Guest, Not a member yet? Register   Sign In
problems with multiple connections to databases and sessions
#1

Hi,

I need to work with two simultaneous connections, mysql and oracle. But when registering my session with CI session by database it does not let me process the queries of oracle, I think it tries to do the search of the oracle tables in the mysql database.

I already tried, with loading the second connection to oracle but still not answering.

Before configuring the sessions, the development correctly executes the second connection with the instruction: variable = this load database oracle true

Do you know any solution to the case?
Thanks for your help.


Attached Files
.pdf   Database file with two conections.pdf (Size: 306.36 KB / Downloads: 93)
Reply
#2

Only one I could think of would be to use one of the other session drivers like file, temp or cache.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

Have you confirmed that when you connect only to 'oracle' that it works as expected?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB