Error en la conexion a la base de datos con el jdeveloper

melgarejo
24 de Abril del 2006
tengo un gran problema al conectar el jdeveloper con mi base de datos en oracle me sale el sigueinte error:
ORA-00604: error occurred at recursive SQL level 1
ORA-12705: invalid or unknown NLS parameter value specified
me podrian ayudar por favor!!!

rgavilanes
24 de Abril del 2006
Saludos cordiales:
Con respecto a este tema tienes que revisar el oracle home directory y verificar la variable NLS_LANG. Si aun asi no funciona revisa el idioma en la configuracion regional del sistema operativo
Att,
ramiro

Juan Carlos Castro
24 de Abril del 2006
Try this:

Locale locales [] = Locale.getAvailableLocale();

// Now before any attempt to connect to the database
// try changing the Locale
for(int i = 0; i < locales.length;i++){
Locale.setDefault(locales[i]);
// And now write code to load driver, and connect
yourDBManager.connect();
}

At least one locale should success

If you are successful write me an email [email protected] I would be happy to know it helps.

Regards.

ecuaman
24 de Abril del 2006
Prueba esto

http://forums.oracle.com/forums/thread.jspa?forumID=83&threadID=282354

Amira Sousa
24 de Abril del 2006
Tengo problema con este error, me podrian ayudar
ORA-12705: invalid or unknown NLS parameter value specified