ORA-12701 when trying to install Oracle on OpenSuse

So, I'm trying to install oracle 11g r2 on OpenSuse (11.3, 64bit), and when I try to create DB with command
create database bongo
logfile group 1 ('/opt/oracle/oradata/db_name/redo1.log') size 100M,
            group 2 ('/opt/oracle/oradata/db_name/redo2.log') size 100M,
            group 3 ('/opt/oracle/oradata/db_name/redo3.log') size 100M
character set WE8ISO8859P2
national character set AL16UTF16
datafile '/opt/oracle/oradata/db_name/system.dbf' size 500M autoextend on next 10M maxsize unlimited extent management local
sysaux datafile '/opt/oracle/oradata/db_name/sysaux.dbf' size 100M autoextend on next 10M maxsize unlimited
undo tablespace UNDOTBS1 datafile '/opt/oracle/oradata/db_name/undotbs1.dbf' size 100M
default temporary tablespace temp tempfile '/opt/oracle/oradata/db_name/temp01.dbf' size 100M;I got an error:
national character set AL16UTF16
ERROR at line 6:
ORA-12701: CREATE DATABASE character set is not known
what's missing?
regards and happy new year

Hello,
WE8ISO8859P2Are you sure about this Character Set ?
You may try with WE8ISO8859P1 or WE8ISO8859P15 for instance.
You'll have the list of Character Set for Oracle 11.2 on the following Tables:
http://download.oracle.com/docs/cd/E11882_01/server.112/e10729/applocaledata.htm#CIAEICDE
Hope this help.
Best regards,
Jean-Valentin
Edited by: Lubiez Jean-Valentin on Jan 1, 2011 10:20 PM

Similar Messages

  • Error when trying to install Oracle BPEL Process Manager

    I'm receiving this when trying to install Oracle BPEL Process Manager
    setup.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you click in the details, I can see:
    Error signature
    AppName: setup.exe AppVer: 0.0.0.0 ModName: unknown
    ModVer: 0.0.0.0 Offset: 20224d41
    Does anyone knows what it mean?
    Thanks,
    Leandro

    Hi Leandro,
    Check whether you have downloaded the file properly and size of the file is same as what mentioned on the download page.
    Regards,
    Anuj

  • I meet terrible problem:ORA-12203,WHEN I AM INSTALLING ORACLE !

    I WANT TO INSTALL ORACLE IN WINDOWS ADVANCE SERVER 2000.
    i choise all default item. With installing process goes on ,just after copy datafiles to disk,when initial server manager program.a dos window appear :
    c:\orant\bin\svrmgr30
    ORA-12203 :can't connect to target
    password:
    so i input :oracle
    but the window disappear soon!
    when after installing, in Services : oracle server and listen is runing! but in dos line mode :
    when i input command: svrmgr30,wrong message ORA-12203 comes !
    how can i settle such difficult !help!

    I'm sorry but it still isn't quite ok... I can connect to one database but no others... Not even a local one, using my forms home.
    This is what happens in sqlnet.log when I try:
    Fatal NI connect error 12203, connecting to:
    (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle80)(ARGV0=oracle80ORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:\orant\BIN\PLUS80W.EXE)(HOST=DENNIS)(USER=Rhovanion))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 8.0.6.0.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 8.0.6.0.0 - Production
    Time: 03-OCT-07 15:46:53
    Tracing not turned on.
    Tns error struct:
    nr err code: 12203
    TNS-12203: TNS:unable to connect to destination
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    nt secondary err code: 0
    nt OS err code: 0
    The version of the database that works is the same as the one that doesn't work.
    Also when I connect with toad I get this error:
    Access violation at address 67614F04 in module 'ORA805.dll'. Write of address 00000160
    Message was edited by:
    user594602

  • Error when trying to install oracle client (can't connect to X11 error)

    Hi guys,
    I need help to install Oracle Client 10g. I am quite a novice so I am totally hopeless when it comes to difficult or linux-kind-of-terms.
    I can't use GUI at all, so everything got to be done through putty.exe
    my local pc (where the putty is, IP 192.168.8.194) -> linux red hat 4 IP 192.168.8.31 (where the oracle client should be!)
    when I run the runIntaller I receieved error mentioning about DISPLAY variable haven't set yet.
    I did set it trhough putty as follow
    DISPLAY=192.168.8.194:0.0
    export DISPLAY
    no luck...I still hit an error that eventho this time the error is like below;
    =============================================================================
    Can't connect to X11 window server using '192.168.8.194:0.0' as the value of the DISPLAY variable.
    192.168.8.194:0.0
    192.168.8.194:0.0
    OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '192.168.8.194:0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.
    - Make sure that client users are authorized to connect to the X Server.
    OUI-10027:To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
    % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'
    ==============================================================================
    When I run the xclock using GUI I can see it pop up on my screen, but when I run xclock trhough putty, I see that it just went blank...is that right because I am using putty or what?
    Can you guys please help? Everyone that had this problem like find the solution real easy...I just so frustrated because this setting is just not working, and I have no idea what to check. Do I need extra library or something to install this?
    Please remember that I can use GUI in my test server but I can't use any GUI at all when I am implementing this.
    Thanks thanks thanks.
    Daniel -

    Hi-
    You are right. putty is just a simple console without X11 in it. how come it didn't even cross my mind?
    Thanks for the reply. I solved it by using third party software called xdeep, from what I got from internet looks like this and the software you were talking about hold the same purpose. This xdeep is pretty easy to configure and in just few seconds I can launch the installer! Gee...!
    For those guys that having the same problem as me then find xdeep software from google and browse on the configure webpage. I found a step by step configuration setting from the internet too and it's real easy.
    Daniel -

  • Receiving error when trying to install Oracle 8i Personal Edition

    I'm trying to install 8i personal edition, and the installer is attempting to use this file as the stage file: D:\stage\products.jar. I can only assume its corrupt. Can anyone help me?
    Steve

    The error message I get on the install is, "INVALID STAGING AREA. NO TOP LEVEL COMPONENTS FOR WINDOWS 95 AVAILABLE FOR INSTALL." The install is using C:\WINDOWS\TEMP\INSTALL\STAGE\ PRODUCTS.JAR, which is where the UNZIP placed the components. The 8i Personal Edition I downloaded was for Windows 98, so I don't understand why it's looking for Windows 95 components. Also, I have Windows ME, not Windows 98, but I assume this download should work for Windows ME?

  • I am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found

    i am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found.

    "command not found" means ... there is no such thing.
    Has the .rpm been installed?
    http://docs.oracle.com/cd/E17781_01/install.112/e18802/toc.htm#XEINL122

  • Jrew.exe has stopped working when iam trying to install oracle on vista

    hi,
    iam gettin an error stating that jrew.exe has stopped working when iam trying to install oracle 9i on windows vista cam anyone help me in resolving it

    Duplicate post. Please stick to Re: jrew.exe has stopped working when iam tryin to install oracle9i on vista

  • ORA-01034 when trying to create a database

    I successfully installed Oracle 8.1.7 on Solaris 8, but when I tried creating a database (by executing sql<SID>.sh after I ran "dbassist"), this error appeared:
    ORA-01034: Oracle not available.
    I could not use svrmgrl to do a startup because there is NO database.
    What services have to run before I can create a database?
    Thank you.
    null

    I chose "custom installation" and not to create a database during installation. There was no error when I installed the Oracle software and I modified the /etc/system (shmmax, shmmin, etc.) according to the Oracle documentation. After that, I used "dbassist" to create a database. Then the "ORA-01034: Oracle not available" appeared.
    I also tried to install Oracle with "Typical" option that is suppose to create the initial database for me. It also failed. The same error appeared when the 'Database Configuration Tools' were trying to create the database files.

  • Error 0x80070015 when trying to install of windows 8.1 enterprise in My DELL 755

    Hi, I am receiving an error 0x80070015 when trying to install of
    windows 8.1 enterprise in
    My DELL 755
    and i get 87% and then get this error
    this is my partitions
    160GB HDD
    C: 28.8 GB "ٍSystem" "I am going to Install in this partition"
    D: 30 GB
    E: 30 GB
    F: 30 GB
    G: 30 GB
    And i see this question
    http://social.technet.microsoft.com/Forums/windows/en-US/a701800d-886e-4509-8abd-0891c2c84064/error-0x80070015-on-clean-install-of-windows-81-enterprise?forum=w8itproinstall
    but i don't understand should i delete all my partitions or just only the " C:\ " and "100~200MB" system partition
    did he  mean delete Only the both " C:\ " and "100~200MB" system partition ?
    cause I don't have "100~200MB" system partition just " C:\ "
    When i install i just Format the " C:\ " then press
    Next
    Now should I just select Delete the " C:\ "
    partition 0 "System" and recreate the partition again and press
    Next
    to Continue the installation  
    Or what i should do ?

    OMG
    that's not possible i have a lot of Important data in all non-system partitions
    i am using Oracle VM VirtualBox "and i free a lot of Space to Test the Iso File"
    and i install Windows 8.1 in the VirtualBox
    but i see when i try to install Windows 8.1 in the real machine the partition is
    "system"
    and when i install Windows 8.1 in VirtualBox the partition is
    "Unallocated"
    it install but it create a
    320MB partition "system"
    9.8GB partition "primary"
    then i choose the primary and the installation complete and i have the Windows 8.1 in VirtualBox Now
    Now i don't know should I just select Delete the " C:\ "
    partition 0 "System" and recreate the partition again
    to make 320MB partition "system"  and the rest of the partition to Windows 8.1 "28.8 GB"
    Like what happen in the VirtualBox
    Or what i should do ?

  • I am trying to install Oracle 9i on Windows Server 2008

    Hi
    I am trying to install Oracle 9i on Windows Server 2008.
    While installing third CD it shows the following error message
    "jrew.exe has stopped working"
    Please guide me what to do next as early as possible.
    Thanks

    Why?
    The general policy of Oracle is very simple:
    it certifies against the current version of the OS.
    It never re-certifies against new releases of the OS.
    Windows 2008 didn't exist when Oracle 9i was released.
    Sybrand Bakker
    Senior Oracle DBA

  • Java error when trying to install 1.1 standalone on Win 64b server

    Hi,
    just downloaded the new 1.1 release and tried to set it up as a standalone Apex listener on our Windows Server 2008 64-bit database server. Got Oracle 11.2.0.2 64-bit running on it, and are using the java install from that installation to install the Apex listener.
    - unzipped the listener zip-file to d:\temp
    - when trying to install with "java -jar D:\temp\listener\apex.war" I get:
    INFO: Starting: D:\temp\listener\apex.war
    +See: 'java -jar apex.war --help' for full range of configuration options+
    INFO: Extracting to: C:\Users\haakon\AppData\Local\Temp\apex
    SEVERE: java.lang.System.console()Ljava/io/Console;
    java.lang.NoSuchMethodError: java.lang.System.console()Ljava/io/Console;
    at ____embedded.____EntryPoint.apexImages(____EntryPoint.java:103)
    at ____embedded.____EntryPoint.main(____EntryPoint.java:90)
    - trying to specify a specific apex.home & apex.images directory (pointing to the images-directory in a complete installation of Apex 4.0.2) on the java command line results in the same error.
    I can see that the installer has created the apex.home in this last attempt.
    I'm running this as a domain user with admin-rights on the server.
    Is this a 64-bit problem, or something else? Should I use a different java-version than the one installed with the 11.2.0.2 database when trying this?
    Regards,
    Haakon

    Tried a quick install on my local workstation with Win7 64-bit and java runtime v. 1.6.0_23 and everything worked fine just as documented.
    So, downloaded a new java runtime distro to the Win2008 server and tried installing with that, and eventually I got the listener running. Had to start it twice, since the first startup gave an "Invalid" errormessage when opening the listener configuration page. Second go without any changes to config worked fine.... Don't know why...
    So, problem solved so far :-)

  • Error when trying to install OEM Grid Control 10.2.0.2 win32

    Hi
    I'm trying to install Oracle Enterprise Manager Grid Control release 2 for windows server 2003 32 bits, but the installation could not be completed.
    I got the following error when OMS Configuration step is running.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    The "C:\OracleHomes1\agent10g\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same
    When I look into the configToolFailedCommands log file, the are any more information regard the issue.
    Best Regards
    ARmando

    My server that was running that version had crashed, so I'm trying to install it again.
    I have EBS 12.0 and 10g DB that I usually monitored with Grid Control.
    What version do you recommend me?
    Regards

  • ORA-03113 when trying to connect to database

    RDBMS Version:: 9.2.0.6
    Operating System and Version:: Win2003 Small Business Server
    Error Number (if applicable):: ORA-03113
    Server Net Version:: 9.2.0.6
    Client Operating System and Version:: Solaris10
    Client Net Version:: 2.1.3
    ORA-03113 when trying to connect to database
    I've currently a 7.1.3 client on SUN Solaris (5.10 Generic_118844-26 i86pc i386 i86pc) where I want to connect to the 9.2.0.6 database on a Win2003 Server hardware.
    When i try to connect via SQL*Plus (Release 3.1.3.4.1), I get ORA-03113. Looking into the listener resp. alertfile on the server, I can see that the connectiorequest is recognized, but immediately answered by an ORA-0600, producing also trc-files.
    listener: 25-MAI-2007 09:37:23 * (CONNECT_DATA=(SID=HTASQL)(CID=(PROGRAM=)(HOST=eklvpa)(USER=sat250))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.17.233.3)(PORT=32790)) * establish * HTASQL * 0
    alert: ORA-00600: internal error code, arguments: [12333], [26], [0], [115], [], [], [], []
    Activating traces on the client-side showed the following errors:
    -<ERROR>- ntus2err: sd=8, op=1, resnt[0]=511, resnt[1]=2, resnt[2]=0
    -<ERROR>- nserror: nsres: id=0, op=65, ns=12541, ns2=12560; nt[0]=511, nt[1]=2, nt[2]=0
    -<ERROR>- nsopen: unable to open transport
    -<ERROR>- nsprecv: transport read error
    -<ERROR>- nserror: nsres: id=0, op=68, ns=12537, ns2=12560; nt[0]=507, nt[1]=0, nt[2]=0
    -<ERROR>- osnqrc: wanted 1 got 0, type 0
    -<ERROR>- osnqper: error from osnqrc
    -<ERROR>- osnqper: nr err code: 0
    -<ERROR>- osnqper: ns main err code: 12537
    -<ERROR>- osnqper: ns (2) err code: 12560
    -<ERROR>- osnqper: nt main err code: 507
    -<ERROR>- osnqper: nt (2) err code: 0
    -<ERROR>- osnqper: nt OS err code: 0
    -<ERROR>- osnqsm: send-break: failed to send OOB break...
    -<ERROR>- osnqper: error from send-marker
    -<ERROR>- osnqper: nr err code: 0
    -<ERROR>- osnqper: ns main err code: 12583
    -<ERROR>- osnqper: ns (2) err code: 0
    -<ERROR>- osnqper: nt main err code: 0
    -<ERROR>- osnqper: nt (2) err code: 0
    -<ERROR>- osnqper: nt OS err code: 0
    -<ERROR>- osnqbr: returning 3113
    Can anybody help me in determining the problem ? Is there a systemtic incompatibility in connecting a 7.1.3 client to a 9.2 (or even higher) database ?

    Thanks for your reply.
    But the funny thing on this compatibility issues is, that this configuration worked before. The only thing we did, was to setup the client-PC on a new hardware with also a new operating system (upgrading from Solaris 5.8 to 5.10). And from that time we encountered this problem.
    Are there any OS-related problems known or better to say: is (was) ORACLE 7.1.3 supported on Solaris 5.10 ? Should we look for any patches which might help us ?

  • Displays blank page when tried to access ORACLE Application Server Control

    Hi,
    I have successfully installed the Oracle SOA Suite using advance installation.
    But when tried to open ORACLE APPLICATION SERVER CONTROL by following the below path.
    start-> programs-> oracle-soa->ORACLE APPLICATION SERVER CONTROL, It displays a blank IE page.
    But when tried to open BPEL control or WSM control or ESB control, it takes me to the login page.
    Note: Started the SOA suite and the status of ASG component in the Start SOA page says Down.Does this affect in anyways?
    Would appreciate if anyone could throw some light on this.

    Hi All,
    I started reinstalling SOA suite and while installation, I encounter below warning.
    "A DHCP configuration was detected on this host" The installer also detected that the localhost name and network hostname differ. please resolve the networking issues by reffering the "Installing on DHCP computers" section in the installation guide."
    Note: Doing installation in the server.
    Wondering this could be the cause for displaying blank Application Server Control page.
    And here is, what it says in the installation guide.
    Note this limitation when running Oracle Application Server on DHCP computers: Oracle Application Server instances on DHCP computers cannot communicate with other instances running on other computers. For example, you cannot have OracleAS Infrastructure on one computer and a middle tier on another computer if any one of those computers uses DHCP. All the instances that need to communicate with each other need to run on the same computer. There are no limitations on clients: clients from other computers can access the instances running on the DHCP computer, as long as the client computer can resolve the DHCP computer on the network.
    The solution for this is installing loopback adapter. But the catch is, I have few webmethods running on the server. Wondering about the effects of Loop back adadpter on webmethods. Please someone throw some light.
    Regards
    jude.

  • Newbie apex error when trying to install the OEHR Sample object.

    ORA-01653: unable to extend table FLOWS_030000.WWV_FLOW_ONLINE_HELP by 8 in tablespace APEX
    I got this error when trying to install.
    I will go back now and check the storage space.
    I could not find any error message on it.
    Thanks.Steve

    Just few minutes after asking this question on forum, I was able to find the workaround for opening the DashboardDesigner.exe.
    What I was trying earlier was that, In my "Business Intelligence Center" site,  i was trying to open the Dashboard Designer from "PerformancePoint Content" list by clicking "New Item" from "Items" tab in Ribbon.
    Instead Now I go to the connections library "Data Connections",  Go to "Documents" tab in Ribbon and then click on "New Document".
    Voila!
    Finally "DashboardDesinger.exe" opens up! :D
    Now from this designer application, I can add other Lists directly and can add "PerformancePoint Content" list for creating actual ScoreCards, Dashboards, KPIs etc.
    Happy Learning!
    Shri07

Maybe you are looking for

  • Problem streaming MP3 with flash and IE7

    Ok, I have a big problem here. Only occurs with Internet Explorer 7 and possibly 6 too. Happens only on some systems, one of mine do that, I have 3 systems. I have a website that opens a window that streams a webradio from another website. The websit

  • Windows crashes when trying to sync photos

    I'm a new Nano user and I finally got iTunes through my firewall, playing music, and synching with my Nano. I can load my songs and make playlists. So far, so good. Today I've been trying to sync up to load pictures, but every time I do, Windows cras

  • Generic Data Source Enahncement

    Hi All, I have to add two field from a Z*table in source system into an existing Generic Data Source based on a functional module. What should be the approach ? Kind regards, Tapish

  • Adobe reader X limbo

    Hi I'm stuck in adobe reader limbo. I upgraded to reader X recently and had my PC crash a few times opening documents so tried uninstalling and re-installing an older version but no joy. When I try to install an older version I get the error message:

  • CANNOT SWITCH ON

    I use a 9860 which I bought brand new from Amazon a few months ago. 2 weeks ago, it began to reflect that the battery was bad and after a while, it could not completely boot and therefore not come on. I then changed the battery and same issue still p