Multilingual in Oracle database support

Hi all

We want to apply multi-Language support in our application. These applications will save scripts in different languages in our database.

The required languages are Indonesian, Malay, Hindi, Burmese, Chinese, Tamil, thai, Vietnamese, Cambodian and Filipino.

The database will be different for each application of the language. I want information and technical resources in this regard.

Please let me know:

1. How can I implement Multi language of database?

2. the known issues and solutions in this implementation?

3 should. what steps I follow for this type of database implementations?


Thank you


Maeva.

Use the AL32UTF8 characters

Creating and configuring an Oracle database

Support of multilingual with Unicode databases

See also MOS Docs 788156.1 and 1051824.6

HTH
Srini

Tags: Database

Similar Questions

  • Oracle database support

    All,

    I am looking for information on the versions of Oracle database have still Oracle support, and which are considered obsolete and are therefore not supported officially by Oracle.

    This should help me understand how I should plan and proceed to updates of the Oracle.

    We have several versions of the database, ranging from Oracle 8.0.6 in 10.2.0.

    Thanks in advance,

    Eugenio

    We have several versions of the database, ranging from Oracle 8.0.6 in 10.2.0.

    All will be unsupported from the 1st August 2010

  • Oracle database support Oracle 11 g on VMWare

    My company is considering a database setup Oracle on VMWare. I read some comments that Oracle does not alwayes support issues in the environment like this. Does anyone know if Oracle supported database installed Oracle in VMWare or not in case we have a few questions?
    Thank you very much.

    Yes Sybrand. You are right.

    Please pass by ' below doc - id for reference.
    Support for Oracle products running VMware Virtualized Environments [ID 249212.1]

    See you soon
    Karthikeyan
    Oracle Apps DBA

  • Area of private use in the Oracle database

    Hello

    one of my customers have very specific needs. In this case, it has its own "characters". It uses Latin characters and certain characters. Their data are mixture of these characters. Their own characters are not in Unicode format and we have specific policies.

    These specific characters will be in the private use area, but I don't know if and how the Oracle database support unicode private use area.

    Oracle database support unicode private use area?

    And what sorting, filtering data? What classification is applied?

    Does anyone have experience with characters in the private use area?

    Thank you

    Fabrice.

    Oracle supports Unicode PUA you can store codes of PUA in a database AL32UTF8 and you can treat strings containing characters without special considerations. PUA characters are classified into letters in the Oracle database.

    Oracle maps the characters (EUDC) user of various character sets defined multibyte (JA16SJIS, ZHS16GBK, ZHT16MSWIN950, KO16MSWIN949, etc.) to the characters of PUA. These characters are also used by the former Hong Kong HKSCS extension mapping. If supporting user-defined characters in PUA is not a problem for the customer, they can use the standard plane 0 (BMP) PUA [U + E000 to U + F8FF] in their purpose. However, to avoid conflicts with existing maps, they should put their characters in plane 15 PUA [U + F0000-U + FFFFD] or plane 16 PUA [U + 100000-U + 10FFFD]. The downside is that the planes 15 and 16 require four bytes per character in AL32UTF8 compared to three bytes for plane 0.

    The classification applied to the characters PUA is the same as that applied to the other characters in a given environment. The order of the characters PUA in the given classification, depends on the type of snack:

    • In BINARY classification, the comparison is obviously based on binary codes. The order depends on encoding (AL16UTF16 vs AL32UTF8), especially for aircraft 15 and 16 PUA plane.
    • In monolingual rankings (which are not well suited for Unicode characters anyway) PUA are generally ignored in the sorting (but does not) than the characters defined explicitly in the given classification. Compared only among themselves, they use the UTF-16 Binary order.
    • In multilingual characters rankings PUA are generally classified after all characters defined explicitly in the rankings, which are characters from scripts (Latin, Cyrillic, Greek, Georgian, Armenian) Europeans and, in some rankings, an East Asian script. Between them, they are classified according to AL16UTF16 (= UTF-16BE) binary collation.
    • In the UCA, the characters multilingual rankings PUA generally are classified into once all characters defined explicitly in the rankings, which are usually all defined Unicode characters. Between them, they are classified according to AL32UTF8 (= UTF - 8) binary collation. Note that the UCA rankings are new in the database Oracle 12 c.

    Thank you

    Sergiusz

  • Is the 10.2.0.5 Oracle database still supported?

    Do you know if the 10.2.0.5 database is always supported by oracle? We do not have extended support


    Thank you


    JP

    JpMill wrote:
    Do you know if the 10.2.0.5 database is always supported by oracle? We do not have extended support

    Thank you

    JP

    You have an extended support for July 2013 and first support to Jul 2010

    At a glance-
    Roadmap for Oracle database releases patches [ID 1360790.1] group
    Calendar of the publications of the current releases of database [ID 742060.1]

  • Oracle streams heterogeneous Support (non-Oracle and Oracle databases) envi

    Oracle streams heterogeneous Support (non-Oracle and Oracle databases) environments?

    It is possible to move data from Oracle to DB2 using Oracle Streams?

    Hello

    Visit this link

    http://download-West.Oracle.com/docs/CD/B28359_01/server.111/b28322/hetero.htm

    Kind regards
    Deepak

  • CTXSYS. Background in Oracle Database Multitenant (Cloud) - is this supported?

    Hello guys,.

    I'm new in the world of apex that in fact the console Administration for the cloud of oracle database a futile ground for me.

    I am trying to configure indextype context I need for some applications on the server front end jcs. However, I am having no luck setting the types of indexes.

    I was not able to find all of the resources on the CTXSYS package in the cloud of oracle database documentation, so I hope that someone here may have some tips or tricks for me.

    How can I grant execute on CTXSYS. Object CTX_DDL to my database of users?

    Thank you

    Hello

    Unfortunately, the Oracle Text database component is not available in the current version of the Service Cloud Oracle database. See the white paper Oracle database Service Cloud - Multitenant Edition safety lock (other whitepapers are listed here).

    Thank you

    Vlad

  • database support Oracle 9i (stopped?) plan

    Hello world

    do you know what Oracle cease support for the 9i version? (as with 8i years)
    Or better point you a Web site where it is written?

    I think the move to 11g, but I need a few good reasons to convince the customer ;-)

    See MOS Note 161818.1

  • Multilingual in oracle

    Dear Experts,

    11.2.0.4.0 Production NLSRTL

    Oracle Database 11g Enterprise Edition 11.2.0.4.0 64 bit Production

    PL/SQL 11.2.0.4.0 Production

    Our application are used by some countries, so that our customers want to see the data in their own language (French, German, Swedish,... etc)

    Please suggest how to manage multilingual in oracle?

    Now, should I create separate database to support Unicode?

    How to store Unicode characters in an Oracle database?

    Mine desired requirement

    -----------------------------------------

    create product table

    (

    number of product_id,

    product_name varchar2 (20)

    );

    Insert into the product values (1, 'Mobile');

    Select * from product;

    product_name, product_id

    1 mobile (Mobile In French language)

    Now, please help how my database identifies this value unicode is for French or German. ?

    It takes a column to indicate that the information for the current line or separate columns.

    Does run in Frontend?

    Yes. The ways are another discussion in another forum.

    Horizontal model who got a product line but is language dependent data in separate columns.

    create table t_product
    (
      product_id      number not null primary key,
      product_name_en nvarchar2(20) not null,
      product_name_s  nvarchar2(20) not null,
      product_name_f  nvarchar2(20) not null
    )
    ;
    create or replace view product
    as
      with lang as (
        select sys_context('userenv','lang') code from dual
      )
      select
        product_id,
        lang.code as product_lang,
        case lang.code
          when 'GB' then product_name_en
          when 'S' then product_name_s
          when 'F' then product_name_f
        end product_name
      from t_product, lang
    ;
    
    insert into t_product(product_id, product_name_en, product_name_s, product_name_f) values(1, 'Product 1 name GB','Product 1 name S','Product 1 name F')
    ;
    insert into t_product(product_id, product_name_en, product_name_s, product_name_f) values(2, 'Product 2 name GB','Product 2 name S','Product 2 name F')
    ;
    alter session set nls_language=english
    ;
    select product_id, product_name from product
    ;
    alter session set nls_language=swedish
    ;
    select product_id, product_name from product
    ;
    alter session set nls_language=french
    ;
    select product_id, product_name from product
    ;
    
    select * from t_product
    ;
    drop table t_product purge
    ;
    drop view product
    ;
    
    Table T_PRODUCT created.
    View PRODUCT created.
    1 row inserted.
    1 row inserted.
    Session altered.
    
    PRODUCT_ID PRODUCT_NAME
    ---------- --------------------
             1 Product 1 name GB
             2 Product 2 name GB   
    
    Session altered.
    
    PRODUCT_ID PRODUCT_NAME
    ---------- --------------------
             1 Product 1 name S
             2 Product 2 name S    
    
    Session altered.
    
    PRODUCT_ID PRODUCT_NAME
    ---------- --------------------
             1 Product 1 name F
             2 Product 2 name F    
    
    PRODUCT_ID PRODUCT_NAME_EN      PRODUCT_NAME_S       PRODUCT_NAME_F
    ---------- -------------------- -------------------- --------------------
             1 Product 1 name GB    Product 1 name S     Product 1 name F
             2 Product 2 name GB    Product 2 name S     Product 2 name F    
    
    Table T_PRODUCT dropped.
    View PRODUCT dropped.
    
  • 10.2.0.5 Oracle database link (Linux - x 86) for MS SQL Server 2012 (x 64)

    Please guys, I really need your help on this issue.

    I tried using freetds driver but when I use db link I get this error:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    [Generic connectivity using ODBC] [S1000] [9013] error General nvITrans_BeginT - rc = - 1. Please see the log file for more details.

    ORA-02063: preceding 2 lines MIXERI

    To cite that I can connect to the remote sql server through isql tool with no problem at all. I study a lot and I found no solution for this error, so to this end, I will try to find another alternative way.


    Is there another way to manage the communication link between the system of 2 DB db?

    Thank you

    Hello

    S erro coming from the ODBC side then you can try the following-

    1. change the listener.ora LD_LIBRARY_PATH for-

    (ENVS=LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/db/oracle/10.2.0/lib)

    stop and start the listener.

    2. don't you get the error even if you delete the entry-

    HS_FDS_SQLLEN_INTERPRETATION = 32

    3. get a debugging bridge route-

    -Comment the entry
    HS_FDS_TRACE_FILE_NAME = /db/oracle/10.2.0/hs/admin/MIKSERI.trc

    then the tracks go to the location by default with default names-

    /DB/Oracle/10.2.0/HS/log

    -set the level of the trace-

    HS_FDS_TRACE_LEVEL = DEBUG

    -start a new session of SQLPLUS, run select, close the session.

    -Download the trace from somewhere, it can be displayed by our care.

    It can also be an idea to install and use the 11.2.0.5 last DG4ODBC gateway that is certified with RDBMS 10.2.0.5 and available at My Oracle Support you.

    Patch 13390677: 11.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER

    which must be installed in a new and separate ORACLE_HOME.

    Kind regards

    Mike

  • Need help in the migration of windows 2003 server Oracle database server 2012

    Hello

    My environment is oracle database 9i in windows server 2003, we want to move to Windows 2012 since the end of support for windows 2003.

    Please give me a plan, what no need to make the first database upgrade or upgrade of windows, what are the things will have to be considered at the level of Oracle database?

    Any help would be appreciated.

    Thank you

    Lherault

    Hello

    Given the version of your database is 9.2.0.8 and you want to upgrade to 11.2.0.4 and 9i database is running with log mode archive

    I have plan.

    (1) your database 9i working with the log mode archive Server 2003

    (2) you can take backup of Database 9i with RMAN

    (3) you can restore the backup to the base in 2008 (by using 11.2.0.4 software)

    (4) when the recovery is complete, you can open the database with resetlogs option upgrade.

    change the upgrade of open database resetlog.

    (5) once the database is open, you can run 'Upgrade PROCESS'

    (6) it should complete your upgrade in 2008

    If you think, restoration and recovery will take time, so you can install physics Eve with 11.2.0.4 version in 2008 for the Database 9i.

    During failover, you can recreate the controlfile and open the database ' change the upgrade of database open resetlog. "

    you will need to check the compatibility with the help from under documents

    Reference list Oracle database upgrade (Doc ID 730365.1)

    Note 551141.1 : Server Upgrade/Downgrade Compatibility matrix data base

  • What Linux RHEL (Linux Red Hat Enterprise Server 6.7) compatible for oracle database 11.2.0.4 with grid Infrastructure?

    Compatible Linux RHEL (Linux Red Hat Enterprise Server 6.7) for oracle database 11.2.0.4 with grid Infrastructure.

    Hi all

    We plan to patch Linux Redhat Enterprise Server (6.4 and 6.5) to 6.7.

    I tried Searchin' on support of oracle for the compatibility of the database for Linux patches, but not able to find accurate information.

    can anyone share the ID document or information related to it.

    If OS RHEL 6 update 4 to 6-7 update patch

    (1) is it compatible

    (2) bugs or problems reported

    (3) in addition to the binary link again than the DBA to perform any other

    Thank you

    Hello

    6.7 RHEL is certified for the database 11.2.0.3 or newer. In other words, it is certified for RHEL 6.7 11.2.0.4

    Certification information for the Oracle database on Linux x 86-64 (Doc ID 1304727.1)

    -Jonathan Rolland

  • Deploy the adf on glassfish with oracle database server.

    I am trying to create a connection from the pool on glassfish 4 oracle database server.

    but I could not. I was trting to ping and show this error ping Connection Pool failed for audio. Class name is incorrect or classpath is not set to: oracle.jdbc.pool.OracleDataSource

    GlassFish 3.1 is supported, 4.x is not.

    Oracle JDeveloper and ADF 12 c (12.1.3) supported systems

  • SCHEMAVALIDATE() fails only in the oracle database.

    I have this function that performs a simple XML validation against a XSD upload in the database.


    [code]

    PROCEDURE do_xml_validation (xmlRequest IN XMLTYPE, xsdToValidate IN VARCHAR2, OUT VARCHAR2 returnStatus)

    IS

    lx_xmldoc XMLTYPE.

    BEGIN

    lx_xmldoc: = xmlRequest.createSchemaBasedXML (xsdToValidate);

    Start

    lx_xmldoc. SCHEMAVALIDATE();

    returnStatus: = STATUS_OK;

    EXCEPTION, THEN THAN OTHERS

    THEN

    dbms_output.put_line ('[do_xml_validation] = invalid XML = > ' |) SQLERRM);

    util.Comment ("[do_xml_validation] = invalid XML = > ' |") SQLERRM);

    returnStatus: = sqlerrm;

    END;

    END do_xml_validation;

    [/ code]

    Now... the XML and XSD below, validate correctly in xmltools for notepad ++, as well as in W3C web site:
    Validation W3C XML Schema (XSD) online

    It fails only in the database with this error:

    "ORA-31154: invalid XML document.

    ORA-19202: an error has occurred in the processing of XML

    ' LSX-00333: literal "dot1q 4090' is not valid with respect to the model.

    It is linked with the attribute 'encapsulationEnumeration '...

    Anyone with similar problems? I can't explain why this fails in Oracle only.

    XML is:

    < SSLI class = "FLOW_POINT" name = "dasfasfd" transaction = "crΘer" >

    <>attributes

    < name > sdfsafd < / name >

    < port_name > < / port_name >

    < encapsulation > dot1q 4090 < / encapsulation >

    < / attribute >

    < / SSLI >

    Download XSD in the database

    <? XML version = "1.0" encoding = "UTF-8"? >

    <!--

    XSD schema for the active catalog entry

    Seller: IOS_XE

    RFS: EthernetFlowPoint

    ->

    " < xs: schema xmlns: XS =" http://www.w3.org/2001/XMLSchema "elementFormDefault ="unqualified"> "

    <! - TYPE SIMPLE DEFINITIONS - >

    < xs:simpleType name = "encapsulationEnumeration" >

    < values basic memberTypes = "stringEnum dot1qString seconddot1qString" / >

    < / xs:simpleType >

    < xs:simpleType name = "stringEnum" >

    < xs:restriction base = "XS: String" >

    < xs:enumeration value = "default" / >

    < xs:enumeration value = "any" / >

    < xs:enumeration value = 'priority-tag' / >

    < xs:enumeration value = 'unidentified' / >

    < / xs:restriction >

    < / xs:simpleType >

    < xs:simpleType name = "dot1qString" >

    < xs:restriction base = "XS: String" >

    < value pattern = "dot1q\s ([1-9] |)" [0-9] [0-9] | [1-9] [0-9] [0-9] | ([1-3] [0-9] [0-9] [0-9]|40[0-8][0-9]|409[0-4]) "/ >

    < / xs:restriction >

    < / xs:simpleType >

    < xs:simpleType name = "seconddot1qString" >

    < xs:restriction base = "XS: String" >

    < value pattern = "dot1q\s ([1-9] |)" [0-9] [0-9] | [1-9] [0-9] [0-9] | [1-3] [0-9] [0-9] [0-9]|40[0-8][0-9]|409[0-4])\ssecond-dot1q\s ([1-9] |) [0-9] [0-9] | [1-9] [0-9] [0-9] | ([1-3] [0-9] [0-9] [0-9]|40[0-8][0-9]|409[0-4]) "/ >

    < / xs:restriction >

    < / xs:simpleType >

    <! - GROUPS DEFINITIONS - >

    < name XS: Group = "AttributesGroup" >

    < xs: SEQUENCE >

    < xs: element name = "name" type = "xs: String" minOccurs = "1" maxOccurs = "1" / >

    < xs: element name = "port_name" type = "xs: String" minOccurs = "0" maxOccurs = "1" / >

    < xs: element name = "encapsulation" type = "encapsulationEnumeration" minOccurs = "0" maxOccurs = "1" / >

    < / xs: SEQUENCE >

    < / xs: Group >

    <! - BASIC DEFINITIONS of COMPLEX TYPES - >

    < name XS: complexType 'SSLI' = >

    < xs: SEQUENCE >

    < xs: element name = "attributes" minOccurs = "1" maxOccurs = "unbounded" >

    < xs: complexType >

    < xs: Choice minOccurs = "1" maxOccurs = "unbounded" >

    < xs: Group ref = "AttributesGroup" / >

    < / xs: Choice >

    < / xs: complexType >

    < / xs: element >

    < / xs: SEQUENCE >

    < name XS: attribute = "class" type = "xs: String" use = "required" / >

    < name XS: attribute = "name" type = "xs: String" use = "required" / >

    < name XS: attribute = "transaction" type = "xs: String" use = "required" / >

    < / xs: complexType >

    <! - ROOT ELEMENT - >

    < xs: element name = "SSLI" type = "SSLI" / >

    < / xs: Schema >

    Anyone with similar problems? I can't explain why this fails in Oracle only.

    This is a bug.

    I can reproduce it on 12.1.0.2 too, even during the recording of binary XML schema.

    There have been some problems with validation of model for a while now pending, and they are not yet fixed.

    You must open a SR with Oracle's Support.

    BTW, in the future, to the right place for these issues would be the XML DB forum.

  • Installation of Oracle Database 11.2.0.3 on Centos 6.4 to AWS

    We have been installing and configuring the oracle database 11.2.0.3 with OIAM 11 GR 1 material for a few years with great success.

    RHEL 5.7
    WLS 10.3.6

    OracleDB 11.2.0.3

    OIAM 11 GR 1 material

    OSH 11.1.1.6

    We have recently decided to move our VMs to EC2 from Amazon using CentOS 6.4 environment.  Our client currently has us using the operating system is a hardened version of the RHEL5.7.  We have installed on CentOS in the past, but not to 6.4.  All prereqs are installed, but we do not seem to get the database to set up completely.  Running in interactive or silent mode makes no difference.

    When running in silent mode, we received the following:

    . / runInstaller-silent - ignoreSysPreReqs responsefile - db_install_w_database.rsp

    From Oracle Universal Installer...

    Check the Temp space: must be greater than 120 MB.   Real 6463 MB passed

    Check the swap space: must be greater than 150 MB.   Real 24999 MB passed

    Preparations for the launch of Oracle Universal Installer from/tmp/OraInstall2015-04-13_04-55-50 PM. Please wait...

    You can find the log of this installation session to:

    /opt/oraInventory/logs/installActions2015-04-13_04-55-50PM.log

    Installing Oracle Database 11 g succeeded.

    Please check ' / opt/oraInventory/logs/silentInstall2015-04-13_04-55-50PM.log' for details.

    [WARNING] [INS-32091] Some of the wizards of configuration failed.

    CAUSE: The Software Installation was successful. But some configuration wizards failed were cancelled or ignored.

    ACTION: Check the logs or contact Oracle Support.

    Check the Setup log:

    INFO: Oracle Net Listener startup:

    INFORMATION: The information provided for this listening port is currently in use by other software on this computer.

    INFO: Beginning of earpiece failed.

    NEWS: Check the file path for more details: /opt/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-1504134PM5854.log

    INFO: Oracle Net Services Configuration failed.  The exit code is 1

    Checking the netca journal

    [main] [2015-04-13 16:58:55.132 UTC] NativeSystem.runRemoteExecCmd [CmdToolUtil.doexecute:473] failed. Command = / opt/oracle/product/dbs/srvm/admin/getcrshome arguments = env [] = error null = null

    [main] [2015-04-13 16:58:55.133 UTC] [HAUtils.getHASHome:938]  Could not get at home.

    PRCT-1011: cannot run 'getcrshome '. Error: null

    oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:483)

    oracle.sysman.assistants.util.hasi.HAUtils.getConfiguredGridHome(HAUtils.java:782)

    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:934)

    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:955)

    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:529)

    oracle.net.ca.ConfigureListener.isHASConfigured(ConfigureListener.java:1516)

    oracle.net.ca.ConfigureListener.isHASRunning(ConfigureListener.java:1538)

    oracle.net.ca.ConfigureListener.validateListenerName(ConfigureListener.java:1785)

    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:183)

    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)

    oracle.net.ca.InitialSetup. < init > (NetCA.java:4189)

    oracle.net.ca.NetCA.main (NetCA.java:428)

    [main] [2015-04-13 16:58:55.133 UTC] [HAUtils.isHASConfigured:532]  HA House is null

    [main] [2015-04-13 16:58:55.134 UTC] [ConfigureListener.isHASConfigured:1524]  Is Oracle configured Restart: false

    [main] [2015-04-13 16:58:55.134 UTC] [ConfigureListener.isHASRunning:1553]  Is Oracle Restart running: false

    [main] [2015-04-13 16:58:55.134 UTC] [ConfigureListener.listenerExists:344]  Listener is 'LISTENER' already exists: false

    [main] [2015-04-13 16:58:55.135 UTC] [ConfigureListener.typicalConfigure:215]  Check free beach port: 1521-1540

    [main] [2015-04-13 16:58:55.135 UTC] [ConfigureListener.isPortFree:1080]  Check whether the port 1521 is free on the local computer.

    [main] [2015-04-13 16:58:55.135 UTC] [ConfigureListener.isPortFree:1095]  InetAddress.getByName (127.0.0.1): /127.0.0.1

    [main] [2015-04-13 16:58:55.136 UTC] [ConfigureListener.isPortFree:1097]  The local host IP address: awscentoschrome.amazonaws.com/52.4.205.244

    [main] [2015-04-13 16:58:55.136 UTC] [ConfigureListener.isPortFree:1099]  Local host name: awscentoschrome.amazonaws.com

    [main] [2015-04-13 16:58:55.136 UTC] [ConfigureListener.isPortFree:1115]  IP address: awscentoschrome.amazonaws.com/52.4.205.244, is IPv6 address: false

    [main] [2015-04-13 16:58:55.137 UTC] [ConfigureListener.isPortFree:1118]  IP address: awscentoschrome.amazonaws.com/52.4.205.244 is a link local address: false

    [main] [2015-04-13 16:58:55.137 UTC] [ConfigureListener.isPortFree:1143]  Creating ServerSocket on Port: 1521, IP address: awscentoschrome.amazonaws.com/52.4.205.244

    [main] [2015-04-13 16:58:55.140 UTC] [ConfigureListener.isPortFree:1178] java.net.PlainSocketImpl.socketBind (Native Method)

    java.net.PlainSocketImpl.bind(PlainSocketImpl.java:377)

    java.net.ServerSocket.bind(ServerSocket.java:319)

    java.net.ServerSocket. < init > (ServerSocket.java:185)

    oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1145)

    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:219)

    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)

    oracle.net.ca.InitialSetup. < init > (NetCA.java:4189)

    oracle.net.ca.NetCA.main (NetCA.java:428)

    [main] [2015-04-13 16:58:55.140 UTC] [ConfigureListener.isPortFree:1191]  Back is free to Port 1521: false

    2 things come to mind with the netca newspaper:

    (1) we use NO HA... it seems that we could ignore that.

    2) 1521 port is NOT in use.  I ran netstat - anpl | grep 1521 in 5 second loop delay when running the installation and it never appeared.



    Does anyone know if there is something different with Centos6.4 or AWS facilities that would cause this?  In addition, the log shows that the installation went well and it was with the configuration.  The spfile does not exist and when root.sh is run after installation, the oratab has no entry ($ORACLE_SID: $ORACLE_HOME: N |) There > does not exist).


    Ideas?

    Found the question in forums of http://stackoverflow.com . We searched before but does not search the correct error. I searched on "information for this listening port is currently in use by other software on this computer." and found a forum thread that we explained our problem.

    We use AWS as our server provider. AWS has 2 IP addresses he uses. We use for PuTTY in and access the server Public and private one located on eth0. Obviously, the private IP address must be in the file/etc/hosts not the public IP address.

    The database installed and is running.

Maybe you are looking for