[Tip] Connect with Oracle Forms 6i on Oracle XE 10G

DBA Geral (instalação, configuração do banco, scripts do Sql*Plus, shell scripts, batch scripts, etc...)
Post Reply
goper
Rank: Estagiário Pleno
Rank: Estagiário Pleno
Posts: 4
Joined: Sat, 23 Sep 2006 11:53 am
Location: Novo Hamburgo/RS
Contact:
Claiton de Oliveira
Goper Engenharia de Software Ltda
www.goper.com.br

I had problems connecting with Oracle Xe Universal through Oracle Forms 6i due to NLS settings.

To resolve the problem, I changed database character to UTF8 and can connect and use my application.

Connect to SQLPlus as SYSDBA (eg System / Password SYSDBA) and perform the steps below:

Select all

SQLPLUS>shutdown immediate 
SQLPLUS>startup restrict 
SQLPLUS>ALTER DATABASE CHARACTER SET INTERNAL_USE UTF8; 
SQLPLUS>shutdown immediate 
SQLPLUS>startup


Environment information:
* Oracle version: Oracle XE 10G Universal
* Operating system: Windows XP, NT
goper
Rank: Estagiário Pleno
Rank: Estagiário Pleno
Posts: 4
Joined: Sat, 23 Sep 2006 11:53 am
Location: Novo Hamburgo/RS
Contact:
Claiton de Oliveira
Goper Engenharia de Software Ltda
www.goper.com.br

Complementing: for accentuation, consider

Select all

CHARACTER SET INTERNAL_USE WE8ISO8859P1;
User avatar
dr_gori
Moderador
Moderador
Posts: 5026
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

Thanks for the tip!!! :-O
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest