SQL & PL/SQL :: Oracle 9i DB - Developer Suite And Character Set

Feb 20, 2012

I am running an Oracle 9i DB with character set : FRENCH_FRANCE.WE8ISO8859P1.

The data inside the DB deals with two languages :
- French and Arabic.

I insert, delete, update data on the DB through one of these tools :
- SQL*PLUS
- Forms 6i

and everything works fine especially with Arabic : characters are interpreted correctly by these tools. Now, I want to use Dev Suite as a new tool.

My problem is with Arabic characters : they are not displayed correctly. On the web form (run by a JRE : JInitiator) the characters are not replaced by "?", they are wrongly interpreted.

Example :

The right interpretation of "Amine" in arabic is : أمين and not : Ããíä.
So, querying a table with Dev Suite returns me Ããíä and not ????.

It seems like the JRE "understands" the characters but doesn't know how to "interpret" the Arabic characters correctly. I've tried to play with the NLS_LANG parameter on the regedit but in vain.

View 6 Replies


ADVERTISEMENT

Forms :: Oracle Developer Suite 11g

Feb 17, 2010

I just upgraded our server to Oracle Fusion Middleware 11g with Forms and Reports and now I want to update the developers workstation too.

They have Oracle Developer Suite 10g R1 for the moment. The last version of Oracle Developer Suite is 10g R2 and I don't see anything for 11g. All I can find is that it's now in Fusion Middleware 11g and JDeveloper... But, from what I can see, JDeveloper is for Java development, not for Forms/Reports development.

So, do I need to use Oracle Developer Suite 10g R2 or is there a new version of it?

View 4 Replies View Related

Forms :: Oracle Developer Suite 10g?

Jul 10, 2012

FRM: 10142 The HTTP listener is not running on <computer Name> at port 8889.

How to Solve these Error. When I searching this Problem I found OC4j Instances Startind must. How to start OC4j .

View 1 Replies View Related

Forms :: Oracle 10g Developer Suite Installation?

Mar 11, 2010

I am trying to install Oracle 10g Developer suite.i am trying to install oracle forms & reports.have downloaded two zip files

ds_windows_x86_101202_disk1,
ds_windows_x86_101202_disk2.

i am in middle of the installation process. installor is not recognising the second one.

i gave the path to the second file. I tried from the disk by writing the file to the disk. but of no use.how do i complete this installation process.

Unable to find the product files specified by the disk labled 'OracleDEVsuite'. Unable to continue installation , please check the value specified in variable FROM_CD_LABEL matches with the value in file disk.label or check if the disk is accessable.

i havn't find any location or relevent info in ht edisk.label file.

View 1 Replies View Related

Forms :: Error While Installing Oracle Developer Suite 10g?

Jul 1, 2011

While installing Dev Suite 10g i got the following error:[URL] What should i do? I specified another oracle home name, i have oracle database 11g installed too, and i'm installing dev suite 10g on another location.

View 3 Replies View Related

Forms :: Oracle Developer Suite Run-time Settings?

May 18, 2011

Am installed oracle 9i database and Oracle Developer Suite 10g.Am unable to run the Form. When I run the Application Local machine,Blank White Screen Appears No Error Message.Am installed

1.database in F: and Developer Suite in E :

2.I.E 6.0 and 1.31.1.28 J Initiator Version

Am started oc4j instance started.. in run time edit preferences both [URL] and [URL] are given

3. in formsweb.cfg i changed baseHTMLjinitiator=basejpi.htm

View 4 Replies View Related

Forms :: Error While Installing Oracle Developer Suite 10g 10.1.2.0.2?

Oct 11, 2011

When I try to install "Oracle Developer Suite 10g 10.1.2.0.2" on Windows 7, I'm getting error , " Install has encountered an error while attempting to verify your virtual memory settings. verify that the sum of the initial sizes of the paging files is atleast 256 MB."

View 4 Replies View Related

Forms :: Running Form On Oracle Developer Suite 10g

Jul 2, 2011

i am new and developing my first oracle form.but when i am running this form.it's not running,i have installed already jinit.exe setup.Is this necessary internet connection for running forms.port no. is 8890.

View 20 Replies View Related

Installing Oracle 10g Developer Suite And Database Server

Jul 12, 2011

i installed oracle 10g dev suite do i still need to install the db 10g? i tried installing db10g first then the dev suite. On the db 10g i can connect via sqlplus. while i cannot connect on the dev suite, which has a 'sqlplus' too.

i am trying the hr:hr credentials, also tried sys as sysdba it gives me tns protocol adapter error (12560)

i tried to replace the tnsnames.ora of the devsuite with the tnsnames.ora of db10g still didn't work. i also set up the ORACLE_HOME to the db 10g's folder

D:ProgramsOracleproduct10.2.0db_1

why does the devsuite has its own tnsnames.ora. does it have some db server of its own? if it has do i still need to install db 10g?

View 2 Replies View Related

Forms :: Getting Oracle Developer Suite 9i Version For XP And Windows 7?

Dec 14, 2011

i need Oracle Developer Suite 9i version for windows xp and windows 7.

tell me where i can download it?

View 6 Replies View Related

Forms :: Web Colors On Developer Suite

Jan 1, 2013

How to web color in developer suite 10g?

View 1 Replies View Related

Forms :: Download And Install Developer Suite 6i?

Feb 10, 2012

i need download Developer suite 6i i searched on oracle site and didnot found it so i need a link for download

View 4 Replies View Related

Client Tools :: PL SQL Developer Program Changing Special Character

Mar 29, 2010

I dont know why, but my PL SQL Developer keeps changing special character as "ã", or "ç", to "?". And As I use these letters because of my language, I need a way to solve this thing.

View 6 Replies View Related

Install Oracle E-Business Suite R12 On Mandriva - Domain Name?

Sep 9, 2010

I want to try installing Oracle E-business suite on Mandriva But when I try e.g. domainame I get blank.

A) How can I check my domainname ?How can I set it?Here is the hosts file

[Select all] [Show/ hide]
127.0.0.1 localdomain
192.168.0.2 david.domain.com david

View 3 Replies View Related

Server Administration :: How To Know Character Set As Single Character Or Multi Character

Sep 26, 2013

how do we know database character set is either single character set or multi character set?

While changing character-set from AL32UTF8 to WE8MSWIN1252 got "ORA-12712: new character set must be a superset of old character set".

Below are steps taken to resolve the issue -

ALTER DATABASE CHARACTER SET WE8MSWIN1252;

i got this error: ORA-12712: new character set must be a superset of old character set

below are the commands executed by me:

SQL> SHUTDOWN IMMEDIATE;
SQL> CONNECT SYS/password AS SYSDBA;
SQL> STARTUP MOUNT;
SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;
SQL> ALTER DATABASE OPEN;
SQL> ALTER DATABASE CHARACTER SET INTERNAL_USE WE8MSWIN1252;
SQL> SHUTDOWN;
SQL> STARTUP;
SQL> QUIT;

And its working...

I have not done it in proper order. Neither have done ccsscan. Still, no user reported any issues. Do my changes truncated the data?

View 11 Replies View Related

SQL & PL/SQL :: How To Insert Special Character / ORA-00911 / Invalid Character

May 25, 2010

We have Oracle 10g and user trying to Insert following in one of our table field and getting error:

'REVOLUCIÃ"N Historical Corruptions Agenda'

Getting follwoing error:

ORA-00911: invalid character
create table Employee
(Emp_ID Varchar2 (10),
Company_Name Varchar2 (40)
)
Insert into Employee
values ('Emp1', 'REVOLUCIÃ"N Historical Corruptions Agenda');

View 5 Replies View Related

Oracle Developer 10g Installation

Feb 12, 2011

I have installed oracle form developer10g. without installing the oracle database. Oracle developer 10g can run independently.

I get the Error TNS: Protocol Adapter Error

My listener has the following:
# listener.ora Network Configuration File: D:DevSuiteHome_2NETWORKADMINlistener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = Oracle8)
(SID_NAME = ORCL)
[code].......

tnsnames.ora has following words:

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOSTNAME)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = ORCL)
)
)

View 2 Replies View Related

Connect To Oracle DB - Developer Error?

Apr 26, 2009

i've been trying to connect to the Oracle DB with Oracle SQL Developer.I get a message

State: Test Failed - IO Exception "The network adapter could not establish the connection"

When i go try tnsping 1521 It detects a connection by Oracle Database.And finally i get TNS-03505: Failed to resolve name

When i went into the "services.msc" and tryed to run the "OracleOraDb10g_home1TNSListener"

Got a message: "Error 3: The sytem could not find the specified path"

View 9 Replies View Related

Oracle 11g - Got Error On PL/SQL Developer / Could Not Initialize

Nov 25, 2011

i install the PL/SQL developer version 9.0.3.1641 on Windows-7 64 bit...i have Oracle 11g on this computer.when i run PL/SQL i got this error:

initialization error
could not initilize "c:\.......oci.dll"

make sure you have the 32 bits oracle client installed..what i need to install and from where to download ? (can i have link to download)

View 1 Replies View Related

Forms :: Java In Oracle Developer 10g R2

May 11, 2010

I am using oracle developer 10g R2. Now i would like to create a java(jar) function or any other type then would like to add this jar file into my oracle form with a button and when i run this and click on this button then display the message from java function.

View 1 Replies View Related

Windows :: Oracle Developer 6i And 10g On Computer?

Dec 2, 2011

How I can install and use Oracle Developer 6i and Oracle Developer Suite 10g on the computer? It needed registry edition or is there any "official" way?

View 1 Replies View Related

Windows :: Cannot Run Oracle Developer 6i Setup

Jan 24, 2002

Cannot run Oracle Developer 6i setup. Windows error message:

AppName: orainst.exe
AppVer: 0.0.0.0 ModName: oibknd32.dll
ModVer: 0.0.0.0 Offset: 0000ad41

View 11 Replies View Related

How To Import Dmp File Through Oracle SQL Developer (3.2.20.09)

Nov 12, 2012

How to import *.dmp file Through Oracle SQL Developer (3.2.20.09) ? How to do it ?

View 3 Replies View Related

SQL & PL/SQL :: Text Mining With Oracle Developer?

May 19, 2012

I have a data set with these attributes

User IDQueryDateItem RankURL
26241powered by tofu t-shirt01/03/2006 23:595studentsforanimaldefense.org
898756from sad to raw01/03/2006 23:591fromsadtoraw.com
1322994white pages phone book01/03/2006 23:595numberway.com
1322994white pages phone book01/03/2006 23:591whitepages.com

I want to classify Query and URL Columns in Oracle SQL Developer.

I used built text, and make token for each column. but in classifications model couldnt continue.text mining in Oracle SQL Developer?

View 2 Replies View Related

Schema For Oracle Report Developer 10G Course

Nov 27, 2009

I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course.

Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course. I needed the schemas for the following tables:

CUSTOMERS
ORDERS
ORDER_ITEMS
WAREHOUSES
INVENTORIES
PRODUCT_INFORMATION
PRODUCT_DESCRIPTIONS
ONLINE_MEDIA
PRINT_MEDIA

where I can find the sql scripts for this schema ?

View 2 Replies View Related

Forms :: Oracle Developer 6 Download

May 2, 2011

My company has acquired a technology that was written in Oracle Forms 6-8 and am looking to first compile and maintain and then upgrade to either 11g or another platform. The older versions of Oracle Development cannot be downloaded from Oracle's site. Will Oracle provide the link if asked?

View 5 Replies View Related

Inserting Character From Extended ASCII Character Set?

Mar 8, 2007

I'm trying to insert a character from the extended ascii character set. Specifically, there's a company that has an accented e (�) in the name. Right now, the company name doesn't have the e at all, accent or no accent. So I'm trying to do an update, something like

update table1 set company_name='blah�" where company='blah'

It runs, but doesn't do the update. Even when I try to forcefully do an insert (instead of an update) I get nowhere; the accented is simply dropped. So the basic question is, how do you insert extended ascii characters into oracle?

View 3 Replies View Related

PL/SQL :: How To Select String Between Nth Specific Character To Nth+1 Character

Aug 9, 2012

I have one string 'SWAP_20120224_MEGAMART_MAR_Sales.csv'

I want to get the string between second underscore and third underscore i.e. 'MEGAMART'

How to achieve this in sql statement?

View 4 Replies View Related

Globalization :: Character Encoding - LATIN-1 Character In UTF-8 DB?

Feb 9, 2013

I am using C++ OCI LIB, to insert some report data from remote OCI client to oracle 11 server. This data is read by another process to create the report.The DB CHARSET is UTF-8. But the report tool expects the data to be ISO08859-1 encoded. So while inserting the data into the database i specify the following LANG and CHARSET for my table colulmn in client:

The TARGET DB CHARSET is UTF-8
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
size_t csid = 871; // UTF-8
OCIAtrSet((void *) bnd1p, (ub4) OCI_HTYPE_BIND,
*(void *)&csid*,
(ub4) 0,
(ub4)OCI_ATTR_CHARSET_ID, errhp);

This solution works for almost every case of ASCII and Extended ASCII Charest but we are facing issues if we have few specific characters to be inserted.f we are trying to insert single beta character [β] through client, the data goes empty to the column.

Beta Character details:
DEC     OCT     HEX     BIN     Symbol           Description
223     337     DF     11011111     ß     Latin small letter sharp s - ess-zed

DB Output after insert single β:
select rawtohex(NAME) from PERSONS where EID=333;

RAWTOHEX(NAME)
---------------------------

But if the string is *"ββ"* everything work fine:
DB Output for "ββ":
select rawtohex(NAME) from PERSONS where EID=333;

RAWTOHEX(NAME)
---------------------------
DFDF

View 6 Replies View Related

Getting Error While Trying To Debug Procedure In Oracle SQL Developer

Apr 16, 2012

I tried to debug the procedure in Oracle SQL Developer and got the below error,

Connecting to the database TEST.
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '****', '4000' )
ORA-30683: failure establishing connection to debugger
ORA-12535: TNS:operation timed out
ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
ORA-06512: at line 1
Process exited.
Disconnecting from the database TEST.

Here,

TEST is my database name,
**** is IP address of my local machine
4000 is the port number, also I have set the debug port range as 4000 - 4999 in SQL DEVELOPER.
firewall is not enabled in my machine.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved