Database issue? Client issue?

very similar sql statements. if it returns less than 100 rows, it takes 1 second, which is acceptable. But when it returns 1000+ rows, it takes 10+ seconds, which is not acceptable.
My question is, is it the database issue? or because of the network/ client memory that taking too long to show the data on the sql plus?
Since the execution of the sql is fast, I think the bottleneck is on showing the results....how to improve it?
Thanks for your help!
Ken
=======
1099 rows selected.
Elapsed: 00:00:21.12
SQL>
10 rows selected.
Elapsed: 00:00:00.31
SQL>
Edited by: user9511515 on May 2, 2013 8:55 AM

user9511515 wrote:
very similar sql statements. if it returns less than 100 rows, it takes 1 second, which is acceptable. But when it returns 1000+ rows, it takes 10+ seconds, which is not acceptable.Very similar? Not good enough.
As this means that you cannot simply isolate one aspect (number of rows returned), and use that as a comparative benchmark. You have not provided any evidence that the number of rows returned, is the reason for the difference in performance.
Assuming your sql1 and sql2 are on the same data - another contributing factor to the performance difference could be that sql1 hit the disk (and cached data), and that sql2 conveniently hit the cache and not the disk.
A word from he-who-waves-lead-pipe-and-foams-at-the-mouth - the type of comparison you are attempting is almost always fundamentally flawed. Even an identical SQL executed within seconds of one another, will have different elapsed execution times.
Performance tuning is not about comparing process 1 with process 2 and trying to figure out why one is slow and the other fast. Performance tuning is about examining, in detail, the workload of a process. Because if you have no idea WHAT the process is doing, how can determine which parts are slow and which parts can be optimised?

Similar Messages

  • Oracle Apps Database severe Performance Issue

    Hi Gurus,
    This is regarding a severe performance issue running in our Production E-Business Suite Instance.
    its an R12.1.3 setup installed with 11.2.0.1 Database. All the servers are Solaris Sparc 64 (Solaris 10)
    Let me brief you about the instance first:
    2 Node Application
    - Main Application Server hosting web/forms/concurrent/admin servers
    - iSupplier server hosting web services (placed in DMZ, used by external suppliers via Internet)
    1 Node Database Server
    Database Server Specs
    Memory: 144G phys mem 20G total swap
    - CPUs (8Px4cores, 2Px2cores)
    - I/O - fiber channel hard disk (hitachi SAN Storage) - 7 DATA_TOPs (7 drives with RAID 5) - current DB size 1.6 TB
    - at peak load, around 1000 concurrent forms session and 2000 web sessions.
    We have been facing some serious performance issues and we raised an SR with Oracle Support.
    The Support analyzed a bunch of AWR Reports we provided them and they asked us to increase the DB_CACHE from its current usage of 27G to 40G
    So, we changed SGA_TARGET from 35G to 50G and PGA was increased from 35G to 40G as v$pgastat was also suggesting some lack of memory.
    We made these changes last night.
    Today morning we observed the following:
    1. after start of office hours, we checked in the home page of EM DB Console that ADDM was showing reduced impact due to lack of SGA memory which seemed to be a good sign. Earlier it was around 25% which was now at 12%.
    However, negative aspects were:
    1. lot of swapping was reported by the System Administrators on the DB Server
    2. High CPU Usage
    3. EM DB Console showed a lot of "Concurrency Wait Class" events ...throughout the day lot of blocking sessions were reported which were making other sessions to wait.
    in the AWR Report, following foreground reports were listed:
    Top 5 Timed Foreground Events
    Event
    Waits
    Time(s)
    Avg wait (ms)
    % DB time
    Wait Class
    DB CPU
    132,577
    61.46
    library cache lock
    3,539
    40,683
    11496
    18.86
    Concurrency
    library cache: mutex X
    4,014,083
    21,011
    5
    9.74
    Concurrency
    db file sequential read
    4,138,014
    20,767
    5
    9.63
    User I/O
    latch free
    381,916
    5,897
    15
    2.73
    Other
    This is showing "library cache lock" events as the main culprit apart from the usual suspect, the CPU.
    I am attaching the AWR Report. Please let me know if  i should revert back the memory changes or is there anything else i could do.
    Please help us resolving it because the performance is going worst.
    Regards,
    Muneer.

    Pl do not post duplicates - Oracle Apps Database severe Performance Issue
    For all critical production issues, pl work with Support thru SRs - using the forums to troubleshoot production issues is not wise

  • StandBy database Create/Export Issue

    We have database ABC and standby database ABCSTD and they are working properly. (Archives are properly applied), They were created from the database ABC_OLD.
    Issue is that the ABC_OLD database has some more changes and users continued to work on that. We didnt switch the users to the ABC. And now the ABC database has become obsolete. its around one month old database.
    I just want to know. Do I need to recreate the ABC database and Standby again from ABC_OLD cold backup Or Can I take full Database Export froom ABC_OLD and Import it on the the ABC Live.
    Are there any other ways.??
    Regards,
    Rakesh Soni.

    Or Am i just overthinking on this?
    Is dataguard only looking for the current and oldest log sequence?

  • Sync error: Uploading records failed: "client issue: request body too large"

    1328917629619 Sync.Engine.AdblockPlus DEBUG Uploading records failed: "client issue: request body too large"
    This happens from 2 Win 7 computer and 1 Win XP computer sync'd. Without the Add Block Plus being sync'd everything works.

    Hi!
    That's a problem with the Add Block Plus sync engine. It seems that they have issues on their servers.
    Try to ask the same question in their forum: https://adblockplus.org/forum/
    Good luck!

  • Strange client issue since updating to Server 10.6.6

    We updated our Server to 10.6.6 last weekend. Since then our managed clients have been exhibiting strange network login behavior. We manage our mac laptops via groups in Workgroup manager and our OD is bound to AD.
    Example of issue:
    - client computer is set to auto logon with password in the client system preferences with an Active Directory account. When the user goes to browse the network they automatically get logged on to volumes. Logging out of the server by dragging volume to trash does not rectify as browsing the network produces the same results. When logging off of the network, the next time the network is browsed the server should have to be logged on to again, but is not. If I disable autologon, the same issue exists. If I then log on with a different network account, accessing network volumes acts correctly and I am prompted for a username and password. This is happening on a couple of hundred machines

    having the same problem! hope someone could help asap!

  • Not able to connect RAC database from client

    Hi there
    Recently I have configured RAC in test environment. version 11.2.0.1. OS Redhat 5.9. Everything seems to be fine except not able to connect rac database from client.  Error is as under :
    C:\Documents and Settings\pbl>sqlplus test1/test1@myrac
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Nov 17 14:29:06 2014
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Enter user-name:
    myrac =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = rac-scan)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = racdb.testdb.com.bd)
    Please give me your valuable suggestion to  overcome the issue.
    Regards
    Jewel

    user13134974 wrote:
    ORA-12545: Connect failed because target host or object does not exist
    This error means that the hostname or IP address used in the TNS connection string, failed to resolve or connect.
    Your client is making two connections. The first connection is to the SCAN listener. It matches a db instance for your connection request based on service requested, available registered service handlers, load balancing, and so on. It then send a redirect to your client informing it of the handler for that service.
    Your client then does a second connection to this service (a local RAC listener that will provide you with a connection to the local RAC instance). This is what seems to be failing in your case.
    The SCAN listener's redirect uses the hostname of the server that the local listener is running on. Your client needs to resolve that hostname (of a RAC node) to an IP address. This likely fails.
    You can add the RAC node hostnames to your client platforms hosts file. The appropriate action however would be to ensure that DNS is used for name resolution instead.

  • Oracle Database XE Client(winXP) vs Oracle Database XE (linux)

    hi everybody there, thanks for having some time for reading me.
    i have a linux with Oracle Database XE, under linux with database user 'hr' i can make queries and create applications, that is ok.
    also, i've installed Oracle Database XE Client on windows xp machine, and i'am usin this option: Run SQL Command Line, this prompts me to enter user and password, and i am entering this:
    connect hr/[email protected]:1521
    after a few seconds, i get this error: ORA-12560: TNS:Protocol Adapter Error.
    192.168.0.102 is the IP address from my linux database, 1521 is the default port (i am using this port).
    is this client looking for file tnsnames.ora? what else do i need on client (or server), to connect to my linux database?
    my final aim is to connect from Developer 9i (winxp) to my linux database (in fact, i have the same error of above, trying this), only that i am trying first just to connect from Client XE to my linux, and when i get success with this, i will continue trying with Developer 9i.
    if someone can guide me with this, it would be great. i am becoming crazy.
    thanks.

    hi, thanks friend.
    look, as i also installed Developer 9i, i have a directory where i put a tnsnames.ora file, this directory is: d:/OraDev9i/network/admin
    i don't know if Client XE, looks for this directory?, if i would not have installed Dev 9i, where can i put this tnsnames.ora file for Client XE to read it?
    well, let's asume Client XE looks for directory above, this is my tnsnames entry, pls check it:
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    i don't know if there is something wrong with this, please help me.
    i did what you told me:
    connect hr/francis2010@XE
    and i got this:
    ORA-12154 TNS: Could not resolve service name
    also, i tried changing 'localhost.localdomain' to my linux IP address: 192.168.0.102, and i get the same error message. how do i know where Client XE is reading my tnsnames?
    about the listener, i checked with this: sudo /.../init.d/... status, and it seems it is ok, remember i can work well in linux wiht hr, the port is ok, and i also checked with lsnrctl status, and i got LISTEN, so it seems is ok.
    sorry, and thank you for your support, maybe this is easy but as i know the basics, i am lost.

  • Can someone explain what is the Database Instant Client

    Download 10.2.0.4 Database Instant Client for Apple Mac OS X on Intel x86
    What does the Database Instant Client contain?
    What functionality does it have?
    Does it include a 'lite' version of the database to run locally? Or is it only a set of tools that can connect to a remote (on another machine) database?

    It is only a client for connecting to databases. It is easier to install than the full client.
    It does not include a database. Check the following link :-
    http://www.oracle.com/technology/tech/oci/instantclient/index.html
    http://www.ContractOracle.com

  • Database or Client Level?

    Hello,
    I am an Oracle newbie and I have a question. What does it mean when someone asks if the code should be written at the database or client level?
    Thanks

    Example??
    Let's see...
    Imagine you want to insert a record in a table.
    You can do this in one procedure ...
    1) Client sample: You have myform.fmb with one program unit ( the procedure mentioned above). The form is in your PC client.
    2) Database sample: Open SQL*plus (or antoher program which allows you create objects in the database: TOAD, PLSQL Developer,...) and create the procedure directly in the database...
    That's all, it's very simple...
    Hope it helps.
    Jose.

  • I want to know the ways of connecting 9iAS to Database and clients to database through 9iAS as middleware.

    My question was about the necessity of implementing OID or any other version of LDAP.
    We have a new 9iAS and 8.1.7 database implementation and i have a doubt about their networking architecture.
    I want to know the ways of connecting 9iAS to Database and clients to database through 9iAS as middleware. We are debating if OID is compulsory or if we can go ahead with this implementation with out OID.
    Can you please help me and provide me couple of implementation designs(i.e connecting clients to database through 9iAS). It would be great if any one can provide me the implementation's with and with out OID.
    -Thanks

    Hi ,
    For all delta and full DTP loads you can get  information in table  RSICCONT .Check table  RSMONICDP  this will give you detail information .Here you will get all the information with timestamp and request id .
    Hope these tables will serve your purpose .
    Regards,
    Jaya

  • "oracle database 11g performance issues"

    Hai everybody,
    In oracle 11g 11.2.0.1.0 we are developing business application using java, Our developers said Database performance is very poor it takes more time to retrieve values from database, they check froantend and middleware that has no problem, if the query returns less values or rows it takes little more time. How can i solve this problem? please help me
    Regards Benk

    hai,
    sorry for the delay my @$ORACLE_HOME/rdbms/admin/ashrpt.sql output shown below
    ASH Report For ORCL/orcl
    DB Name DB Id Instance Inst Num Release RAC Host
    ORCL 1295420332 orcl 1 11.2.0.1.0 NO node6.node6-
    CPUs SGA Size Buffer Cache Shared Pool ASH Buffer Size
    2 1,561M (100%) 480M (30.7%) 432M (27.7%) 4.0M (0.3%)
    Analysis Begin Time: 04-Oct-12 16:44:16
    Analysis End Time: 04-Oct-12 16:59:33
    Elapsed Time: 15.3 (mins)
    Begin Data Source: V$ACTIVE_SESSION_HISTORY
    End Data Source: V$ACTIVE_SESSION_HISTORY
    Sample Count: 3
    Average Active Sessions: 0.00
    Avg. Active Session per CPU: 0.00
    Report Target: None specified
    Top User Events DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    Avg Active
    Event Event Class % Event Sessions
    null event Other 33.33 0.00
    Top Background Events DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    Avg Active
    Event Event Class % Activity Sessions
    CPU + Wait for CPU CPU 33.33 0.00
    os thread startup Concurrency 33.33 0.00
    Top Event P1/P2/P3 Values DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top Service/Module DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    Service Module % Activity Action % Action
    SYS$BACKGROUND UNNAMED 66.67 UNNAMED 66.67
    SYS$USERS UNNAMED 33.33 UNNAMED 33.33
    Top Client IDs DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top SQL Command Types DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top Phases of Execution DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    Avg Active
    Phase of Execution % Activity Sessions
    SQL Execution 33.33 0.00
    Top SQL with Top Events DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top SQL with Top Row Sources DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top SQL using literals DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top Parsing Module/Action DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top PL/SQL Procedures DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top Java Workload DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top Call Types DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top Sessions DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    -> '# Samples Active' shows the number of ASH samples in which the session
    was found waiting for that particular event. The percentage shown
    in this column is calculated with respect to wall clock time
    and not total database activity.
    -> 'XIDs' shows the number of distinct transaction IDs sampled in ASH
    when the session was waiting for that particular event
    -> For sessions running Parallel Queries, this section will NOT aggregate
    the PQ slave activity into the session issuing the PQ. Refer to
    the 'Top Sessions running PQs' section for such statistics.
    Sid, Serial# % Activity Event % Event
    User Program # Samples Active XIDs
    10, 1 33.33 CPU + Wait for CPU 33.33
    SYS [email protected] (ARC2) 1/917 [  0%] 0
    19, 148 33.33 null event 33.33
    SYS [email protected] (J000) 1/917 [  0%] 0
    139, 3 33.33 os thread startup 33.33
    SYS [email protected] (CJQ0) 1/917 [  0%] 0
    Top Blocking Sessions DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top Sessions running PQs DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top DB Objects DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top DB Files DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Top Latches DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    No data exists for this section of the report.
    Activity Over Time DB/Inst: ORCL/orcl (Oct 04 16:44 to 16:59)
    -> Analysis period is divided into smaller time slots
    -> Top 3 events are reported in each of those slots
    -> 'Slot Count' shows the number of ASH samples in that slot
    -> 'Event Count' shows the number of ASH samples waiting for
    that event in that slot
    -> '% Event' is 'Event Count' over all ASH samples in the analysis period
    Slot Event
    Slot Time (Duration) Count Event Count % Event
    16:48:00 (2.0 min) 1 CPU + Wait for CPU 1 33.33
    16:50:00 (2.0 min) 2 null event 1 33.33
    os thread startup 1 33.33
    End of Report
    Regards Benk

  • R12 database and JRE Issue

    Hello,
    I have installed EBS R12 12.1.1 on Red Hat Enterprise Linux 5 upgrade 3. After installation I successfully open the Application Front End and logged into application, but due to JRE not able to launch Forms.
    Some how system got hanged and I forcibly started the system. But after I restarted I am not able to start database and application services.
    Actually this is the first time I have installed R12 on Linux. When I open terminal and type command $APPL_TOP, its not taking me into APPL_TOP.
    I believe there might be some problem in Environment Variables... and I don't know how to set. OR what to do so that my database and application server comes online.
    host name - appsdev
    domain name - fusion.com
    SID - VIS
    Please help to troubleshoot and resolve this issue.
    Regards
    Tauseef E Ahmad
    IBIS IT Support

    Hi Helios,
    Thanks for helping in setting Env Variables... With ur steps I believe database is started.. and I can connect to sqlplus.
    But I am not able to start the application services. When I run "adstrtal.sh" I get so many errors. Details Below -
    Setting Service Group Root Service to mode 2
    Setting Service Group Web Entry Point Services to mode 2
    Setting Service Group Web Application Services to mode 2
    Setting Service Group Batch Processing Services to mode 2
    Service Group Other Services is disabled.
    Executing service control script:
    /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adopmnctl.sh start
    Timeout specified in context file: 100 second(s)
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adopmnctl.sh": java.io.IOException: error=13, Permission denied
    script returned:
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adopmnctl.sh start -nopromptmsg
    Executing service control script:
    /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adalnctl.sh": java.io.IOException: error=13, Permission denied
    script returned:
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adalnctl.sh start -nopromptmsg
    Executing service control script:
    /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adapcctl.sh start
    Timeout specified in context file: 100 second(s)
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adapcctl.sh": java.io.IOException: error=13, Permission denied
    script returned:
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adapcctl.sh start -nopromptmsg
    Executing service control script:
    /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adoacorectl.sh start
    Timeout specified in context file: 100 second(s)
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adoacorectl.sh": java.io.IOException: error=13, Permission denied
    script returned:
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adoacorectl.sh start -nopromptmsg
    Executing service control script:
    /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adformsctl.sh start
    Timeout specified in context file: 100 second(s)
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adformsctl.sh": java.io.IOException: error=13, Permission denied
    script returned:
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adformsctl.sh start -nopromptmsg
    Executing service control script:
    /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adoafmctl.sh start
    Timeout specified in context file: 100 second(s)
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adoafmctl.sh": java.io.IOException: error=13, Permission denied
    script returned:
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adoafmctl.sh start -nopromptmsg
    Executing service control script:
    /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adcmctl.sh": java.io.IOException: error=13, Permission denied
    script returned:
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/adcmctl.sh start -nopromptmsg
    Executing service control script:
    /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/jtffmctl.sh start
    Timeout specified in context file: 100 second(s)
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/jtffmctl.sh": java.io.IOException: error=13, Permission denied
    script returned:
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_appsdev/admin/scripts/jtffmctl.sh start -nopromptmsg
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Root Service Enabled
    Root Service Oracle Process Manager for VIS_appsdev adopmnctl.sh Failed
    Web Entry Point Services Enabled
    Web Entry Point Services Oracle HTTP Server VIS_appsdev adapcctl.sh Failed
    Web Entry Point Services OracleTNSListenerAPPS_VIS_appsdev adalnctl.sh Failed
    Web Application Services Enabled
    Web Application Services OACORE OC4J Instance VIS_appsdev adoacorectl.sh Failed
    Web Application Services FORMS OC4J Instance VIS_appsdev adformsctl.sh Failed
    Web Application Services OAFM OC4J Instance VIS_appsdev adoafmctl.sh Failed
    Batch Processing Services Enabled
    Batch Processing Services OracleConcMgrVIS_appsdev adcmctl.sh Failed
    Batch Processing Services Oracle Fulfillment Server VIS_appsdev jtffmctl.sh Failed
    Other Services Disabled
    Other Services OracleFormsServer-Forms VIS_appsdev adformsrvctl.sh Disabled
    Other Services Oracle Metrics Client VIS_appsdev adfmcctl.sh Disabled
    Other Services Oracle Metrics Server VIS_appsdev adfmsctl.sh Disabled
    Other Services Oracle MWA Service VIS_appsdev mwactlwrpr.sh Disabled
    ServiceControl is exiting with status 8

  • Oracle Database 11g Installation Issue: ORA-12560:TNS: protocol adapter error.

    Folks,
    Hello. Initially, my Windows XP host name is "localhost" and IP address 127.0.0.1.
    I installed Oracle Database 11g with Windows XP successfully and all Database clients work with Database instance correctly.
    For some reasons, I uninstalled the entire Database Server and delete the entire installation directory /oracle.
    I configured Windows XP IP address into 192.168.196.101 in order to ping other machines.
    For my need, I installed Oracle Database 11g with Windows XP again. On step 7 of 8: Oracle Database Configuration Assistant, I got this error:
    ORA-12560:TNS: protocol adapter error.
    I click "Password Management" button, there are no rows in this Windows (no username, no lock accounts).
    I check listener as below:
    C:\>lsnrctl
    LSNRCTL>start
    Its output: listener name LISTENER has already been started.
    LSNRCTL>status
    Its output: ......Service DB1 has 1 instance. Instance DB1 status ready. The command completed successfully.
    I check \Oracle\cfgtoollogs\dbca\DB1\trace file, the entry is :
    listen[0]=LISTENER address=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(port=1522))
    I also check \oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\SAMPLE\tnsnames.ora file and listener.ora file, the entries are the same as below
    HOST=localhost  port=1522
    I think HOST=localhost and port=1522 is the cause of the error ORA-12560 because Windows XP has been configured into HOST=192.168.196.101.
    But I don't understand how to solve this issue.
    Can any folk tell me how to solve this issue ? need to cancel the installation on step 7 of 8 and install it again ?
    Thanks.

    Folks,
    Hello. Oracle Database 11g Installation Wizard is on step 7 of 8. I don't cancel the Wizard. I am not sure whether there is effect or not. listener.ora is not removed. I have been waiting for a while after stop listener.  I run the 3 commands again and copy the result as below:
    C:\>lsnrctl stop
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:32
    :14
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>lsnrctl start
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:33
    :04
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is C:\SecondTime_OracleDatabase_Install_Directory\product\
    11.2.0\dbhome_1\network\admin\listener.ora
    Log messages written to c:\secondtime_oracledatabase_install_directory\diag\tnsl
    snr\user-19yyar8x0d\listener\alert\log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522
    ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                14-AUG-2013 19:33:07
    Uptime                    0 days 0 hr. 0 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\SecondTime_OracleDatabase_Install_Directory\product
    \11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File         c:\secondtime_oracledatabase_install_directory\diag\tn
    slsnr\user-19yyar8x0d\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>lsnrctl service
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:36
    :37
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "DB1XDB" has 1 instance(s).
      Instance "DB1", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: user-19YYAR8X0D, pid: 120>
             (ADDRESS=(PROTOCOL=tcp)(HOST=user-19yyar8x0d)(PORT=1051))
    Service "DB1" has 1 instance(s).
      Instance "DB1", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:19 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    C:\>
    As we see, listener.ora file is not removed by Stop command. I am on the installation Wizard. How to solve this issue ?
    Thanks.

  • Ard task server issue: clients always "idle"

    Like others I've seen on this list, we're having issues using Task Servers with ARD. I've looked for answers here and elsewhere and tried a number of possible solutions, but nothing I've found yet has solved our continuing, recurring issues.
    No matter -how- I configure ARD with Task Servers, jobs always "hang" infinitely with status, "Install Packages: In progress"; "The remaining X computers are currently idle."
    Task servers "used" to work for us-- but never quite reliably-- and I can't exactly pin down at what point they've stopped working for us.
    It doesn't matter whether I use the "task server on this computer" or any of the network task servers I've set up on our network. I've erased/renamed ARD config files and databases (from the obvious plists to the not-obvious /var/db folders); I've wiped all traces of ARD from my machine and reinstalled; I've reimaged my machine and reinstalled ARD; I've set up ARD on other machines to test-- but consistently, using a Task Server fails to perform. The task doesn't "fail" per se; rather-- it just never gets performed.
    Logs on the Task Server -sometimes- have messages like this: "ARDAgent[42915] BUG ALERT!! Client in task list has no entry in Server's client database."
    Am glad to share any logs, other things I've tried, or bang around ideas with anyone else who is dealing with or has dealt with this.
    Thanks!
    Mike Pullen
    Computer Tech
    School District of Baraboo, WI

    In ARD, have you checked to see what time/date your targets are set to report to?
    if so, are the targets set to report at a time/day they would be on, awake, and connected to the same network as the ARD computer? On the same line of thought, will the ARD computer be on, awake, and connect to the same network at that time/date? Have you tried forcing an ARD report to run? (you would do this much like how you would test an alarm clock by setting the alarm clock time to be a few minutes ahead of the current time) (remember the client runs the report based on the time on the client)
    After forcing a report an auto report, dose sending the task to a few local targets fail?

  • OIM Client issue

    I am seeing this message when I log in to OIM client. It was working fine yesterday and today I see this (below). The DB is up and server is up and see no issues there.
    Description: Database client has not bound to the server-side database object. Either the client database object has never bound to the server-side database object, or the server-side database object is no longer accessible.
    Remedy: Attempt to login again. If this fails, contact your system adminstrator.
    Anyone know what the issue might be?

    Another option that will tell you what part of the network and/or application stack that is failing is to sniff the connection to the db.
    Instructions: http://iamreflections.blogspot.com/2010/08/how-i-learned-to-stop-worring-and-love.html

Maybe you are looking for

  • Connecting a web script with JAVA

    Hi I am Trying to connect a php script from a java program. But I don't wan to implement a socket capability in the PHP script. My Main aim is to just measure how long it takes for the Entire PHP script to run. so my code might just look like this va

  • Error:-No delivery type defined for supplying plant and document type RB

    Hi, Here issue is such that while creating purchase order(Return order type)the error coming as follows.                       "No delivery type defined for supplying plant and document type RB" Scenario:-There are some damaged goods which are coming

  • HotFix KB2550886 update not applicable to your computer

    Hi, I am trying to bring an Exchange 2010 server back from the dead. I am trying to install SP3 and the Readiness fails at the Mailbox Roles and gives the message to install the HotFix KB2550886. I downloaded the fix, extraced the file named Windows6

  • HTML Content Layout

    Hi, I'm currently using Oracle Portal 10.1.4.2.0.  I've built an HTML content layout to display my document/item content in the style and layout I want and all is working fine.  I now have a requirement where a user is to upload a lot of content at o

  • ORA-12983: cannot drop all columns in a table

    Hi, I am creating a table with two columns. I have modified a column as unused using ALTER statement. After that i have tried to drop the another column by using ALTER statement. But it throws an error ORA-12983: cannot drop all columns in a table. i