JDBC connection to external database not working from EP 6 SP2.

We have Enetrprise Portal 6 Service Pack 2 installed. We are planning to install business content which gets the data from external database using JDBC driver.
We are using standard JDBC driver, which comes with the Portal EP 6 SP2. Name of the class is com.sap.portals.jdbc.oracle.OracleDriver. 
We defined the system as JDBC system. Alias is defined. When we try to run, we are getting following error on the server.
<u>
java.sql.SQLException: ID004110: Error occurred while trying to connect to DB: java.sql.SQLException: [SAP_Portals][SQLServer JDBC Driver]Error establishing socket. Operation timed out: connect
     at com.inqmy.services.dbpool.ConnectionPoolDataSourceImpl.getPooledConnection(ConnectionPoolDataSourceImpl.java:151)
     at com.inqmy.services.dbpool.ConnectionStorage.getPhysicalConnection(ConnectionStorage.java:342)
     at com.inqmy.services.dbpool.ConnectionStorage.getWriteLockConnection(ConnectionStorage.java:405)
     at com.inqmy.services.dbpool.QConnection.beforeOperation(QConnection.java:44)
     at com.inqmy.services.dbpool.XAQConnection.beforeOperation(XAQConnection.java:112)
     at com.inqmy.services.dbpool.XAQConnection.getAutoCommit(XAQConnection.java:139)
     at com.sap.security.core.persistence.datasource.imp.J2EEConnectionPool.getConnection(J2EEConnectionPool.java:194)
     at com.sap.security.core.persistence.datasource.imp.DataBasePersistence.doSearch(DataBasePersistence.java:3318)
     at com.sap.security.core.persistence.datasource.imp.DataBasePersistence.searchPrincipalDatabags(DataBasePersistence.java:2298)
     at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.searchPrincipalDatabagsInternal(PrincipalDatabagFactory.java:3742)
     at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.searchPrincipalDatabags(PrincipalDatabagFactory.java:3275)
     at com.sap.security.core.imp.PrincipalFactory.searchPrincipals(PrincipalFactory.java:1323)
     at com.sapportals.portal.license.LiKeyPersistence.getPersistenceObject(LiKeyPersistence.java:59)
     at com.sapportals.portal.license.LiKeyPersistence.getKey(LiKeyPersistence.java:119)
     at com.sap.security.core.server.likey.LicenseChecker.getValidityDate(LicenseChecker.java:666)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.sapportals.portal.prt.service.license.WAS620.LicenseChecker620.getValidityDate(LicenseChecker620.java:65)
     at com.sapportals.portal.prt.service.license.LicenseService.doTheCheck(LicenseService.java:483)
     at com.sapportals.portal.prt.service.license.LT.run(LT.java:43)
</u>
I appreciate any help.

Please ignore the error mentioned in the original message. Actual error is as follows.
<u>
Component class : com.pacificorp.sap.portal.vantive.view.VantiveMetrics
User : P04233
     at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:858)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:310)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:832)
     at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:666)
     at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:313)
     at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
     at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
     at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
     at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Caused by: java.lang.NoSuchMethodError
     at com.pacificorp.sap.portal.vantive.model.JDBCVantiveModel.getDatabaseConnection(JDBCVantiveModel.java:601)
     at com.pacificorp.sap.portal.vantive.model.JDBCVantiveModel.loadMetricsSummary(JDBCVantiveModel.java:59)
     at com.pacificorp.sap.portal.vantive.helper.VantiveMetricsHelper.loadMetricsSummary(VantiveMetricsHelper.java:30)
     at com.pacificorp.sap.portal.vantive.view.VantiveMetrics$ContentDynPage.doProcessBeforeOutput(VantiveMetrics.java:129)
     at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:106)
     at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:832)
     at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:666)
     at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:313)
     at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
     at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
     at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
     at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
</u>

Similar Messages

  • External Task not working from job

    Hi,
    I am trying to call a batch file which copied fdr files from one folder to another and runs sarmanalyzer to generate csv files in the edq landing area.
    The batch file is working fine when called from command prompt or double clicked in the edq server, but does not work as expected when called from project or job.
    I generated a log file which confirms that the log file is being executed by the job to the last line, but the file copying and sarmanalyzer commands simply do not work.
    Any pointers are greatly appreciated.
    Thanks,
    Sid

    Hi Nick,
    Thanks for help!
    My bat file runs without any errors from external tasks in EDQ.
    The account has full control on all the shared folders i am using.
    My script:
        set ss_temp_dir=D:\Datanomic\dnDirector\config\landingarea\EDQ_Notification
    echo s1 > log.txt
        set srm_analyzer_path=\\<appsrvr4>\d$\sba81\siebsrvr\BIN
    echo s2 >>log.txt
    COPY /Y \\<appsrvr1>\d$\sba81\siebsrvr\BIN\*.fdr \\qssdvucmgtw301\siebfile\FDR
    COPY /Y \\<appsrvr2>\d$\sba81\siebsrvr\BIN\*.fdr \\qssdvucmgtw301\siebfile\FDR
    COPY /Y \\<appsrvr3>\d$\sba81\siebsrvr\BIN\*.fdr \\qssdvucmgtw301\siebfile\FDR
    :: The above copy is not working from EDQ - no files copied - running the commands from cmd or double clicking the bat works fine for all commands.
    echo s3 >>log.txt
    ::  log s1-s2-s3 created in commandarea.
    setLocal DisableDelayedExpansion
    pushd  \\<sharedloc>\siebfile\FDR\
    setLocal EnableDelayedExpansion
    echo s4 >>log.txt
    for /f "tokens=* delims= " %%G in ('dir/b/od T*.fdr') do (set newest=%%G)
    echo s5 >>log.txt
    copy %newest% %ss_temp_dir%
    echo s6 >>log.txt
    :: log s4-s5-s6 created in   \\<sharedloc>\siebfile\FDR\
      pushd %ss_temp_dir%
    echo s7 >>log.txt
      for %%F in (%ss_temp_dir%\*.fdr) do (
         ::set outfile=%ss_temp_dir%\%%~nF.csv &&
      %srm_analyzer_path%\sarmanalyzer.exe -o %ss_temp_dir%\Snapshot_Working_CSV.csv -x -f %%F
    :: The above saqrm_analyzer is not working from EDQ - no files copied - running the commands from cmd or double clicking the bat works fine for all commands.
    echo s8 >>log.txt
    MOVE /Y %ss_temp_dir%\*.fdr %ss_temp_dir%\BU\
    echo s9 >>log.txt
    :: The above move is not working from EDQ - no files copied - running the commands from cmd or double clicking the bat works fine for all commands.
    ::Log s7-s8-s9 created in %ss_temp_dir%
    Thanks,
    Sid

  • Don't work telnet client from ssh session ("%Connections to that host not permitted from this terminal") in 151-4M.

    I changed IOS to 15.1.4M in the ISR router.
    If I connect to console by ssh and  I type  "telnet X.X.X.X YY"  in console then It appear the strange message "%Connections to that host not permitted from this terminal".
    After I  downgraded to  ios 12.4.24 , then it's all work fine .
    configuration line vty :
    line vty 0 4
    transport input ssh
    transport output all
    What it's the problem in IOS 15.1.4M?

    Thank you for answer.
    I've created the access-list :  access-list 20 permit 192.168.200.0 0.0.0.255
    line vty 0 4
    access-class 20 out
    transport input ssh
    transport output all
    IF I try "telnet 192.168.200.2 " - It's working
    But IF I try "ssh 192.168.200.2 " - It isn't working, appear "%  Connections to that host not permitted from this terminal" 
    IF I try from router with IOS  12.4.23 - It's working fine .

  • Some attachment buttons not working from external networks

    Hi guys,
    We have an eSourcing system that we access internally from server.internal.com . We also make this eSourcing system available to external vendors through www.external.com .
    The external access is done using a Citrix AGEE system (reverse proxy, etc.). As part of this, the AGEE has the ability to change the hostname in the URL so the real server is hidden from external vendors. For example, when eSourcing generates a webpage, the AGEE searches through and replaces all http://server.internal.com references to http://www.external.com , and vice-versa for incoming calls.
    This works for about 95% of the content, but there are a fer places where the links are not re-written correctly. One example is the File Attachment buttons when replying to a question. However, other file attachment buttons work correctly.
    1. Does anyone else have a similar situation, using a Citrix or other product for external vendors?
    2. Does anyone have a similar problem where certain links/buttons are not working from external networks?
    3. Does anyone have any suggestions as to how to fix this problem?
    4. Are there any settings that are specific to external access that may need to be set?
    Thanks guys for any help/insight.
    Michael.

    SAP has re-written some of their code to help rectify the problem. We have also been working with Citrix to provide additional fixes. If anyone else has these problems, apply the latest patch of eSourcing and contact Citrix support to get the AGEE changes needed to make it work.
    Michael

  • Welogic 9.2 jdbc connection pool monitoring section not displaying server

    Welogic 9.2 managed jdbc connection pool monitoring section not displaying server name. Can you please let me know how can i achive this

    Hi,
    It happens if the Connectivity is Lost b/w DataBase & WLS Server...In that case in the WLS AdminConsole---DataSource---Monitoring Tab you wont see even the Testing Page with valid datasource to test it.
    So please make sure that the N/W connectivity proper....One more thing you can try:
    <h3><font color=red>Test-1</font></h3>
    You can use *“weblogic.Admin”* utility to Enable and Disable the Pool (DataSource) Just to Confirm whether the dataSource is actually active or not::
    Step1). run *"setWLSEnv.sh"* first in the same Shell prompt....then do the following:
    Step2). To suspend:
    java weblogic.Admin -url t3://localhost:7001 -username weblogic -password weblogic SUSPEND_POOL YourDataSourceName
    Step3). To re-enable:
    java weblogic.Admin -url t3://localhost:7001 -username weblogic -password weblogic RESUME_POOL YourDataSourceName
    To test whether you are getting any Exception or Error while doing this....If yes u are getting any Error or exception then It means there May be some Database connectivity issue...
    <h3><font color=red>Test-2</font></h3>
    Please use the following Utility to Test the Database connectivity from your WLS Server box:
    <font color=maroon>
    java -classpath /opt/app/bea/weblogic92mp2/weblogic92/server/lib/weblogic.jar -Dbea.home=/opt/app/bea/weblogic92mp2   utils.dbping ORACLE_THIN DbUserName DBPassword somethingDbUrl.Something.net:1521:dbInstance
    </font>
    Syntax:
    java   -classpath /opt/app/bea/weblogic92mp2/weblogic92/server/lib/weblogic.jar   -Dbea.home=/opt/app/bea/weblogic92mp2   utils.dbping   ORACLE_THIN   <DBUserName>   <DBPassword>   <DBURL>
    The above utilty will test the DB Connectivity ...you need to run it from your WLS server Box...
    <h3><font color=red>Another Simple Alternative of Test-2</font></h3>
    http://jaysensharma.wordpress.com/2010/03/23/testing-datasource-status-using-wlst/
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Intermittently iphone 6 and 6 plus is wifi connected but internet does not work.

    Hi,
    I have an issue where intermittently iphone 6 and 6 plus is wifi connected but internet does not work. iMessage works though.  Toggling the wifi setting clears
    the issue temporarily but it occurs again.  Running iOS 8.3 now.  This was the case on iOS 8.1 and 8.2 as well. 
    I have tried the typical troubleshooting steps (reboot/reset network settings/disabling location services for wifi/upgrade/etc)
    My router is an EA9200 router with 2.4 Ghz and 5 Ghz.  It is configured with all bands with the same name.
    All other devices in my house works perfectly fine and has no disconnects (ipad/macbook air/tv's/receivers)
    My thought is that iphone 6 cannot handle well the moving around between bands. 
    Any thoughts or suggestions would be greatly appreciated.
    Thanks,
    David

    Have you tried to reboot your router by turning off the power (you may have to unplug it from the power source), then waiting about 30 seconds, then turning it back on?  This seems to solve a lot of problems.

  • USB connection with PC is not working after updating firefox OS 1.3 to 2.0 on my device. How to fix this?

    After updating OS 1.3 to 2.0 usb connection to PC is not working. I am using firefox os device Flame. I cannot share files with my PC. Please help me to fix this problem.

    ''Ralph Daub [[#answer-694088|said]]''
    <blockquote>
    Hi Raiyad Raad,
    I'm sorry to hear that you're having issues when connecting your Firefox OS device to the PC, after updating it from v1.3 to v2.0.
    Please ensure that USB Storage and Media Storage are activated.
    If you are still having issues after activating USB storage and restarting your device, please write back to us with the following information:
    * What is the model of your phone?
    * What is the OS version and Build ID found in the Device Information page? Please visit [https://support.mozilla.org/en-US/kb/how-do-i-find-what-version-firefox-os-i-have this link] if you need help finding the Build ID of your phone.
    * Please describe the steps you took to update your device.
    * Please provide the exact steps to reproduce the issue you are encountering.
    * How often do you encounter this issue?
    Please be sure to include as much detail as possible, including any websites that may exhibit this issue, and any error messages that you may be receiving, exactly as they appear. This will ensure that we have all the necessary information to investigate this behavior.
    - Ralph
    </blockquote>
    I've activated the USB storage and media on the phone. But still it's not working. I'm using T2mobile Flame and my OS version is 2.0. Build ID: 20141016183911
    I've written a blog about how I updated it here: http://raiyadraad.blogspot.com/2015/02/how-to-update-firefox-os-13-to-20-with.html
    I'm having this problem after updating to firefox OS 2.0

  • File sharing is not working from pc to imac os x 10.9.2

    file sharing is not working from pc to imac os x 10.9.2

    Hello there Karen,
    It sounds like you are having to power cycle your modem to get internet back every single day. We can start by troubleshooting your Airport Express to help isolate the issue. I would first perform a Soft Reset, then test the issue again. If needed as a last resort I would then perform a Hard Reset:
    Soft reset
    Connect the device to power and wait for it to complete its start up process. To learn more about the start up process, please see All about Wi-Fi base station Status Lights (LED).
    Press and hold the reset button with a pen, pencil, or straightened paperclip for 1 full second, then release it. The light (LED) will begin flashing amber, indicating that the device is in soft reset mode.
    From the AirPort menu bar item, choose the network created by the device (the network name does not change).
    Open AirPort Utility from Applications > Utilities.
    Select the base station, then click Edit (The Edit window will indicate that the base station is in Soft Reset mode).
    Move through the tabs to make changes to your passwords or other settings as needed, and click Update and Continue as required
    Quit AirPort Utility.
    Hard reset
    Press and hold the reset button with a pen, pencil, or straightened paperclip until you see the status light (LED) start to flash amber rapidly, which should occur after about five seconds.
    Release the button and the device will reset.
    Wait about a minute for the base station to finish restarting, then open AirPort Utility from Applications > Utilities.
    Select the base station from Other Wi-Fi Devices, then click Edit.
    Select the Other Options button.
    Select "Restore previous settings" and click Next until you get to the final window.
    AirPort Utility will indicate that Setup is complete. Click Done.
    Quit AirPort Utility.
    Resetting an AirPort base station FAQ
    http://support.apple.com/kb/ht3728
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Database not working

    Hello,
    I am having a 10g release 1 database on my HP UX server.
    The problem with this database is it's listener is working emagent is working fine.
    But I am trying to login with system password then it shows me error like
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    HP-UX Error: 2: No such file or directory

    Moderator Comment:
    The O.P. had already asked this question in the Solaris 10 forum.
    Database not working
    I had already moved it to the Database forum.
    Then after the comments in this thread, they've re-posted it yet again into the Database forum.
    Not able to connect / as sysdba
    and spammed it to the Oracle Linux forum:
    Not able to connect / as sysdba
    Handle: user8856758
    Status Level: Newbie
    Registered: Jun 22, 2011
    Total Posts: 6
    Total Questions: 4 (3 unresolved)@ user8856758 ,
    You've been here long enough to know better, so we can only assume you are just being inconsiderate or rude with all your crossposts.
    They're all locked.

  • Connected to auxiliary database (not started)

    Hello! I'm establishing Data Guard on Oracle 11g (x64). OS - CentOS 6.6 x86_x64.
    The problem occurs when i'm trying to connect from my primary db to standby.
    I expect:
    connected to auxiliary database (not mounted)
    but getting
    not started
    And when i'm trying to:
    duplicate target database for standby nofilenamecheck dorecover;
    I get an expected error:
    Starting Duplicate Db at 17-MAR-15
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 03/17/2015 01:04:49
    RMAN-06403: could not obtain a fully authorized session
    RMAN-04006: error from auxiliary database: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    I also read simular topic:
    Creating a duplicated database from active database
    but i check several times my listener.ora on standby, and i can't figure out where the problem lies.
    Actions that preceded the appearance of the error:
    The main base is loaded by default (startup)
    StandBy base loaded without mount (startup nomount)
    On the main launch from the terminal «rman target /»
    Command «connect auxiliary sys@orclstandby»
    Password (sys)
    Got: connected to auxiliary database (not started)
    Here is my configuration files:
    Primary:
    tnsname:
    orclprimary =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11centos.com)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
       (SERVICE_NAME = orcl.com)
    orclstandby =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.115)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
       (SERVICE_NAME = orclstandby.com)
       (SID_NAME = orcl)
      pfileORCL.ora
    orcl.__db_cache_size=301989888
    orcl.__java_pool_size=4194304
    orcl.__large_pool_size=4194304
    orcl.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=314572800
    orcl.__sga_target=469762048
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=150994944
    orcl.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/orcl/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/flash_recovery_area/orcl/control02.ctl'
    *.db_block_size=8192
    *.db_domain='com'
    *.db_name='orcl'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=4070572032
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.memory_target=784334848
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    db_unique_name='orclprimary'
    log_archive_config='dg_config=(orclprimary,orclstandby)'
    log_archive_dest_1='SERVICE=orclstandby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=orclstandby'
    log_archive_dest_2='LOCATION=/u01/app/oracle/oradata/orcl/archive VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=orclprimary'
    log_archive_dest_state_1=ENABLE
    log_archive_dest_state_2=ENABLE
    fal_client='orclprimary'
    fal_server='orclstandby'
    standby_file_management='AUTO'
    StandBy
    tnsname
    orclstandby =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11standby2centos.com)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
    (SERVICE_NAME = orclstandby.com)
    orclprimary =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.101)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.com)
    listener
    SID_LIST_LISTENER =
    (SID_LIST =
      (SID_DESC =
       (GLOBAL_DBNAME = orclstandby.com)
      (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1/)
    (SID_NAME = orcl)
    LISTENER =
    (DESCRIPTION_LIST =
       (DESCRIPTION =
       (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11standby2centos.com)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    pfileORCL.ora
    orcl.__db_cache_size=301989888
    orcl.__java_pool_size=4194304
    orcl.__large_pool_size=4194304
    orcl.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=314572800
    orcl.__sga_target=469762048
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=150994944
    orcl.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/orcl/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/flash_recovery_area/orcl/control02.ctl'
    *.db_block_size=8192
    *.db_domain='com'
    *.db_name='orcl'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=4070572032
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.memory_target=784334848
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    db_unique_name='orclstandby'
    log_archive_config='dg_config=(orclprimary,orclstandby)'
    log_archive_dest_1='SERVICE=orclstandby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=orclprimary'
    log_archive_dest_2='LOCATION=/u01/app/oracle/oradata/orcl/archive VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=orclstandby'
    log_archive_dest_state_1=ENABLE
    log_archive_dest_state_2=ENABLE
    fal_client='orclstandby'
    fal_server='orclprimary'
    standby_file_management='AUTO'
    Where I did wrong?

    Thanks for the quick reply!
    Primary:
    sqlplus sys/<password>@orclstandby as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:01:29 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL>
    sqlplus sys/<password>@orclprimary as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:28:21 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Standby
    sqlplus sys/<password>@orclstandby as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:08:37 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL>
    sqlplus sys/<password>@orclprimary as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:10:22 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • Screen Sharing not working from maverick macair to 10.6 mac mini

    I'm not able to connect to mac mini (10.6.8) from mac book ait running Maverick.
    Mac mini set-up is the following:
    Screen Sharing enabled
    Firewall disabled
    Connection to the mac mini working from windows pc (VNC connection)
    VNC connection enabled with password
    Mac Book air situation is:
    Sreen Sharing (client) 1.3.1
    os 10.9.1
    What happens:
    from air it starts the connection
    ther the air stais waiting: "Receiving first screen ..." messsage with no response from mini
    if I check the console messages in mini there is a message about CGContextSetInterpolationQuality from AppleVNCServer that receives and invalid context
    Can anybody help?

    Hi, try this...
    https://discussions.apple.com/thread/5468647?tstart=0
    By Mad9000...
    This is what worked for me:
    1. Go to System Preferences > Sharing and uncheck Screen Sharing and File Sharing
    2. Restart Mac
    3. System Preferences > Sharing and recheck Screen Sharing and File Sharing
    4. Problem solved (for me anyway)

  • 5.0 database not working in lookout 6.6

    5.0 database not working in lookout 6.0.  I converted the database using the lks file and then saved it.  that all worked fine but my modbus stats are in 100% error connected with direct serial!  any known fixes?  help please!

    Is this MODBUS or the database?
    To use the 5.0 Databaes you need to use the NI MAX utility to convert a citadel 4 to Citadel 5 database.
    Forshock - Consult.Develop.Solve.

  • Connection to external database

    Hi All,
    we have an requirement to connect SAP R/3 to external database which is oracle and java tool for data uploading.
    One of our team abaper requested us to establish the connection.
    When explored , i got some info on DB11 and DBCON table.
    I created the connection with the DBM user control and SAP user SAPR3.
    Please let me know how to test the connection further and details on connection to external database from BASIS point of view.
    Thanks

    Hi,
    Using transaction SE11, create a table (ZTABLE) with the same fields as the table in the external database, make sure that the type and lengths of the fields are identical.
    Using transaction SE11, create a view (ZTABLE_VIEW, projection view) using BASIS table ZTABLE
    Using SVRMGRL>
    create dblink REMOTE_DB as connect to remote_user identified by password; (database link created)
    drop table ZTABLE; (table dropped)
    create synonym ZTABLE for ZTABLE@REMOTE_DB; (synonym created)
    Using transaction SE16 , type in ZTABLE_VIEW and hit RETURN
    Enter value in key fields and hit execute. (displays rows from the remote table)
    In other words
    To access an external database from ABAP via DBLINK (ORACLE)
    Using transaction SE11, create a table (ZTABLE) with the same fields as the table in the external
    database, make sure that the type and lengths of the fields are identical.
    Using transaction SE11, create a view (ZTABLE_VIEW, projection view) using BASIS table ZTABLE
    Using SVRMGRL>
    create dblink REMOTE_DB as connect to remote_user identified by password; (database link created)
    drop table ZTABLE; (table dropped)
    create synonym ZTABLE for ZTABLE@REMOTE_DB; (synonym created)
    Using transaction SE16 , type in ZTABLE_VIEW and hit RETURN
    Enter  value in key fields and hit execute. (displays rows from the remote table)
    <REMOVED BY MODERATOR>
    Jagadish
    Edited by: Alvaro Tejada Galindo on Apr 8, 2008 6:08 PM

  • Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    ... when i click go - connect to server, it comes up with connection failed.
    If you're trying to connect to a Bonjour server on the remote network, that won't work over a layer 3 VPN. Use something like Hamachi or one of the SSH-tunnelling Bonjour proxy apps for that.

  • Dashboard link is not working from BI Publisher

    Dashboard link is not working from BI Publisher. Please let me know How to fix this problem.

    Please somebody guide me.
    Dashboard link is working fine from the Apps Server Machine. But the link is not working from other machines. Do I need to setup machine.domain:<port_number> any where.
    Thanks,
    Vara

Maybe you are looking for