Oracle 11g 11.2.0.1 connect to Forms 6i [32 bit] Version 6.0.8.11.3 (Production)

Hello

I set up a new server with Windows 8r2. Install Oracle 11 g 64 bit.

Mounted 10 32-bit Desktop windows forms [32-bit] Version 6.0.8.11.3 (Production).

I am able to connect to Oracle 9i. but I want to connect to Oracle 11g

Are there measures where I can solve my problem.

already had made the following changes to the server

C:\ > sqlplus/nolog

SQL > connect / as sysdba

Conectado.

SQL > shutdown immediate

SQL > startup restrict

SQL > alter database character set internal_use UTF8;

SQL > shutdown immediate

SQL > startup

Under sqlnet.ora I changed

NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

SQLNET. ALLOWED_LOGON_VERSION_SERVER = 8

SQLNET. ALLOWED_LOGON_VERSION_SERVER = 8

SQLNET. ALLOWED_LOGON_VERSION_CLIENT = 8

I'm still not able to connect.

Sandy

1. what error message do you receive forms 6i when you can not connect

2. what level of Forms 6i patch do you have?  A more recent patch level may be required.

Tony

Tags: Oracle Development

Similar Questions

  • Oracle 11g no network client machine connects.

    Oracle 11g was installed on windows server 2003.

    ORA-12514: TNS:listener is not currently of service requested in connect descriptor . _

    We receive oracle above except when you give the following command:

    LSNRCTL > services oracle11g_listener
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = CBR-SRV-HPORA. CIBER-INDIA. (IN) (PORT = 1522)))
    _ The listener supports no services
    The command completed successfully.

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


    C:\Documents and Settings\oracle > sqlplus scott/tiger@oracle11g_netservice

    SQL * more: Production release 11.2.0.1.0 Wed Jul 28 18:10:40 2010

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-12514: TNS:listener is not currently of service requested in connect
    descriptor of

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

    Please advice what could be the problem.

    Thank you.

    Your Lstener knows nothing about services. You must configure the dynamic record of service in your database, for example

    ALTER system set local_listener = "(DESCRIPTION = (ADDRESS =(PROTOCOL=TCP) (HOST = CBR-SRV-HPORA. CIBER-INDIA. IN) (PORT = 1522))) ';

    (for permanent fixing forget pfile or spfile)

    After the database records the address und thie services you will see the service when you ask "srvctl services oracle11g_listener.

    Kind regards
    Dojo

  • 64-bit Oracle 11.2.0.4 problem connection postgresql 9.1 64-bit

    Hello everyone, this week I tried extensively to create a connection between an engine and a motor of oracle postgresql, but have failed, followed the user recommendations Kgronau-Oracle through the thread https://community.oracle.com/thread/3560250?start=0 & tstart = 0, but did not work and error that comes out when I run the following query in sqlplus :

    Select * from 'user' PG_LINK;

    ERROR on line 1:

    ORA-28500: connection to a non-Oracle system Oracle returned this

    Publish:

    ORA-02063: preceding line PG_LINK

    I did the settings as follows:

    Oracle Linux 6.5 64 - bit

    I created a file in /home/oracle/.odbc.ini

    with the following information:

    [PG_LINK]

    Driver = /usr/pgsql-9.1/lib/psqlodbcw.so

    ServerName = 172.16.2.14

    Username = user

    Password = pass

    Port = 5432

    Database = database

    Trace = yes

    Trace file = /tmp/database.log

    With the permissions: - rw - r - r - oracle oinstall

    The driver install via: yum install postgresql91 - odbc.x86_64

    version 09.03.0400 - 1PGDG.rhel6

    Also installed the unixODBC package - 2.3.0 compile the source and the result of the-j odbcinst command that results in:

    unixODBC 2.3.0

    DRIVERS...: /usr/local/etc/odbcinst.ini

    SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini

    FILE DATA SOURCES... : / usr/local/etc/ODBCDataSources

    USER DATA SOURCES.. : /home/oracle/.odbc.ini

    SQLULEN size...: 8

    SQLLEN size...: 8

    Size SQLSETPOSIROW. : 8

    $ ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1

    I also created a file $ORACLE_HOME/hs/admin/initPG_LINK.ora with the following information:

    HS_FDS_CONNECT_INFO = PG_LINK

    HS_FDS_TRACE_LEVEL = OFF

    HS_FDS_SHAREABLE_NAME = /usr/pgsql-9.1/lib/psqlodbcw.so

    HS_FDS_SQLLEN_INTERPRETATION = 32

    Define ODBCINI = /home/oracle/.odbc.ini

    Files $ORACLE_HOME/network/admin/listener.ora and tnsnames.ora were also changed as well:

    Listener.ora

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PG_LINK)

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    (ENV = "LD_LIBRARY_PATH = /usr/lib64:/usr/pgsql-9.1/lib:/u01/app/oracle/product/11.2.0/dbhome_1/bin")

    (PROGRAM = dg4odbc)

    )

    (SID_DESC =

    (GLOBAL_DBNAME = SIAPROD)

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = SIAPROD)

    )

    )

    tnsnames.ora

    SIAPROD =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = SIAPROD)

    )

    )

    PG_LINK =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    (CONNECT_DATA = (SID = PG_LINK))

    (HS = OK)

    )

    Finally, I've followed these recommendations:

    So, let's create a file strace to see if we get more details for esta trace.

    1. get the process id of the Oracle listener that generates the gateway (ps - ef | grep TNS)

    2 strace o FAE - dg4odbc.log < gateway listener process id > Pei

    3. now start a new SQL * Plus the term and try to select in the Postgres database again. Once you get the error, cancel the process of strace of step 2 dg4odbc.log and download the file to a public file share.

    -Klaus

    http://www.mediafire.com/download/3kglaeg023v3r9r/dg4odbc.log

    I hope you can help me solve this problem

    Thanks in advance.

    Mkirtley good day, thanks again for your help and time on my problem, but I followed your recommendations again and the error persists. Already tired of this, I decided to make several changes to the files of configuration and ODBC iniPG_LINK.ora where I was finally able to operate these services bad XD, all attached configuration files:

    Listener.ora

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PG_LINK)

    (ORACLE_HOME = / u01 / app / oracle / product / 11.2.0 / dbhome_1)

    (ENV = "LD_LIBRARY_PATH = / usr / local / lib: /u01/app/oracle/product/11.2.0/dbhome_1/lib")

    (PROGRAM = dg4odbc)

    )

    (SID_DESC =

    (GLOBAL_DBNAME = SIAPROD)

    (ORACLE_HOME = / u01 / app / oracle / product / 11.2.0 / dbhome_1)

    (SID_NAME = SIAPROD)

    )

    )

    tnsnames.ora

    SIAPROD =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = SIAPROD)

    )

    )

    SS_LINK =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    (CONNECT_DATA = (SID = SS_LINK))

    (HS = OK)

    )

    PG_LINK =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    (CONNECT_DATA = (SID = PG_LINK))

    (HS = OK)

    )

    iniPG_LINK.ora

    HS_FDS_CONNECT_INFO = PG_LINK

    HS_FDS_TRACE_LEVEL = 255

    HS_FDS_SHAREABLE_NAME = / usr / local / lib / libodbc.so

    # HS_LANGUAGE = American_America.WE8ISO8859P1

    # HS_FDS_SQLLEN_INTERPRETATION = 32

    ODBCINI September = / home / oracle /. ODBC.ini

    / Home/Oracle /. ODBC.ini

    [ODBC data sources]

    PG_LINK = PostgreSQL

    [PG_LINK]

    Debug = 1

    CommLog = 1

    ReadOnly = no

    Driver = / usr / pgsql - 9.1 / lib / psqlodbc.so

    ServerName = 172.16.2.27

    FetchBufferSize = 99

    User name = portaluquindio

    Password = portaluquindio

    Port = 5432

    Database = portaluquindio

    [Default]

    Driver = / usr / lib64 / liboplodbcS.so

    /usr/local/etc/odbcinst.ini

    [PostgreSQL]

    Description = PostgreSQL ODBC driver

    Driver = / usr / pgsql - 9.1 / lib / psqlodbc.so

    The installation program = / usr / lib64 / libodbcpsqlS.so

    FileUsage = 1

    [Oracle @ hs DB02] $ odbcinst-j

    unixODBC 2.3.2

    ............ DRIVERS: /usr/local/etc/odbcinst.ini

    SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini

    FILE DATA SOURCES... : / usr / local / etc / ODBCDataSources

    USER DATA SOURCES.. : /home/oracle/.odbc.ini

    SQLULEN size... 8

    SQLLEN size... 8

    Size SQLSETPOSIROW. : 8

    CREATE DATABASE LINK PG_LINK3

    CONNECT to 'portaluquindio' IDENTIFIED BY 'portaluquindio '.

    WITH THE HELP OF "PG_LINK";

    CREATE DATABASE LINK PG_LINK

    CONNECT to 'postgres' IDENTIFIED BY 'postgres '.

    WITH THE HELP OF 'PG_LINK '.

    [Oracle @ dbhome_1 DB02] $ database

    SQL * more: Production release 11.2.0.4.0 Wednesday, August 12, 2015 09:48:17

    Copyright (c) 1982, 2013, Oracle. All rights reserved.

    Connected to:

    Oracle Database 11 g Release 11.2.0.4.0 - 64 bit Production

    SQL > select count (*) from 'usuario"@PG_LINK;

    COUNT (*)

    ----------

    442

    SQL >

    [Oracle @ dbhome_1 DB02] $ database

    SQL * more: Production release 11.2.0.4.0 Wednesday, August 12, 2015 09:50:19

    Copyright (c) 1982, 2013, Oracle. All rights reserved.

    Connected to:

    Oracle Database 11 g Release 11.2.0.4.0 - 64 bit Production

    .; SQL > select count (*) from 'general '. "usuario"@PG_LINK3

    COUNT (*)

    ----------

    63143

    SQL >

    The above configuration leads to several conclusions, given my experience with all heterogeneous services:

    (1) it is not really clear, precise and detailed information on the installation of the heterogeneous services and its connection with unixODBC in oracle, I say this, because all Web sites official and unofficial oracle differently to configure or similar appear, but I always find people with different problems without clear indications of your problem.

    (2) I think that it is very important to take account of the version of unixODBC, because the version 2.3.0 has not helped me and I had to use the 2.3.2. Version 2.3.0 did not help me, because a mistake: '[unixODBC-support] [IM002] [unixODBC] [driver manager] data source name not found and no pilot not specified default', unlike points 2.3.2 and it was installed in the same way as above:

    tar xvf /tmp/unixODBC-2.3.2.tar

    CD /tmp/unixODBC-2.3.2

    . / configure; do; make install

    (3) I have several dblinks with data different connection as stated above, this means that the dblink is not logging data of the odbc.ini.

    Yet once, I thank very you much collaboration user Mkirtley, because it was a great help.

    I'm now stuck looking for a tutorial or a manual on how to write sentences or procedures between oracle and postgres.

    For now I leave you with the following problem when you run a SQL statement in oracle postgres:

    SQL > select 'usua_id' from 'general '. 'The user' PG_LINK

    2 where "usua_usuario" = "123456";

    where "usua_usuario" = "123456"

    *

    ERROR on line 2:

    ORA-00997: invalid use of LONG data type

    SQL >

    Thank you very much and good day.

  • Oracle 11g grid control software agent for SUSE 10.2 64-bit Linux.

    I have a hard time locating the agent software from the grid control, for 11g on Linux SUSE 10.2 64-bit. Does anyone know where it is? I checked the download for linux 64-bit software, nothing seems as the agent of the grid control. I searched metalink and these forum. Please let me know if you know where I can find. Thank you.

    Hello

    It is not the version 11g agent or SGD.
    I use
    Agent version: 10.2.0.4.0
    Version of the WHO: 10.2.0.4.0
    Protocol version: 10.2.0.4.0

    to take charge of our 11g db and I have no problem.

    Kind regards
    Tom
    http://OracleDBA.cz

  • Limit Max SGA on Oracle 9.2.0.8 on Win Server 2003 SP2 (32-bit)

    I am trying to increase the total SGA to 4 GB on an instance Oracle 9.2.0.8 on Win Server 2003 SP2 32 bit version. Is this possible? I tried to find something on google and metalink but has not found any post answering my question.

    In my attempts:
    I did 4 or 5 attempts every time try a step further, as explained below. On the issue of a start command, whenever I get the following error and the instance would not start.
    ORA-27100: memory realm already exists to shared

    (1) I changed the sga_max_size in the spfile to 4 GB using
    * "alter system set sga_max_size = 4294967296 scope = spfile" * "
    & stop instance successfully. It will not re-start and ORA-27100 I.
    (2) I stopped and restarted Windows Oracle service using the Task Manager, but no luck and I have seen the same error.
    (3) I tried to restart the server, but that did not help either and I got the same error.

    Whenever I have to start the instance with the ORA (pfile) init file and recreate the spfile to restore the old settings.

    Links or suggestions?

    On Note: 225349.1, it is stated that you need to use ' / EAP ", or" / 3 GB/PAE "switches to the boot.ini file, but there is a restriction:
    "It is important to note that this extra memory can ONLY be used by Oracle in the form of an increase in the value for.
    DB_BLOCK_BUFFERS.
    Read the Note: 373602.1 is also recommended, he concludes:
    "It should be noted that this is at best a short-term band-aid and the.
    real long-term solution is to upgrade to a version of operating system 64-bit"

  • Oracle 11g remote connection problem

    When I try to connect to the Oracle database using SQLPlus or SQLDeveloper remotely I get the following error.

    ORA-01017: INVALID USERNAME/PASSWORD; logon denied.

    Server details:
    Oracle 11g on Linux Enterprise 4
    I can connect to the server using SQLPlus.
    SQLCASE SHOW is MIXED

    Customer details:
    Windows Server 2003 enterprise Edition
    Oracle 11g Client.
    Remote computer my TNSPING to this server works perfectly.

    For the same connection string, I can't connect to the client. I don't know that I type wrong password.

    Any thoughts on this will be helpful.

    Thank you
    Smith

    If it's a sys user you will need to set the password file to connect to the database as sysdba user remotely. and we do not need to check if the privilege to connect is given to the sys user or not. adding to this remote_login_password check = EXCLUSIVE lock

    Published by: sshafiulla on February 16, 2010 23:17

  • Problems with Oracle 11g R2 XE

    Hi guys,.

    I had a problem and have to solve for abt a week now and tried a lot of solutions.

    My environment:

    Windows 7 Professional SP 1 64-Bit

    AMD Phenom II x 4 940 @3.0 GH

    4 GB of RAM (in use during the installation of 40%)

    The Windows Firewall is enabled (but oracle.exe and lstnr.exe are configured as an exception)

    Avast! FREE Antivirus Version 2014.9.0.2018

    Installation (both times with the same result):

    Installed O 11g 64-Bit XE in two different ways:

    I was logged in with user lies in Admingroup

    Installation started via right click with administrationprivileges

    I activated the Administrators account and logged with adminprivileges.

    After that, I installed the 11g XE 64 bit

    between the two steps I cleaned and restarted my system, register was too empty and the file has been deleted manually

    as a first step, I get this problem: Windows cannot find " " http://127.0.0.1:%HTTPPORT%/Apex/f?p=4950 "

    -> Manually changing HTTPORT % to 8080

    -> now I could double-click the shortcut, Firefox/IE/Chrome opens but 404 not Found error is returned

    -XracleXETNListener OracleServiceXE, both are running

    [code]

    C:\Windows\System32 > lsnrctl status

    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on November 4, 2014 18:02

    : 56

    Copyright (c) 1991, 2014, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Windows 64-bit error: 2: no such file or directory

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = D³rsinKurt-PC)(PORT=1521)

    )))

    STATUS of the LISTENER

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

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.2.0 - Prod

    ction

    Start date November 4, 2014 13:53:50

    Uptime 0 days 4 h 9 min 9 s

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener log file C:\oraclexe\app\oracle\diag\tnslsnr\D³rsinKurt-PC\list

    ener\alert\log. XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = D³rsinKurt-PC)(PORT=1521)))

    The listener supports no services

    The command completed successfully

    [/ code]

    If Listenerservice is up and running, but I can't find the http Service 8080 with netstat-a

    so I started to study a little more:

    Registryfolder: HK_LOCAL_MACHINE\SOFTWARE\ORACLE is installed

    following subdirectories are installed: KEY_XE, ODP.NET, OracleMTSRecoveryService

    What I tried (both ways, with and without adminstrationprivileges):

    I created two new DWORD values in KEY_XE ORACLE_SID_AUTOSTART and - STOP both to true and stopped and started services, nothing changes.

    Inserted the two users (Administrator and normal user) in the Group ORA_DBA, nothing changes, even tried to set and the new

    you wanted to connect to sqlplus using the console:

    C:\Windows\System32 > sqlplus system

    SQL * more: Production version 11.2.0.2.0 on 4 Nov 18:09:21 Di 2014

    Copyright (c) 1982, 2014, Oracle.  All rights reserved.

    Enter the password:

    ERROR:

    ORA-01034: ORACLE not available

    ORA-27101: shared memory realm does not exist

    Process ID: 0

    Session IDs: serial number 0: 0

    Enter the user name:

    When I start directly at the sqlplus prompt and write the start of the command I got the following msg: ORA-01031: insufficient privileges

    I looked in the folder ORA_BASE and looked at the oradat file, it contains a XE-folder that is empty, the admin folder contains: XE / and adump, dpdump and pfile, all three are empty (what does this mean? No DB created at all?)

    I looked at the file ORA_HOME and found initXE.ora, oradba.exe, oradim and PWDXE.ora

    I looked in the oradim.txt log:

    Kills Nov 04 11:21:17 2014

    C:\oraclexe\app\oracle\product\11.2.0\server\bin\oradim.exe-arret-SID xe - usrpwd * - immediate shutmode - log oradim.log

    Kills Nov 04 11:21:55 2014

    ORA-01012: not connected

    Kills Nov 04 11:23:01, 2014

    C:\oraclexe\app\oracle\product\11.2.0\server\bin\oradim.exe-demarrage-SID xe - usrpwd * - log oradim.log - nocheck 0

    Kills Nov 04 11:23:38 2014

    ORA-01078: failure in the treatment of system settings

    ORA-01565: error in the identification of the file "C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora".

    ORA-27041: could not open the file

    04002 - OSD: could not open the file

    S/O-error: (OS 2) Das System kann die angegebene Datei nicht find.

    -> bingo, 1st question: there is no spfileXE.ora, how can I create it? more in the dbs-file there is only an init.ora and not initXE.ora?

    Looked in the log-file files 5 from clscX.txt (probably after each systemreboot? containing the following):

    Oracle Database 11g Clusterware Release 11.2.0.2.0 - Production Copyright 1996, 2010 Oracle. All rights reserved.

    2014-11-04 - 13:53:52.197: [5576] [default] ut_read_reg:2:ocr SOFTWARE\Oracle\olr registry key cannot be opened. error 2

    [DESTROYED] clse_get_crs_home [5576]: error recovery configuration OLR [0] [error opening of the olr registry key. The system could not find the file.

    ]

    -> SystemLanguage is German, so I translated the German parts, perhaps he was lost in the translation of sth

    -> 2nd question: is there a missing registry key?

    In addition, I looked at the ORACLE_HOME/server/config/home cloesly folder:

    cloneDBCreation:

    SQL > Create controlfile reuse database "XE" value

    2 MAXINSTANCES 8

    MAXLOGHISTORY 3 1

    MAXLOGFILES 16 4

    5 MAXLOGMEMBERS 3

    6 MAXDATAFILES 100

    DataFile 7

    8 "C:\oraclexe\app\oracle\oradata\XE\system.dbf"

    9 "C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf."

    10 "C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf."

    11 'C:\oraclexe\app\oracle\oradata\XE\users.dbf '.

    LOGFILE 12

    13 GROUP 1 SIZE 51200K,

    14 GROUP 2 SIZE 51200K,

    15 RESETLOGS;

    SP2-0640: not connected

    SQL > exec dbms_backup_restore.zerodbid (0);

    SP2-0640: not connected

    SP2-0641: "EXECUTE" requires the connection to the server

    SQL > shutdown immediate;

    ORA-01012: not connected

    "SQL > startup nomount pfile="C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\initXETemp.ora ";

    ORA-01031: insufficient privileges

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

    CloneRmanRestore:

    "SQL > startup nomount pfile="C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora ";

    ORA-01031: insufficient privileges

    SQL > @C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\rmanRestoreDatafiles.sql;

    SQL > set off echo;

    SP2-0640: not connected

    SP2-0640: not connected

    SP2-0640: not connected

    ERROR:

    ORA-01031: insufficient privileges

    SQL > spool C:\oraclexe\app\oracle\product\11.2.0\server\config\log\cloneDBCreation.log

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

    PostDBCreation:

    QL > Connect "SYS" / "' * ' as SYSDBA"

    ERROR:

    ORA-01031: insufficient privileges

    SQL > set echo on

    SQL > //create or replace directory DB_BACKUPS as 'C:\oraclexe\app\oracle\fast_recovery_area ';

    SP2-0103: nothing in the SQL buffer to run.

    SQL > start

    2 dbms_xdb.sethttpport('8080');

    3 dbms_xdb.setftpport('0');

    4 end;

    5.

    SP2-0640: not connected

    SQL > create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora 'FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora ';

    SP2-0640: not connected

    SQL > shutdown immediate;

    ORA-01012: not connected

    SQL > connect "SYS" / "' & & sysPassword ' as SYSDBA"

    ERROR:

    ORA-01031: insufficient privileges

    .

    .

    .

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

    SQL > @C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\dbmssml.sql;

    SP2-0310: cannot open the file 'C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\dbmssml.sql '.

    SQL > @C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\dbmsclr.plb;

    SQL > DROP PUBLIC DATABASE LINK DBMS_CLRDBLINK;

    SP2-0640: not connected

    SQL > CREATE the PUBLIC DATABASE LINK DBMS_CLRDBLINK with the HELP of "ORACLR_CONNECTION_DATA";

    SP2-0640: not connected

    SQL > CREATE or REPLACE LIBRARY wrapped ORACLECLR_LIB

    2 a000000

    1 of 3

    4 abcd

    5-abcd

    6 abcd

    7 abcd

    8 abcd

    9 abcd

    10 abcd

    11-abcd

    12 abcd

    13 abcd

    14 abcd

    ABCD 15

    ABCD 16

    17 abcd

    18 abcd

    19 16

    20 51 8 d

    21 L/XXXXXXXXXX...

    XXXXXXX 22...

    23

    24.

    SP2-0640: not connected

    SQL > DROP TYPE DBMS_CLRParamTable;

    SP2-0640: not connected

    SQL > DROP TYPE DBMS_CLRType;

    SP2-0640: not connected

    SQL > CREATE or REPLACE TYPE wrapped DBMS_CLRType

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

    XE:

    The created instance.

    So I hope this is enough information

    Thanks in advance

    Dursin Kurt

    OK guys I found:

    Problem is the XE.bat - Script could not add me to the ORA_DBA group.

    Reason: my Computername and username, both had a mutation of the vowel 'u '.

    Why it has not worked to my laptop computer company too have both my 'U' in the username

    solved!

  • How to get more information about the users in oracle 11g

    Hi all

    I need to know more information on users in oracle 11g.

    1. how to check when user times last connection to the database.
    2. If the user account is blocking why it is blocked? If it is locked trying Loing with wrong password how to check how many times he tried with wrong password... and other reasons also
    3 reaction strives to select user expire date is to show the value empty... we can check expire date by querys or we need to check the profile?
    4. how to check while he was reset his password, the last time.

    Please correct me if am wrong. Thank you

    Concerning

    1. how to check when user times last connection to the database.

    AUDIT

    2. If the user account is blocking why it is blocked? If it is locked trying Loing with wrong password how to check how many times he tried with wrong password... and other reasons also

    Check the profile of this user and attr.

    3 reaction strives to select user expire date is to show the value empty... we can check expire date by querys or we need to check the profile?

    SQL> select EXPIRY_DATE from dba_users ;
    
    EXPIRY_DA
    ---------
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    23-MAY-13
    24-SEP-11
    24-SEP-11
    24-SEP-11
    

    check
    EXPIRY_DATE in dba_users is null

    4. how to check while he was reset his password, the last time.

    SELECT SYS PTIME. THE USER$;

  • Oracle SQL Developer/Oracle 11 g/Windows 7 - cannot connect 'sys as sysdba'

    Hello

    I downloaded and installed SQL Developer 3.2.20.09, the latest version, separately from Oracle 11 g, because the version provided with Oracle 11 g did not work properly.

    Now, I'm trying to connect SQL Developer 3.2 to my instance of 11g Oracle installed on Windows 7.

    I can log in with the user name SYS AS SYSDBA using SQLPLUS, text bundled with Oracle 11g, with a password to null and without any problem.

    However, when I try to connect to the same instance using the graphical tool based on Java, Oracle SQL Developer 3.2 I get this error:

    Status: Failure-Test failed: ORA-01031: insufficient privileges

    I already checked the computer management and I am already a member of administrators and 'ORA_DBA' groups.
    I already checked tnsnames.ora, etc. and everything is indicated as it should.
    I also checked my SID and it corresponds to what was named during the installation of Oracle 11 g.

    Is someone can you please tell me why I can't connect using SYS AS SYSDBA?

    Connection to SQL Developer as the user SYS to Getting Started tutorial

  • OBIEE 10.1 with Oracle 11g

    10 OBIEE can work with Oracle 11 g?

    I installed OBIEE 10 g on my laptop (window Home premium Vista)

    I then installed Oracle database 11g (desktop version)

    When I tried to import the database into the administrator create a repository, I provided the connection string for oracle 11g, but it gave me following error

    Failed to load c:\OracleBI\Server\bin\nqsdbgatewayoci10g.dll dll. Check if the database Oracle 10 g client is installed.

    Edited by: 967447 November 30, 2012 07:12

    Try to reinstall or install the Oracle client with advanced features. That solved your problem.

    OR
    1.uninstall/remove the previous 64 Bit JDK, 64-bit Oracle Client and OBIEE
    2. download and install the 32 Bit JDK and the 32 Bit Oracle 11 G client
    3 reinstall OBIEE OTM Administrator Guide

    Appreciate if you mark as correct

  • Oracle 11g EM

    Hello

    I have Oracle 11g on Win2k8 server. I thnk I can accidentally removed the Oracle EM service in windows.

    Is there a way to create again, prefeby without recreating the EM repository?
    Manually create the windows service back?

    Thanks in advance.

    Here's the problem of the listener. Your listener is listening on port 1521

    C:\Users\Administrator>lsnrctl status
    
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 09-JAN-2012 16:15
    :51
    
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xx.xxx.x.xxx)(PORT=1521)
    ))
    STATUS of the LISTENER
    

    considering that when configuring dbcontrol, you provided the listening port 5501

    Enter the following information:
    Database SID: xxxx
    Listener port number: 5501
    Password for SYS user: 36914
    Password for SYSMAN user: 903
    

    Salmabn

    Published by: Salman Qureshi on January 9, 2012 18:09

  • Oracle 11g with problem of pdf cocoon.war and glassfish?

    Hi all
    I m install oracle 11g express on CentOS OS, oracle apex earphone 1.1.2.131.15 5.6
    GlassFish v2 and cocoon 2.1.11 and connect to oracle apex glasfish works very well

    Problem start when I had cocoon xml build and deploy cocoon.war on glassfish,
    addition of fop_post on cocoon/fop_post (as described on http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html) but the pdf don't work!

    (I've been putting all the steps on the machine of 11.2 to 32-bit suse and ubuntu 8.04 - 32 bytes and pdf open work well)
    Y at - he no idea what happen whith this pdf error?
    Is the problem with 64 bytes some specific parameters, with java jdk, Cocoon, glassfish, or something on apex of oracle 11g?

    Gordan

    Published by: useruseruser on June 20, 2011 21:49

    Hi Gordon,.

    Once again, great to hear that!
    Could you rent close this thread and mark any post useful or correct if your question is answered?

    Thank you

    Udo

  • Problem with Oracle 9i and Oracle 11g

    Hello
    I have 2 Installation of Oracle: Oracle 9i client and Server Oracle 11.2
    Oracle 9i to: C:\oraclient9\
    Oracle 11g: C:\app\a.l\product\11.2.0\

    I have an application that has to connect to Oracle via ODBC, but whenever I try to connect looking for odbc Oracle 9i and I get this error:
    ORA-12541: TNS no listener

    If I try to boot with sqlplus to: start-> run-> sqlplusw get Oracle 9i version

    If I'm running sqlplus from start-> program-> Oracle 11-> I can connect properly.

    If I try to create a new ODBC it always plug the Oracle version 9i.

    I tried:
    Set ORACLE_HOME=C:\app\a.l\product\11.2.0\dbhome_1
    Set ORACLE_SID = ORCL

    but when I try: sqlplus / as sysdba I get this error:
    14 error initializing SQL * more
    SP1 file < lang > .msb not found message
    SP2-0750: you may need to set ORACLE_HOME in your Oracle software directory

    If I try to boot with sqlplus to: start-> run-> sqlplusw get Oracle 9i version with the error:
    ORA-12541: TNS no listener

    Variables environment variables in the path are:
    C:\oraclient9\bin; C:\Program Files\Oracle\jre\1.3.1\bin; C:\Program Files\Oracle\jre\1.1.8\bin; C:\app\a.l\product\11.2.0\dbhome_1\BIN; C:\app\a.l\product\11.2.0\dbhome_1\bin;%SystemRoot%\System32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\system32\WindowsPowerShell\v1.0\; C:\Program Files\Sybase\SQL Anywhere 9\win32. C:\Program Files\Sybase\Shared\win32; C:\Program Files\Sybase\SQL Anywhere 9\drivers; C:\Program Files\Sybase\Shared\Sybase 4.2 Central; c:\Program Files\Microsoft SQL Server\90\Tools\binn\; C:\Progra~1\XRay



    tnsnames 11g:
    # tnsnames.ora Network Configuration File: C:\app\a.l\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    
    
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        )
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
        )
      )
    
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl.domopenplan.local)
        )
      )
    tnsnames 9i:
    # TNSNAMES.ORA Network Configuration File: C:\oraclient9\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    
    ORCL.DOMOPENPLAN.LOCAL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = orcl.domopenplan.local)
        )
      )
    11g listener.ora:
    # listener.ora Network Configuration File: C:\app\a.l\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\a.l\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\a.l\product\11.2.0\dbhome_1\bin\oraclr11.dll")
        )
        (SID_DESC =
          (GLOBAL_DBNAME = orcl.domopenplan.local)
          (SID_NAME = orcl.domopenplan.local)
          (ORACLE_HOME = C:\app\a.l\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\a.l\product\11.2.0\dbhome_1\bin\oraclr11.dll")
        )
      )
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.103)(PORT = 1521))
        )
      )
    
    ADR_BASE_LISTENER = C:\app\a.l
    Do you have any idea how I can create a new ODBC to connect to Oracle 11g?

    Thanks in advance!

    opening for the system control window Server DB & question OS command sequence

    lsnrctl status
    set
    lsnrctl service

    COPY orders & results then PASTE all come back here

  • alias disappear in oracle 11g, while it worked fine in 10.2.0.4

    SQL@10G > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    AMT for IBM/AIX RISC System/6000: release 10.2.0.4.0 - production
    NLSRTL Version 10.2.0.4.0 - Production

    5 selected lines.

    SQL@10G > select xmlelement ('a', (select xmlelement ("c", model) of the double) as "xml b") .getStringVal () from dual;

    XML
    ------------------------------------------------------------------------------
    < a > < b > < c > X </c > < / b > < / a >

    1 selected line.

    SQL@10G > connect
    Connected.

    SQL@11g > select * from v version $;

    BANNER
    ------------------------------------------------------------------------------
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    AMT for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    5 selected lines.

    SQL@11g > select xmlelement ('a', (select xmlelement ("c", model) of the double) as "xml b") .getStringVal () from dual;

    XML
    ------------------------------------------------------------------------------
    < a > < c > X </c > < / a >

    1 selected line.

    do not be distracted by the scalar query online here. The example of the real world is a result of 0 - many in the online display

    No matter how many lines online see returns, as aggregate you them the result is always a scalar value (an instance of xmltype).

    Now the item is returned, even if there is no lower-level data

    Ok.

    XMLForest function works the way you want.
    You can try this (I don't yet have a 11.2)?

    SELECT xmlelement("topElement",
             xmlforest(
              (
                select xmlagg(
                         xmlelement("object",
                           xmlattributes(object_id as "objectId", object_type as "object_type")
                         )
                       )
                from all_objects
                where object_name = 'XDUAL'
              ) as "objects"
             )
           ).getStringVal() xml
    FROM dual;
    

    It should give a correct output with any version.

    Published by: odie_63 on 1 July. 2010 11:25

  • Oracle 11g RAC can support 2 separate databases?

    1. can you Oracle 11 g RAC support 2 separate databases because it requires to SCAN ip cluster with a port number unique listener?
    2. Oracle 11.2 database connections will work correctly if I install a mandatory DNS server in Oracle RAC servers?
    I'm leading a team for a project of 11g and appreciate the answers.
    Thank you
    Satish.

    Oracle 11g RAC will support the 2 separate databases because it requires to SCAN ip cluster with a port number unique listener?

    YES

    Oracle 11.2 database connections will work correctly if I install a mandatory DNS server in Oracle RAC servers?

    YES

Maybe you are looking for

  • iMac restarts after the osx update

    Hi my son has an iMac (mid-2011 Office), and there is an OSX update it will update, but then goes to a screen gray white and just sat there. I've left overnight and does not finish the installation and come back to life. I tried to reinstall the oper

  • How can I manually delete the backup of my iCloud storage?

    Background. I have the free iCloud of 5 GB storage allocation. 3.51 GB is occupied by a backup of iOS device. 1.48 GB is available free space. I replaced an iPhone damaged 6 running iOS 9.3.1 with the new equipment, running the same applications and

  • How can I create new partition for dual boot (Windows 7/Ubuntu)?

    My Z580 came with 4 primary partitions: the Windows boot partition; Windows OS & data (C drive); a "Lenovo" partition which seems to have the drivers and software pre-installed (drive D). and an OEM partition that is used for key recovery. I want to

  • Want DV6 7373 ca processir update and replace the keyboard

    I have a fancy DV6I would like to know which is the more powerful processor I can update. And my keyboard have a letter that is broken, I can't find a keyboard anywhere, I have the part number, but its available nit is everywhere, anyone know where I

  • It always appears. :( HELP ME PLEASE!

    It still appears on my desktop. Help me please someone! Unhandled exception has occurred in your application. If you click on continue, the application will ignore this error and attempt to continue. If you click on exit, the application closes immed