Today I faced the problem of Oracle Forms 6i failing to connect to Oracle XE 10g on my colleague’s laptop.
I faced this problem before also but never thought of jotting it down.
Now I though it will be good idea and helpful to many of my colleagues and friends in Oracle community, if I do so!
Here is what I did to connect Oracle Forms 6i to Oracle XE 10g.
To make Oracle Forms 6i able to connect to Oracle XE 10g I set the database character set to UTF8.
Steps to do are as follows:
First I shutdown the database:
SQLPLUS>shutdown immediate
Then I start the database in restrict mode:
SQLPLUS>startup restrict
Then I change the databse charcter set as follows:
SQLPLUS>ALTER DATABASE CHARACTER SET INTERNAL_USE UTF8;
Then I shutdown the database:
SQLPLUS>shutdown immediate
Then I start the database in normal mode:
SQLPLUS>startup
After this my colleague was able to connect to the Oracle XE database through Forms 6i.






3 responses so far ↓
1 Dusan Skenderovic // Dec 31, 2007 at 4:22 am
Great,
You save me a lot of time :)))
Thanks, it works.
2 Muhammad Faizan // Mar 21, 2008 at 5:31 am
this post is ever helpful when ever i installed forms 6i with oracle DB XE!
thnx for info
i have also a blog dedicated to oracle product
navigate http://techfresh.info
3 Lenin Rivera // Apr 28, 2008 at 7:19 pm
Excelente, muchas gracias por la explicación. Tenia ya un tiempo tratando conectarme sin lograr nada. Muchas pero muchas personas te deben una.
Leave a Comment