Connect SAP ECC6 with a external Oracle Database

Hi guys
I need to connect my ECC 6.0 (SID=UMD) System (MAXDB 7.6.00.035 over Linux RedHat 5.2 32 bits) with external database Oracle 10g (PROD). I follow the steps according the SAP Note 339092:
1. Install the oracle client in the ECC server in the path /opt/oracle/oracle/product/10.2.0/client_3 (this client is the Oracle official client)
2. Set the environment values for umadm with the command
set ORACLE_HOME=/opt/oracle/oracle/product/10.2.0/client_3
set NLS_LANG="AMERICAN_AMERICA.WE8ISO8859P1"
set ORA_NLS33=$ORACLE_HOME/nls/data
2. create in Oracle the user umdadm with the same password that in Linux
3. in ECC 6.0 tx DBCO create a connection
DB Connection ..... DBMS
DBMS ..................ORA
username...............umdadm
Conn info ..............PROD
permanent.............(no)
Connection Limit ....0
Optimum conns .....0
4. Download the dboraslib.so for oracle-linux 32bits (extracted from SAPEXEDB.SAR 175 download from service marketplace) and put in /usr/sap/UMD/SYS/exe/run,  /sapmnt/UMD/exe and /usr/sap/UMD/DVEBMGS00/exe
Then in the se38 run the report ADBC_TEST_CONNECTION, choose the DBMS connection and execute, this is the output error:
M Tue Mar 24 14:32:17 2009
M  TRACE FILE TRUNCATED (pid =     6160 )
M sysno      00
M sid        UMD
M systemid   387 (Intel x86 with Linux)
M relno      7000
M patchlevel 0
M patchno    175
M intno      20050900
M make:      single threaded, Unicode, optimized
M pid        6160
M
M  kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
M  length of sys_adm_ext is 576 bytes
B
B Tue Mar 24 14:32:28 2009
B  create_con (con_name=DBMS)
B  Loading DB library '/usr/sap/UMD/SYS/exe/run/dboraslib.so' ...
M  *** ERROR => DlLoadLib: dlopen()= libclntsh.so.10.1: cannot open shared object file: No such file or directory -> DLENOACCESS (0,
B  *** ERROR => Couldn't load library '/usr/sap/UMD/SYS/exe/run/dboraslib.so'
[dbcon.c      4731]
B  ***LOG BYG=> could not load library for database connection DBMS       [dbds#1 @ 1035] [dbds    1035 ]
B  ***LOG BZY=> unexpected return code 8192       calling DBACDS     [dbacds#2 @ 1471] [dbacds  1471 ]
Thanks in advance for your help in solve this error
Alberto Gil
Edited by: Alberto Gil on Mar 24, 2009 2:31 PM

> set ORACLE_HOME=/opt/oracle/oracle/product/10.2.0/client_3
> set NLS_LANG="AMERICAN_AMERICA.WE8ISO8859P1"
> set ORA_NLS33=$ORACLE_HOME/nls/data
> M  *** ERROR => DlLoadLib: dlopen()= libclntsh.so.10.1: cannot open shared object file: No such file or directory -> DLENOACCESS (0,
> B  *** ERROR => Couldn't load library '/usr/sap/UMD/SYS/exe/run/dboraslib.so'
You have to add the client library path (may be most likely /opt/oracle/oracle/product/10.2.0/client_3/lib) to the LD_LIBRARY_PATH variable in the .sapenv_<hostname>.csh or .sh script.
Markus

Similar Messages

  • 64 bit SAP to 32 bit External Oracle Database connectivity failing

    Dear All,
    We are trying to connect to an external Oracle database thru DBCON method. We are able to connect to Oracle server from our IDES server which is a 32 bit server, but when we are trying to connect our development server which is a 64 bit server, the connectivity is failing.
    we copied the correct 64 bit *.lib file to the SAP server but still same result. We are getting the error message - Work Process restarted. Session terminated.
    the Oracle server we are trying to connect is 32 bit, can this create some problem ?
    kindly any one help us in this reagrd.
    thanks in advance,
    Saurabh.

    Hi Eric,
    thanks for the advice but I am a bit confused as where to execute that sqlplus command/query ?
    in the Oracle server or from SAP and what does system/password@DEV means ??
    can you elaborate on this please.
    here i would like to add that we have connected to the external Oracle server using linked server approach of MS SQL (our SAP default database) and so our connectivity is happening till SQL level i.e. I am able to connect to the Oracle and query it using OpenQuery syntax. the problem is appearing when I am trying to connect from the ABAP level.
    kindly suggest as to what can be the solution of this issue.
    thanks
    Saurabh.

  • Connect SAP XI with External Oracle DB.

    hi,
    I have a reqt to connect SAP Xi with third party Oracle DB .
    What is required ?
    Please suggest me the steps .
    Regards
    PS

    Hi,
    What do you mean by "at a time'?
    If you are asking if how many database drivers can be deployed on the XI server, then the answer is you can have more than one.
    But you need to know the versions of the databases to get the appropriate JDBC drivers.
    If you are asking about the JDBC communication channels in XI, you can have only one JDBC connection string per channel.
    Hope this helps.
    Regards,

  • How to connect from SAP on DB2 for i5/OS to external oracle database

    Hello,
    I managed to retrieve data from an external DB2 for i5/OS database using ABAP Native SQL running on another i5/OS server.
    I also managed to retrieve data from an external oracle database using ABAP Native SQL running on another Windows/Oracle server.
    Now i want to use ABAP Native SQL running on an i5/OS and retrieve data from an external Oracle database?
    I suppose i need software to connect fron I5/OS to this oracle database like you need extra software when you want to connect to an i5/OS database if you are running SAP on Windows (read note 751451)
    Does anybody know?
    Thanks in advance
    Bertil Rebergen

    Hello Bertil,
    to access an Oracle database from within an SAP system you'll need SAP's database interface library specific for Oracle plus the Oracle database client library utilized by SAP's database interface library. Both need to be available for the operating system your application server runs on, i.e. IBM i5/OS in your scenario.
    Since the required Oracle database client software is not available for IBM i5/OS your SAP application servers on IBM i5/OS cannot access your Oracle database.
    To overcome this limitation you would need to add at least one additional SAP application server based on Windows or Linux/Power to your current SAP system utilizing IBM DB2 for i5/OS. Since the required software libraries are available for these two operating systems you will be able to solve your problem this way.
    Best Regards, Christian Hoelters, SAP AG.

  • Setup tcp connection to external oracle database

    Hello All,
    I have a requirement to setup a tcp connection in SM59 from BI 7 to an external oracle database.
    I am through with the first step of modifying the tnsnames.ora and now I am able to connect from OS level of BID server to this external oracle database O1.
    But, I want to know what options do I need to use to setup a tcp/ip connection?
    How should I register the program (if required)?
    Can anyone please advise whats the best way to resolve this issue?
    Thanks,
    Antarpreet

    Hi,
    Yes, We have installed Oracle Client.
    No, We couldnt find the libdora.dll file in the SAP Server system. From where can we find this file to install ??
    Thanks & Regards,
    Saurabh.

  • Connect SAP Application with out of SAP Databasa (integration)

    Dear All;
    can any budy help me how to user DBCO to make a connection with non-SAP database.
    Regd
    AJ

    AJ,
    If not done already, please review the following notes and links (depending on the database that you want to connect to):
    Note 339092 - DB MultiConnect with Oracle as secondary database
    Note 323151 - Several DB connections with Native SQL
    Note 955670 - DB multiconnect with MaxDB as secondary database
    Note 738371 - Creating DBCON multiconnect entries for SQL Server
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/connection-between-sap-system-with-external-oracle-database-with-tcode-dbco-1178583?cv=expanded
    https://websmp109.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700002040342006E
    Hope this helps.
    PJ

  • Native SQL to an external oracle database

    Hello experts,
         I like to read some data from an external oracle database with native sql statements.
    Which prerequisites are neccessary to do so?
    In detail: which customizing must be performed?
    Wich authorizations are necessary on the local SAP-system and on the oracle-site?
    Many thanks for your help!
             Best regards
                                Elmar

    first, you need the SAP database library for Oracle. on Windows, filename is dboraslib.dll
    then, you create a user ID on your external database
    then ,you configure table DBCON
    read:
    https://forums.sdn.sap.com/click.jspa?searchID=9272762&messageID=1193314
    https://forums.sdn.sap.com/click.jspa?searchID=9272762&messageID=2806510

  • How to configure portal server with the Backend Oracle database

    Hi Portal Experts,
    we are planning to install Netweaver 04s sp stack 9 full java edition with Oracle 8i on windows platform.
    we have the installation docs of portal but we didn't have any idea about how to configure Portal server with the Backend Oracle database at the time of installation or after ost installation of portal.can anyone provide the documentation about this or guide me how to achieve this.
    PLZ share ur views---your help would be highly appreciable.
    Regds
    Phani.

    HI
    if you r working in Sap enterprise portal use for connection url
    jdbc:sap:sqlserver://ilsql01.tlv.sap.corp:1433;DatabaseName=Northwind
    ilsql01.tlv.sap.corp:1433 this is your portal url with port number
    Northwind is your database name.
    for dirver you need to give
    com.sap.portals.jdbc.sqlserver.SQLServerDriver
    in case if you r working on other than sap say windows along with oracle try to use
    Connection URL as jdbc:oracle:<drivertype>:@<database>
    Driver name as oracle.jdbc.driver.OracleDriver
    ex jdbc:oracle:thick:@localhost:3036:mydb
    Oracle implements two types of JDBC drivers:
    Thick JDBC drivers built on top of the C-based Net8 client, as well as a Thin (Pure Java) JDBC driver to support downloadable applets. Oracle JDBC drivers are used to create JDBC applications to communicate with Oracle databases.
    Oracle extensions to JDBC include the following features:
    Data access and manipulation
    LOB access and manipulation
    Oracle object type mapping
    Object reference access and manipulation
    Array access and manipulation
    Application performance enhancement
    *************if the information is helpful to you please reward points************

  • Problem with httpd and oracle database

    hi
    i have oracle linux with oracle database 11gR2
    i install php with oci as the following link :
    http://oss.oracle.com/projects/php/dist/documentation/installation.html
    but when i try phpinfo() i found just only
    *" /etc/php.d/oci8.ini"* in the result
    and when i test connection i have this error
    *" Fatal error: Call to undefined function oci_connect() "*
    so what is the best way to install oci on oracle linux ?

    What version of the OS are you using? Any clues in the syslog and httpd log? Are you using SELinux, which is often an overlooked issue?
    Can you provide more details?
    so what is the best way to install oci on oracle linux ?According to the instructions, if support is needed: http://www.oracle.com/technetwork/topics/php/zend-server-096314.html

  • Connection pooling and auditing on an oracle database

    Integration of a weblogic application with an oracle backend,
    Connection pooling, and auditing ,2 conflicting requirements ?
    Problem statement :
    We are in the process of maintaining a legacy client server application where
    the client is
    written in PowerBuilder and the backend is using an Oracle database.
    Almost all business logic is implemented in stored procedures on the database.
    When working in client/server mode ,1 PowerBuilder User has a one-to-one relation
    with
    a connection(session) on the oracle database.
    It is a requirement that the database administrator must see the real user connected
    to the database
    and NOT some kind of superuser, therefore in the PowerBuilder app each user connects
    to the database
    with his own username.(Each user is configured on the database via a seperate
    powerbuilder security app).
    For the PowerBuilder app all is fine and this app can maintain conversional state(setting
    and
    reading of global variables in oracle packages).
    The management is pushing for web-based application where we will be using bea
    weblogic appserver(J2EE based).
    We have build an business app which is web-based and accessing the same oracle
    backend app as
    the PowerBuilder app is doing.
    The first version of this web-based app is using a custom build connector(based
    on JCA standard and
    derived from a template provided by the weblogic integration installation).
    This custom build connector is essentially a combination of a custom realm in
    weblogic terms
    and a degraded connection pool , where each web session(browser) has a one-to-one
    relation
    with the back end database.
    The reason that this custom connector is combining the security functionality
    and the pooling
    functionality , is because each user must be authenticated against the oracle
    database(security requirement)
    and NOT against a LDAP server, and we are using a statefull backend(oracle packages)
    which would make it
    difficult to reuse connections.
    A problem that surfaced while doing heavy loadtesting with the custom connector,
    is that sometimes connections are closed and new ones made in the midst of a transaction.
    If you imagine a scenario where a session bean creates a business entity ,and
    the session bean
    calls 1 entity bean for the header and 1 entity bean for the detail, then the
    header and detail
    must be created in the same transaction AND with the same connection(there is
    a parent-child relationship
    between header and detail enforced on the back end database via Primary and Foreing
    Keys).
    We have not yet found why weblogic is closing the connection!
    A second problem that we are experincing with the custom connector, is the use
    of CMP(container managed persistence)
    within entity beans.
    The J2EE developers state that the use of CMP decreases the develoment time and
    thus also maintenance costs.
    We have not yet found a way to integrate a custom connector with the CMP persistence
    scheme !
    In order to solve our loadtesting and CMP persistence problems i was asked to
    come up with a solution
    which should not use a custom connector,but use standard connection pools from
    weblogic.
    To resolve the authentication problem on weblogic i could make a custom realm
    which connects to the
    backend database with the username and password, and if the connection is ok ,
    i could consider this
    user as authenticated in weblogic.
    That still leaves me with the problem of auditing and pooling.
    If i were to use a standard connection pool,then all transaction made in the oracle
    database
    would be done by a pool user or super user, a solution which will be rejected
    by our local security officer,
    because you can not see which real user made a transaction in the database.
    I could still use the connection pool and in the application , advise the application
    developers
    to set an oracle package variable with the real user, then on arrival of the request
    in the database,
    the logic could use this package variable to set the transaction user.
    There are still problems with this approach :
    - The administrator of the database can still not see who is connected , he will
    only see the superuser connection.
    - This scheme can not be used when you want to use CMP persistence , since it
    is weblogic who will generate the code
    to access the database.
    I thought i had a solution when oracle provided us with a connection pool known
    as OracleOCIConnectionPool
    where there is a connection made by a superuser, but where sessions are multiplexed
    over this physical pipe with the real user.
    I can not seem to properly integrate this OCI connectionpool into weblogic.
    When using this pool , and we are coming into a bean (session or entity bean)
    weblogic is wrapping
    this pool with it's own internal Datasource and giving me back a connection of
    the superuser, but not one for the real user,
    thus setting me with my back to the wall again.
    I would appreciate if anyone had experienced the same problem to share a possible
    solution with us
    in order to satisfy all requirements(security,auditing,CMP).
    Many Thanks
    Blyau Gino
    [email protected]

    Hi Blyau,
    As Joe has already provided some technical advice,
    I'll try to say something on engineering process level.
    While migrating an application from one technology to
    other, like client-server to n-tier in you case, customers and
    stakeholders want to push into the new system as many old
    requirements as possible. This approach is AKA "we must
    have ALL of the features of the old system". Mostly it happens
    because they don't know what they want. Ad little understanding
    of abilities of the new technology, and you will get a requirement
    like the one you have in you hands.
    I think "DBA must see real user" is one of those. For this
    type of requirements it can make sense to try to drop it,
    or to understand its nature and suggest alternatives. In this
    particular case it can be a system that logs user names,
    login and logout times.
    Blind copying of old features into an incompatible new architecture
    may endanger the whole project and can result in its failure.
    Hope this helps.
    Regards,
    Slava Imeshev
    "Blyau Gino" <[email protected]> wrote in message
    news:[email protected]...
    >
    Integration of a weblogic application with an oracle backend,
    Connection pooling, and auditing ,2 conflicting requirements ?
    Problem statement :
    We are in the process of maintaining a legacy client server applicationwhere
    the client is
    written in PowerBuilder and the backend is using an Oracle database.
    Almost all business logic is implemented in stored procedures on thedatabase.
    When working in client/server mode ,1 PowerBuilder User has a one-to-onerelation
    with
    a connection(session) on the oracle database.
    It is a requirement that the database administrator must see the real userconnected
    to the database
    and NOT some kind of superuser, therefore in the PowerBuilder app eachuser connects
    to the database
    with his own username.(Each user is configured on the database via aseperate
    powerbuilder security app).
    For the PowerBuilder app all is fine and this app can maintainconversional state(setting
    and
    reading of global variables in oracle packages).
    The management is pushing for web-based application where we will be usingbea
    weblogic appserver(J2EE based).
    We have build an business app which is web-based and accessing the sameoracle
    backend app as
    the PowerBuilder app is doing.
    The first version of this web-based app is using a custom buildconnector(based
    on JCA standard and
    derived from a template provided by the weblogic integrationinstallation).
    This custom build connector is essentially a combination of a custom realmin
    weblogic terms
    and a degraded connection pool , where each web session(browser) has aone-to-one
    relation
    with the back end database.
    The reason that this custom connector is combining the securityfunctionality
    and the pooling
    functionality , is because each user must be authenticated against theoracle
    database(security requirement)
    and NOT against a LDAP server, and we are using a statefull backend(oraclepackages)
    which would make it
    difficult to reuse connections.
    A problem that surfaced while doing heavy loadtesting with the customconnector,
    >
    is that sometimes connections are closed and new ones made in the midst ofa transaction.
    If you imagine a scenario where a session bean creates a business entity,and
    the session bean
    calls 1 entity bean for the header and 1 entity bean for the detail, thenthe
    header and detail
    must be created in the same transaction AND with the same connection(thereis
    a parent-child relationship
    between header and detail enforced on the back end database via Primaryand Foreing
    Keys).
    We have not yet found why weblogic is closing the connection!
    A second problem that we are experincing with the custom connector, is theuse
    of CMP(container managed persistence)
    within entity beans.
    The J2EE developers state that the use of CMP decreases the develomenttime and
    thus also maintenance costs.
    We have not yet found a way to integrate a custom connector with the CMPpersistence
    scheme !
    In order to solve our loadtesting and CMP persistence problems i was askedto
    come up with a solution
    which should not use a custom connector,but use standard connection poolsfrom
    weblogic.
    To resolve the authentication problem on weblogic i could make a customrealm
    which connects to the
    backend database with the username and password, and if the connection isok ,
    i could consider this
    user as authenticated in weblogic.
    That still leaves me with the problem of auditing and pooling.
    If i were to use a standard connection pool,then all transaction made inthe oracle
    database
    would be done by a pool user or super user, a solution which will berejected
    by our local security officer,
    because you can not see which real user made a transaction in thedatabase.
    I could still use the connection pool and in the application , advise theapplication
    developers
    to set an oracle package variable with the real user, then on arrival ofthe request
    in the database,
    the logic could use this package variable to set the transaction user.
    There are still problems with this approach :
    - The administrator of the database can still not see who is connected ,he will
    only see the superuser connection.
    - This scheme can not be used when you want to use CMP persistence , sinceit
    is weblogic who will generate the code
    to access the database.
    I thought i had a solution when oracle provided us with a connection poolknown
    as OracleOCIConnectionPool
    where there is a connection made by a superuser, but where sessions aremultiplexed
    over this physical pipe with the real user.
    I can not seem to properly integrate this OCI connectionpool intoweblogic.
    When using this pool , and we are coming into a bean (session or entitybean)
    weblogic is wrapping
    this pool with it's own internal Datasource and giving me back aconnection of
    the superuser, but not one for the real user,
    thus setting me with my back to the wall again.
    I would appreciate if anyone had experienced the same problem to share apossible
    solution with us
    in order to satisfy all requirements(security,auditing,CMP).
    Many Thanks
    Blyau Gino
    [email protected]

  • Unable to connect to the informatica repository on oracle database 11g

    hi all,
    i have installed OBI Apps 7.9.6.0 with informatica 8.6.0 and no hotfix.
    Now the problem is , when i create a repository service i get the error
    " The service did not start due to the following error: *Unable to connect to the repository Oracle_BI_DW_Base on database* . " here Oracle_BI_DW_Base is also the name of my .rep repository that came with OBI APPS installation.
    i have oracle database 11g installed and also created respective user for repository of informatica.
    what should i do in this case??
    plz help

    Good Morning.
    I had the same problem and I had the same IE 6, the problem was the translation between the IE6 from http and https, to solve it you just need to open your url typing
    https:url:port, do no forget to put the s after the http, with this my problem was solved.
    best regards.
    Digudi - São Paulo - Brazil
    Edited by: user12267194 on 24/11/2009 05:37
    Edited by: user12267194 on 24/11/2009 05:38
    Edited by: user12267194 on 24/11/2009 05:38

  • SAP BI and SAP ECC6 with 2 production clients

    Dear Expert,
    Can you advise us in an orientation to be taken for SAP BI?
    In term of SAP ECC6 architecture, we have two clients in production: client 100 (A) and client 400 (B). Within client 100, there is a company code 1000 with designation A and wthin client 400, there will be also a company 1000 with the designation B. SAP ECC6 manages without problem this architecture.
    It was stated to me that the standard SAP BI,  does not take account in its output program of the concept of client. For SAP BI, the two clients are systems sources. For infocubes, it is possible to differentiate the client but not for the infoobjects. The consequence, it is at the time as of updates of the data it would seem that for example the designation of the company 1000 will be that of the last upgrade. (1000 - designation A -> 1000 designation B)
    Thank you.
    Fabian

    what CRM do they use?
    if they use Siebel CRM ( Which is the case 60% of the time ) then tell them tht since Siebel wa brought by oracle, OBIEE has seamless integration with Siebel CRM.
    I dont have much idea about SAP BI, but OBIEE has certain features like iBots, publisher etc, which are tough to match.
    refer Oracle website.. I am sure they must be having good points because of marketing.

  • Using VPN to connect to Windows XP server running Oracle Database

    Trying to connect to a hotel PMS system (Micros Opera) through my mac. The system runs through internet explorer on PC and is based on an Oracle Database. The DB stores both the data and application. I have it set up and working via VPN in Parallels, but still have not been able to make it work on the mac side. All I needed to do in Parallels was add the VPN connection, direct IE to http://operettaserver and everything worked perfectly.
    I have a feeling it has something to do either with browser compatibility or ports. On windows, it runs best in IE, but will load in Firefox. Can't get it to load in Firefox or Safari on the Mac side (even when I plug the computer directly into the network). The VPN connection seems to be OK on the Mac -- when i type the local IP it redirects to the server, but the login page does not open. I can, however, access shared folders.
    Does anyone have any ideas what could be the issue? Any suggestions would be greatly appreciated.
    Thanks!
    JK

    It looks like a file transfer protocol issue here. Which is the OS on the server? Is it Mac or Windows.
    You can try this Apple Support article http://docs.info.apple.com/article.html?path=ServerAdmin/10.5/en/c1ns5.html

  • Execute Function in external ORACLE Database

    Hi Gurus,
    I'm working with Native SQL, trying to execute a function (NOT a procedure) present in an Oracle Database.
    I have the DBCO table ready and the conection is working fine, but when I want to execute the function I get the following error (with short dump):
    Database error text: "ORA-00900: invalid SQL statement"
    Database error code: 900
    Triggering SQL statement:
    :VALIDO := cai_valido_i   ? , ? , ? , ? , ? , ? )"
    Looks like this is a syntax error when i'm trying to use the function. I try to call the function with EXECUTE PROCEDURE, but another error appear, saying that the procedure doesn't exist.
    This is the function that I need to call in Oracle:
    cai_valido_i
       (ccai in number,
        ccuit in number,
        cfecha in date,
        ccod_tc in number,
        cpto_vta in number,
        cnro in number)   return number
    I Hope somebody can help me with this.
    Kind regards,
    Roberto.-

    Not sure how to call Functions but I executed procedures as below:
      EXEC SQL PERFORMING <SAP_SUBROUTINE>.
        SELECT <PROCEDURE>(
               :<IN_PAR1>,
               :<IN_PAR2>,
               :<IN_PAR3>)
          INTO :<OUT_PAR1>
          FROM DUAL
      ENDEXEC.
    Thnaks,
    Shashi Reddy

  • How to Resolve Five Squares with dbconsole on Oracle Database 11g

    I've seen several references on this site about dbconsole and five squares, but I haven't found a resolution to my situation. So far, I have done the following on fresh hardware:
    - Installed Oracle Database 11.1.0.6 on Solaris 10
    - Patched to 11.1.0.7
    - Applied CPUJUL2009
    - Created a database (let's call it db1)
    - Did not check to see if dbconsole worked on db1
    - Dropped the db1 database
    - Created a second database, db2
    - Tried to use dbconsole on db2 with http://10.10.10.43:1158/em/console/aboutApplication (because DNS is not configured on my client PC); this resulted in the display of five squares, but nothing else on the web page
    - Tried to use dbconsole on db2 with https://10.10.10.43:1158/em/console/aboutApplication and got a page not found error
    Here is the output from the dbconsole status:
    emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.7.0
    Copyright (c) 1996, 2008 Oracle Corporation. All rights reserved.
    https://radfa0122v309292.mycompany.com:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running.
    Logs are generated in directory /s01/app/oracle/product/11g/radfa0122v309292.mycompany.com_sched/sysman/log
    Any help is appreciated.
    Thanks!
    Edited by: shew01 on Oct 6, 2009 11:01 AM

    Good Morning.
    I had the same problem and I had the same IE 6, the problem was the translation between the IE6 from http and https, to solve it you just need to open your url typing
    https:url:port, do no forget to put the s after the http, with this my problem was solved.
    best regards.
    Digudi - São Paulo - Brazil
    Edited by: user12267194 on 24/11/2009 05:37
    Edited by: user12267194 on 24/11/2009 05:38
    Edited by: user12267194 on 24/11/2009 05:38

Maybe you are looking for

  • .swf files in Final Cut Pro

    Hello, I am hoping someone can answer my question. I have created a flash movie that I would like to be able to bring into FC Pro to do some additonal editing, etc. Can I import an .swf into FC Pro, or does it have to be a quicktime movie? According

  • Mail.app forward problem

    Hello, i am experiencing a problem with mail.app I have installed two email pop account which are working normally. The problem is that. When trying to forward messages with ppictures or attachments (normal size) the messages stuck in outbox, the act

  • Using 3G on ipad2 in Japan

    Can't connect to 3 g network even though my iPhone is having no problem. Why? Wifi works fine when available but I have the ipad2 64 gig att 3G version.  Soft bank and docomo widely and easily available in my iPhone 4. In carriers I have it set on au

  • Novice needs Help!

    . I'm using this code that I downloaded in a tutrial to run my flash movie -- pasted below -- how do I make the movie simulate that constant looping effect even when the mouse is not over it and how would I slow the overall speed down? MY flash sampl

  • I forgot the answers to my security questions and I don't have a recovery e-mail

    I forgot the answers to my security questions and I don't have a recovery e-mail. What I find weird is that it has never asked me the security questions until a day ago when i tried to buy music. I contacted apple by e-mail, but they haven't responde