|
I think you are doing it right from the Catalyst side, I connect to
Oracle routinely in exactly the same form as you show, with no issues. If you omit the "create=static", it's probably creating a dynamic schema, and so it's created OK but you run into problems at runtime, since the creation of schema classes is being deferred until then, as well as the connection to the database. Maybe you have tried connecting to the database with other methods (sqlplus, DBI) from the same host, and so it works, but for the Catalyst app you are doing it remotely? If so, your tests are not conclusive. My bet would be that although you have correctly configured the Oracle database locally, the listener is not, and does not accept connections from the network for that SID. But of course, I might be wrong. :-) Cheers Jorge
El 10/03/11 13:16, Rohan M escribió:
|
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/

