AS + Oracle DB 10g performance issue

Hi,
My company is currently exploring Oracle Portal and Discoverer. I have a question and would really appreciate if anyone can help me.
I install the AS infrastructure and the database in the same machine. Currently when I log in to the portal for the first time of the day, it is always very slow. If I install the IAS and database in separate machines, will this give a significant improvement in the response time for my portal? What are the implications of installing this in 2 machines instead of 1?
Thanks :)

Two things -
With Portal and Discoverer, your AS setup probably includes both mid-tier and Infrastructure installations. (is this a BI & F type mid-tier?) The Infrastructure commonly installs its own database for Metadata repositories etc. So this machine has 2 x AS instances and 2 x Database server, correct? An awful lot for a single machine, I'd guess.
Do you restart the machine first thing each day? The first time a web app loads it has a startup latency. Monday morning, sort of. There is a lot of components involved and they all need to load up some stuff in memory to be able to do some work. This takes time (disk-> mem is very very slow, for one thing).
2 machines means more complex setup and hopefully a 'quicker' solution.
Depending on requirements, you may want one machine for customer/your own database, one machine for AS database and one for AS mid-tier.... What kind of platform are you planning on (hardware + os)?

Similar Messages

  • Oracle Database 10g: Performance Tuning guide

    Oracle Database 10g: Performance Tuning guide
    can any one help me where i can get above mentioned guide
    thanx in Advance
    regards,

    There's this wonderful website called Google: http://www.google.com. If you type in the exact same thing as this thread title, the first results listed will no doubt shock, surprise and amaze you ...
    Enjoy !!
    Cheers
    Richard Foote
    http://richardfoote.wordpress.com/

  • Oracle Database 10g: Performance Tuning

    Does Oracle Database 10g: Performance Tuning hands on course requirement qualify for both OCP and OCM credential..?
    waiting for reply...........

    Check the Certification Requirements here
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=47#2

  • Oracle 10g performance issues

    Hi,
    We were using Oracle 9i in Solaris 5.8 and it was working fine with some minor performance issues. We formatted the Solaris server with new Solaris 5.10 and installed Oracle 10g.
    Now we are experiencing some performance issues in Oracle 10g. This issue is arising when using through Websphere 5.1.
    We have analyzed the schema, index is rebuild, SGA is 4.5 GB, PGA is 2.0 GB, Solaris RAM is 16 GB. Also we are having some Mat Views (possibly this may cause performance issues - not sure) due to refresh.
    Also I have changed some parameters in init.ora file like query_rewrite = STALE_TOLERATED, open_cursors = 1500 etc.
    Is is something due to driver from which the data is accessed. I guess it is not utilizing the indexes on the table.
    Can anyone please suggest, what could be the issue ?

    <p>There are a lot of changes to the optimizer in the upgrade from 9i to 10g, and you need to be aware of them. There are also a number of changes to the default stats collection mechanism, so after your upgrade your statistics (hence execution paths) could change dramatically.
    </p>
    <p>
    Greg Rahn has a useful entry on his blog about stats collection, and the blog al,so points to an Oracle white paper which will give you a lot of ideas about where the optimizer changes - which may help you spot your critical issues.
    </p>
    <p>Otherwise, follow triggb's advice about using Statspack to find the SQL that is the most expensive - it's reasonably likely to be this SQL that has changed execution plans in the upgrade.
    </p>
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk

  • Oracle 11g Migration performance issue

    Hello,
    There a performance issue with Migration from Oracle 10g(10.2.0.5) to Oracle 11g(11.2.0.2).
    Its very simple statement hanging for more than a day and later found that query plan is very very bad. Example of the query is given below:
    INSERT INTO TABLE_XYZ
    SELECT F1,F2,F3
    FROM TABLE_AB, TABLE_BC
    WHERE F1=F4;
    While looking at cost in Explain plan :
    on 10g --> 62567
    0n 11g --> 9879652356776
    Strange thing is that
    Scenario 1: if I issue just query as shown below, will display rows immediately :
    SELECT F1,F2,F3
    FROM TABLE_AB, TABLE_BC
    WHERE F1=F4;
    Scenario 2: If I create a table as shown below, will work correctly.
    CREATE TABLE TABLE_XYZ AS
    SELECT F1,F2,F3
    FROM TABLE_AB, TABLE_BC
    WHERE F1=F4;
    What could be the issue here with INSERT INTO <TAB> SELECT <COL> FROM <TAB1>?

    Table:
    CREATE TABLE AVN_WRK_F_RENEWAL_TRANS_T
    "PKSRCSYSTEMID" NUMBER(4,0) NOT NULL ENABLE,
    "PKCOMPANYCODE" VARCHAR2(8 CHAR) NOT NULL ENABLE,
    "PKBRANCHCODE" VARCHAR2(8 CHAR) NOT NULL ENABLE,
    "PKLINEOFBUSINESS" NUMBER(4,0) NOT NULL ENABLE,
    "PKPRODUCINGOFFICELIST" VARCHAR2(2 CHAR) NOT NULL ENABLE,
    "PKPRODUCINGOFFICE" VARCHAR2(8 CHAR) NOT NULL ENABLE,
    "PKEXPIRYYR" NUMBER(4,0) NOT NULL ENABLE,
    "PKEXPIRYMTH" NUMBER(2,0) NOT NULL ENABLE,
    "CURRENTEXPIRYCOUNT" NUMBER,
    "CURRENTRENEWEDCOUNT" NUMBER,
    "PREVIOUSEXPIRYCOUNT" NUMBER,
    "PREVIOUSRENEWEDCOUNT" NUMBER
    SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
    INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT
    TABLESPACE "XYZ" ;
    Explain Plan(With Insert Statement and Query):_
    INSERT STATEMENT, GOAL = ALL_ROWS               Cost=9110025395866     Cardinality=78120     Bytes=11952360
    LOAD TABLE CONVENTIONAL     Object owner=ODS     Object name=AVN_WRK_F_RENEWAL_TRANS               
    NESTED LOOPS OUTER               Cost=9110025395866     Cardinality=78120     Bytes=11952360
    TABLE ACCESS FULL     Object owner=ODS     Object name=AVN_WRK_F_RENEWAL_TRANS_1ST     Cost=115     Cardinality=78120     Bytes=2499840
    VIEW PUSHED PREDICATE     Object owner=ODS          Cost=116615788     Cardinality=1     Bytes=121
    SORT GROUP BY               Cost=116615788     Cardinality=3594     Bytes=406122
    VIEW     Object owner=SYS     Object name=VW_DAG_1     Cost=116615787     Cardinality=20168     Bytes=2278984
    SORT GROUP BY               Cost=116615787     Cardinality=20168     Bytes=4073936
    NESTED LOOPS OUTER               Cost=116614896     Cardinality=20168     Bytes=4073936
    VIEW     Object owner=SYS          Cost=5722     Cardinality=20168     Bytes=2157976
    NESTED LOOPS               Cost=5722     Cardinality=20168     Bytes=2097472
    HASH JOIN               Cost=924     Cardinality=1199     Bytes=100716
    NESTED LOOPS                         
    NESTED LOOPS               Cost=181     Cardinality=1199     Bytes=80333
    TABLE ACCESS BY INDEX ROWID     Object owner=ODS     Object name=INWARDSPOLICYDETAILS     Cost=159     Cardinality=1199     Bytes=39567
    INDEX RANGE SCAN     Object owner=ODS     Object name=IX_INWPOLDTLS_SYSCOMPANYBRANCH     Cost=7     Cardinality=1199     
    INDEX UNIQUE SCAN     Object owner=ODS     Object name=PK_AVN_D_MASTERPOLICYDETAILS     Cost=0     Cardinality=1     
    TABLE ACCESS BY INDEX ROWID     Object owner=ODS     Object name=AVN_D_MASTERPOLICYDETAILS     Cost=1     Cardinality=1     Bytes=34
    TABLE ACCESS FULL     Object owner=ODS     Object name=INWARDSPOLICYLOBMAPPING     Cost=741     Cardinality=288498     Bytes=4904466
    VIEW PUSHED PREDICATE     Object owner=ODS          Cost=4     Cardinality=1     Bytes=20
    FILTER                         
    SORT AGGREGATE                    Cardinality=1     Bytes=21
    TABLE ACCESS BY GLOBAL INDEX ROWID     Object owner=ODS     Object name=AVN_F_TRANSACTIONS     Cost=4     Cardinality=1     Bytes=21
    INDEX RANGE SCAN     Object owner=ODS     Object name=PK_AVN_F_TRANSACTIONS     Cost=3     Cardinality=1     
    VIEW PUSHED PREDICATE     Object owner=ODS          Cost=5782     Cardinality=1     Bytes=95
    SORT GROUP BY               Cost=5782     Cardinality=2485     Bytes=216195
    VIEW     Object owner=SYS     Object name=VW_DAG_0     Cost=5781     Cardinality=2485     Bytes=216195
    SORT GROUP BY               Cost=5781     Cardinality=2485     Bytes=278320
    HASH JOIN               Cost=5780     Cardinality=2485     Bytes=278320
    VIEW     Object owner=SYS     Object name=VW_GBC_15     Cost=925     Cardinality=1199     Bytes=73139
    SORT GROUP BY               Cost=925     Cardinality=1199     Bytes=100716
    HASH JOIN               Cost=924     Cardinality=1199     Bytes=100716
    NESTED LOOPS                         
    NESTED LOOPS               Cost=181     Cardinality=1199     Bytes=80333
    TABLE ACCESS BY INDEX ROWID     Object owner=ODS     Object name=INWARDSPOLICYDETAILS     Cost=159     Cardinality=1199     Bytes=39567
    INDEX RANGE SCAN     Object owner=ODS     Object name=IX_INWPOLDTLS_SYSCOMPANYBRANCH     Cost=7     Cardinality=1199     
    INDEX UNIQUE SCAN     Object owner=ODS     Object name=PK_AVN_D_MASTERPOLICYDETAILS     Cost=0     Cardinality=1     
    TABLE ACCESS BY INDEX ROWID     Object owner=ODS     Object name=AVN_D_MASTERPOLICYDETAILS     Cost=1     Cardinality=1     Bytes=34
    TABLE ACCESS FULL     Object owner=ODS     Object name=INWARDSPOLICYLOBMAPPING     Cost=741     Cardinality=288498     Bytes=4904466
    VIEW     Object owner=SYS     Object name=VW_GBF_16     Cost=4854     Cardinality=75507     Bytes=3850857
    SORT GROUP BY               Cost=4854     Cardinality=75507     Bytes=2340717
    VIEW     Object owner=ODS          Cost=4207     Cardinality=75507     Bytes=2340717
    SORT GROUP BY               Cost=4207     Cardinality=75507     Bytes=1585647
    PARTITION HASH ALL               Cost=3713     Cardinality=75936     Bytes=1594656
    TABLE ACCESS FULL     Object owner=ODS     Object name=AVN_F_TRANSACTIONS     Cost=3713     Cardinality=75936     Bytes=1594656
    Explain Plan(Only Query):_
    SELECT STATEMENT, GOAL = ALL_ROWS               Cost=62783     Cardinality=89964     Bytes=17632944
    HASH JOIN OUTER               Cost=62783     Cardinality=89964     Bytes=17632944
    TABLE ACCESS FULL     Object owner=ODS     Object name=AVN_WRK_F_RENEWAL_TRANS_1ST     Cost=138     Cardinality=89964     Bytes=2878848
    VIEW     Object owner=ODS          Cost=60556     Cardinality=227882     Bytes=37372648
    HASH GROUP BY               Cost=60556     Cardinality=227882     Bytes=26434312
    VIEW     Object owner=SYS     Object name=VW_DAG_1     Cost=54600     Cardinality=227882     Bytes=26434312
    HASH GROUP BY               Cost=54600     Cardinality=227882     Bytes=36005356
    HASH JOIN OUTER               Cost=46664     Cardinality=227882     Bytes=36005356
    VIEW     Object owner=SYS          Cost=18270     Cardinality=227882     Bytes=16635386
    HASH JOIN               Cost=18270     Cardinality=227882     Bytes=32587126
    HASH JOIN               Cost=12147     Cardinality=34667     Bytes=2912028
    HASH JOIN               Cost=10076     Cardinality=34667     Bytes=2322689
    TABLE ACCESS FULL     Object owner=ODS     Object name=AVN_D_MASTERPOLICYDETAILS     Cost=137     Cardinality=34667     Bytes=1178678
    TABLE ACCESS FULL     Object owner=ODS     Object name=INWARDSPOLICYDETAILS     Cost=9934     Cardinality=820724     Bytes=27083892
    TABLE ACCESS FULL     Object owner=ODS     Object name=INWARDSPOLICYLOBMAPPING     Cost=741     Cardinality=866377     Bytes=14728409
    VIEW     Object owner=ODS          Cost=5195     Cardinality=227882     Bytes=13445038
    HASH GROUP BY               Cost=5195     Cardinality=227882     Bytes=4785522
    PARTITION HASH ALL               Cost=3717     Cardinality=227882     Bytes=4785522
    TABLE ACCESS FULL     Object owner=ODS     Object name=AVN_F_TRANSACTIONS     Cost=3717     Cardinality=227882     Bytes=4785522
    VIEW     Object owner=ODS          Cost=26427     Cardinality=227882     Bytes=19369970
    HASH GROUP BY               Cost=26427     Cardinality=227882     Bytes=18686324
    VIEW     Object owner=SYS     Object name=VW_DAG_0     Cost=26427     Cardinality=227882     Bytes=18686324
    HASH GROUP BY               Cost=26427     Cardinality=227882     Bytes=25294902
    HASH JOIN               Cost=20687     Cardinality=227882     Bytes=25294902
    VIEW     Object owner=SYS     Object name=VW_GBC_15     Cost=12826     Cardinality=34667     Bytes=2080020
    HASH GROUP BY               Cost=12826     Cardinality=34667     Bytes=2912028
    HASH JOIN               Cost=12147     Cardinality=34667     Bytes=2912028
    HASH JOIN               Cost=10076     Cardinality=34667     Bytes=2322689
    TABLE ACCESS FULL     Object owner=ODS     Object name=AVN_D_MASTERPOLICYDETAILS     Cost=137     Cardinality=34667     Bytes=1178678
    TABLE ACCESS FULL     Object owner=ODS     Object name=INWARDSPOLICYDETAILS     Cost=9934     Cardinality=820724     Bytes=27083892
    TABLE ACCESS FULL     Object owner=ODS     Object name=INWARDSPOLICYLOBMAPPING     Cost=741     Cardinality=866377     Bytes=14728409
    VIEW     Object owner=SYS     Object name=VW_GBF_16     Cost=7059     Cardinality=227882     Bytes=11621982
    HASH GROUP BY               Cost=7059     Cardinality=227882     Bytes=6836460
    VIEW     Object owner=ODS          Cost=5195     Cardinality=227882     Bytes=6836460
    HASH GROUP BY               Cost=5195     Cardinality=227882     Bytes=4785522
    PARTITION HASH ALL               Cost=3717     Cardinality=227882     Bytes=4785522
    TABLE ACCESS FULL     Object owner=ODS     Object name=AVN_F_TRANSACTIONS     Cost=3717     Cardinality=227882     Bytes=4785522

  • Oracle Retail 13 - Performance issues when open, save, approving worksheets

    Hi Guys,
    Recently we started facing performance issues when we started working with Oracle Retail 13 worksheets from within the java GUI at clients desktops.
    We run Oracle Retail 13.1 powered by Oracle Database 11g R1 and AS 10g in latest release.
    Issues:
    - Opening, saving, approving worksheets with approx 9 thousands of items takes up to 15 minutes.
    - Time for smaller worksheets is also around 10 minutes just to open a worksheet
    - Also just to open multiple worksheets takes "ages" up to 10-15 minuts
    Questions:
    - Is it expected performance for such worksheets?
    - What is your experience with Oracle Retail 13 in terms of performance while working with worksheets - how much time does it normally take to open edit save a worksheet?
    - What are the average expected times for such operations?
    Any feedback and hints would be much appreciated.
    Cheers!!

    Hi,
    I guess you mean Order/Buyer worksheets?
    This is not normal, should be quicker, matter of seconds to at most a minute.
    Database side tuning is where I would look for clues.
    And the obvious question: remember any changes to anything that may have caused the issue? Are the table and index statistics freshly gathered?
    Best regards, Erik Ykema

  • Disco Plus 10g Performance Issue When Moving Table Headings to Page Items

    Hello,
    We are experiencing an performance anomaly in Discoverer Plus (the latest release: 10.1.2.48.18), and are wondering if anyone else out there has noticed similar behavior. We're having trouble identifying the cause, and have a TAR openned with Oracle support but they are not able to reproduce our issue, and have been slow to offer suggestions or help.
    The issue happens when a user drags a table heading up into the page items area in a worksheet. When we move a heading up to the page items it works quickly one time, but then, every time after that, it takes anywhere from a few minutes up to HOURS to move any additional headings up to the page items area.
    The problem occurrs on approximately 3 out of every 5 of our workbooks. We've tried different sizes of workbooks, with large (several million records) and small (a few thousand records) datasets, and none of this seems to affect the issue at hand. The problem only occurs in Discoverer Plus, not Desktop. We've also spent some time researching caching and memory configuration, and believe that we have setup all of the recommended options for maximum performance on our systems.
    I would just like to know if anyone else out there in the community has experienced the same issue, and if anyone has any advice for us.
    Thank you,
    -Scott

    Hi,
    I found the following on Best Practices of Orcle Discoverer 10g by
    Mike Donohue - Product Management - Oracle Business Intelligence
    Performance – Parameters and Page Items
    Page Items provide very responsive, interactive manipulation of data
    At a cost:
    Forces retrieval of all Detail values
    Incremental increases of memory as indices are built
    Parameters reduce result set, improve performance
    Use Page Items only when needed – 2 to 3 with < 12 values each
    Performance – Parameters and Page Items - example
    Loc(3), Dept(10), ProdType(50), Prod(1,000), Date(365)
    547,500,000 potential rows/combinations (3*10*50*1000*365)
    Use parameters for Loc, Dept, ProdType, and 90 day date range
    90,000 potential rows/combinations (1000*90)
    Reduce data retrieved by ~ 6000 X
    Improve performance by several orders of magnitude
    I hope this will help you!

  • Upgrade 9i to 10g Performance Issue

    Hi All,
    DBA team recently upgraded the database from 9i to 10g (Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi).
    There is a process as follows
    Mainframe --> Flat file --> (Informatica) --> Oracle DB --> (processing through SPs) --> Report
    The whole process normally used to take 1.5 - 2 hrs which is now taking 4-5 hrs after 9i to 10g upgrade.
    I tried searching on Google but could not find any detailed procedure to root out the cause. Below is the link of such an instance-
    http://jonathanlewis.wordpress.com/2007/02/02/10g-upgrade/
    Can someone suggest where to start digging to find out the reason behind the slowdown (if possible, please tell the detailed procedure or reference)?
    It is to be noted that there was no other change besides Database upgrade. Also, for about 20 days after the upgrade the whole process took near 1 hr (which was a pleasnt gain) but afterward it shoot up to 4-5 hrs suddenly and since then its taking same time.
    Thanks.

    Without more information (Statspack reports, AWR reports, or at least query plans), it's going to be exceptionally hard to help you.
    There are dozens, more likely hundreds, of parameters which change between 9i and 10g. And one of which could cause an individual query to perform worse. Plus, obviously something changed after the process was running quickly for 20 days, so there is some change on your side that would need to be identified and accounted for. There is no way for anyone to guess which of the hundreds of parameter and behavioral changes might have contributed to the problem, nor for us to guess what might have changed after 20 days in your database.
    If you can at least provide Statspace/ AWR reports, we may be able to help you out with a general tuning exercise. If you can identify what changed between the time the process was running well to the time it stopped running well, we may be able to help there as well.
    Justin

  • Oracle BPEL 11G performance issue

    Hi
    We are facing performance issues in executing our composite process in Oracle SOA 11g .
    We have installed an admin server and 2 managed servers in cluster in same box. The machine utilization reached almost 95% when i started the admin server and 2 managed server (min n max size of heap given as 1GB each in start up). So i shut down one managed server and increased the JVM size of other to 2 GB and found that the heap size reaches 1.5 GB on start up (observed the heap size using Jconsole)
    The machine capacity is windows server with 4 GB RAM.
    Our process requries multiple records to be processed which are retrieved using Database query.
    We have created 2 composites
    the first composite has 2 BPEL process. the First BPEL 1 executes the DB query and retrieves the result and based on result retrieved we invoke the second BPEL2
    which does around 4 DB calls and passed the result to the next composite. The final BPEL process 3 has multiple select and update query involving DB intensive process.
    When we retrieve 500 records from the BPEL 1 and process , half way through we face out of memory exception. So we are using throttling but even then while executing the process of BPEL3 we are facing out of memory excetion.
    Can you let me know how to find the memory space taken from heap by each BPEL process during it execution. Where in console can i get the memory used details so that i can find which BPEL sis consuming more memory and we can work on optimising.
    Actually we are expecting around 1Lakh and above messages per day and need to check on how this process can handle and also how to increase or determine the capacity of the windows box.
    any immediate help is highly appreciated
    thanks

    Always raise a case with Oracle Support for such issues.
    Regards,
    Anuj

  • Oracle SOA 11g Performance Issue

    Hi,
    We have set up Oracle SOA Suite on AIX environment. Java which we are using is IBM Jdk 1.6. Recently we are hit with performance issue. Frequently we are getting out of memory exception and we need to restart the server and sometimes physically reboot the machine, because out of 16 GB of RAM 4GB we have given as heap space to Admin Server, 7 GB to SOA Server but it is taking more than 7 GB as heap space. On stopping or killing both the services memory is not getting released
    SOA Suite Version : 11.1.1.3
    Instance Node: Single Node
    I collected the logs and tried to analyze in Thread Dump Analyzer and i could see objects(Reserved) is taking 100% of the CPU Utilization.
    We are getting the following error highlighed in the analyzer. There are about 200+ threads got stuck.
    "HTTPThreadGroup-42" prio=10 tid=0x6382ba28 nid=0x20bf4 waiting on condition [0x6904f000..0x6904fb94]
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:146)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireNanos(AbstractQueuedSynchronizer.java:772)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireNanos(AbstractQueuedSynchronizer.java:1087)
    at java.util.concurrent.SynchronousQueue$Node.waitForPut(SynchronousQueue.java:291)
    at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:443)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:475)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:674)
    at java.lang.Thread.run(Thread.java:595)
    "HTTPThreadGroup-41" prio=10 tid=0x6ae3cce0 nid=0x20bf0 waiting on condition [0x68d8f000..0x68d8fc14]
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:146)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireNanos(AbstractQueuedSynchronizer.java:772)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireNanos(AbstractQueuedSynchronizer.java:1087)
    at java.util.concurrent.SynchronousQueue$Node.waitForPut(SynchronousQueue.java:291)
    at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:443)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:475)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:674)
    at java.lang.Thread.run(Thread.java:595)
    Has anyone faced same issue? We are badly hit with this performance issue in UAT
    Please concider this on high priority and someone please help us
    Regards,
    Sundar

    Always raise a case with Oracle Support for such issues.
    Regards,
    Anuj

  • As a number of Oracle Connections created - Performance Issue

    Hello,
    We are using Oracle 9i as a backend and VB 6.0 as Frontend. For one client one connection will be opened in the Database Server, if 200 clients open the application then 200 connections will be opened in the Database Server, due to that performance issue is raising.
    We are doing: If the frontend application is not in use for 10-minutes then the connection is closed and at the same time front-end application is also terminated or if the Client terminates the application the connection is closed in the Server.
    Eventhought if 200-Clients connect the Server only 4 to 5 Clients send a request to the Server for retriving or for saving the data.
    I want to Open a fixed number of connections in the DataBase Server eg., around 10-connections, and i want to use this 10 connections for 200 clients.
    At First 10 Connections are opened and 10 Clients are using this 10 connections, among 10 Clients 1 released the database connection after finishing the Job and if 11'th Client opens then this released connection as to be used without opening a new connection, in the same way if some of the connections from 9 get free and if any other clients open application then this connections which are free as to be used for opening the application or else for doing any transaction. So, that the number of connection to be create can be redused.
    Please give me the suggestion how to make use the released connection for doing the transaction or else for opening the application.
    Thanking U with Regards,
    Sravan,
    Hyderabad.

    As Satish mentioned, Shared Server can be a good solution, but it would also be worth telling us , how did you quantify this thing that due to the number of connections, you have a performance issue? 200 is not that big number I guess. What's the o/s , exact database version and the system details with database details? Also if you have statspack report, post that too over here.
    HTH
    Aman....

  • RedHat AS4 and Oracle 10R2 upgrade - performance issue

    Hi all,
    As part of our database upgrade project (from Oracle 10.2.0.1 to 10.2.0.3), we decided to upgrade our OS as well (RedHat AS4 from Update 2 to Update 4, 64-bit). We are in testing phase now and having some serious performance issues.
    These below are steps that we have performed:
    1. Ran db load testing plus Application Regression testing in order to get a baseline
    2. Upgraded RH AS4 from Update 2 to Update 4
    3. Ran db load testing plus Application Regression testing
    4. Database load testing (including massive parallel processes, like 'insert into ...', 'create indexes ...parallel',etc ...) showed significant slowdown compared to our 'baseline' test (Update 2): 70-80%. The database is still Oracle 10.2.0.1, only RH was updated at this point
    5. We upgraded Oracle 10.2.0.1 to 10.2.0.3, latest CPU , etc ...(Update 4 on OS side) still same slowdown in performances ...
    6. Our Application Regression Testing has showed performance degradation also but not in same extent as db load test (10-20 % on different application modules)
    7. We also did one more thing : went back and upgraded Oracle with Update 2 (some 'workarounds' were required but that's another story). Performances were OK. So it seems our problem is not (directly) related to Oracle version.
    Now we are going to install Update 6 (the latest update for AS4) and see how it goes.
    If anybody have any experience or idea about this case and want to share it with us, it would be highly appreciated.
    Thanks in advance,
    Milan N.

    Just a quick update for those who follow this thread ...
    Everything worked fine with 'Update 6' kernel (both Oracle 10.2.0.1 and 10.2.0.3). We have also applied all available security packages.
    Milan N.

  • Oracle Forms6i Query Performance issue - Urgent

    Hi All,
    I'm using oracle forms6i and Oracle DB 9i.
    I'm facing the performance issue in query forms.
    In detail block form taking long time to load the data.
    Form contains 2 non data blocks
    1.HDR - 3 input parameters
    2.DETAILS - Grid - Details
    HDR input fields
    1.Company Code
    2.Company ACccount No
    3.Customer Name
    Details Grid is displayed the details.
    Here there are 2 tables involved
    1.Table1 - 1 crore records
    2.Table2 - 4 crore records
    In form procedure one cursor bulid and fetch is done directly and assign the values to form block fields.
    Below i've pasted the query
    SELECT
    t1.entry_dt,
    t2.authoriser_code,
    t1.company_code,
    t1.company_ac_no
    initcap(t1.customer_name) cust_name,
    t2.agreement_no
    t1.customer_id
    FROM
    table1 t1,
    table2 t2
    WHERE
    (t2.trans_no = t1.trans_no or t2.temp_trans_no = t1.trans_no)
    AND t1.company_code = nvl(:hdr.l_company_code,t1.company_code)
    AND t1.company_ac_no = nvl(:hdr.l_company_ac_no,t1.company_ac_no)
    AND lower(t1.customer_name) LIKE lower(nvl('%'||:hdr.l_customer_name||'%' ,t1.customer_name))
    GROUP BY
    t2.authoriser_code,
    t1.company_code,
    t1.company_ac_no,
    t1.customer_name,
    t2.agreement_no,
    t1.customer_id;
    Where Clause Analysis
    1.Condition 1 OR operator (In table2 two different columbs are compared with one column in table)
    2.Like Operator
    3.All the columns has index but not used properly always full table scan
    4.NVL chk
    5.If i run the qry in backend means coming little fast,front end very slow
    Input Parameter - Query retrival data - limit
    Only compnay code means record count will be 50 - 500 records -
    Only compnay code and comp ac number means record count will be 1-5
    Only compnay code,omp ac number and customer name means record count will be 1 - 5 records
    I have tried following ways
    1.Split the query using UNIOIN (OR clause seaparted) - Nested loops COST 850 , Nested loops COST 750 - index by row id - cost is 160 ,index by row id - cost is 152 full table access.................................
    2.Dynamic SQL build - 'DBMS_SQL.DEFINE COLUMN .....
    3.Given onlu one input parameter - Nested loops COST 780 , Nested loops COST 780 - index by row id - cost is 148 ,index by row id - cost is 152 full table access.................................
    Still im facing the same issue.
    Please help me out on this.
    Thanks and Regards,
    Oracle1001

    Sudhakar P wrote:
    the below query its take more than one minute while updating the records through pro*c.
    Execute 562238 161.03 174.15 7 3932677 2274833 562238Hi Sudhakar,
    If the database is capable of executing 562,238 update statements in one minute, then that's pretty good, don't you think.
    Your real problem is in the application code which probably looks something like this in pseudocode:
    for i in (some set containing 562,238 rows)
    loop
      <your update statement with all the bind variables>
    end loop;If you transform your code to do a single update statement, you'll gain a lot of seconds.
    Regards,
    Rob.

  • 10.2 Oracle sapdata layout - performance issues?

    Can someone provide the pros cons of /oracle layout for ERP 6.0 production system?
    Is it better to build several additional sapdatas.
    Initially SAP loads data into sapdata 1 through sapdata4.....
    Has anyone seen any possible performance issues only using sapdata1-4 especially with a 3 TB DB running 10.2.04?
    Any advice is appriciated...
    Thanks
    Mikie B

    Hello Mikie,
    > Initially SAP loads data into sapdata 1 through sapdata4....
    What do you mean with this?
    > Is it better to build several additional sapdatas.
    This depends on your storage. Normally if you have a high-range SAN storage it shouldn't matter. I have seen special cases where some disk ranks were overloaded .. but normally you should not think about that. If you don't have SAN and your load needs to be spread .. this is something different.
    > Has anyone seen any possible performance issues only using sapdata1-4 especially with a 3 TB DB running 10.2.04?
    Our main logistic system is round about 3.6 TB and stored in eleven sapdata directories .. but this partitioning has nothing todo with performance issues ... the reason for that is some limitation on OS level.
    Regards
    Stefan
    P.S.:
    > Can someone provide the pros cons of /oracle layout for ERP 6.0 production system?
    If i extend or create a new tablespace i am wondering every time .. why sap is creating a sub directory for every data file by default .. absolutely freaky.

  • Oracle Reports 10g Fonts issue

    Hi ,
    I am developing report on windows environment and deploying on Unix environment.
    I am using Oracle Report 10g R2 version.
    The report is created in batch through unix script. I am using barcode fonts and some other fonts in my report.
    When I generate PDF output for the report, I am getting proper barcode font however other fonts used in the report are not showing up properly in the PDF output.
    1. I am using application specific PPD file which contains the list of all the fonts used in the report
    2. All the AFM files for the fonts are availabe in the AFM folder
    3. In the uifont.ali file, I have done following things:
    a. Created Entry for PDF section as below:
    [ PDF ]
    barcode_font = "barcode_font"
    [ PDF:Subset ]
    "Hamburd DB" = "HamburgDemibold"
    4. I have executed the report wiith debug option on. I have checked the debug file and it is reading all the fonts file from required AFM location.
    5. I have creaeted XML of the report and check the fonts used and check the same with Font Alias file and also in AFM Folder.
    6. I have checked the PDF file (document properties) for fonts. It shows that Truetype font is used for Barcode. For others, it shows that Actual font was Adode Sans MS of Type 1 font and it was replaced with HamburgDemiBold however the output file is not proper.
    One more point: If I create a PS file and then conver the file to PDF, then the output PDF file is perfectly fine. However, if I create PDF directly, I am not getting the fonts properly.
    Please let me know what I have missed or done wrong.
    Thanks & Regards,
    Ramchandra Jetwani

    Hi Hamid,
    I tried the steps mentioned in the link however I am still facing the same issue.
    I am using rwrun60 as report runtime and executable. In the environment, REPORTS_PATH is not set.
    I had tried setting the REPORTS_PATH in the unix script and also adding the fonts path with REPORTS_PATH. However, it still does not work. I had tried PDF subset and PDF Embed both however none of them seems to work.
    Also, in the PDF (using menu documents --> fonts) , i see that actual font seen as Adode Sans MM and not the font i need in the output.
    I have question that if the reports path is not set then how oracle report will pick up the fonts details and which location will it look for fonts?
    Also, if reports path is not set then how do i direct oracle report to use font path that i want to be used.
    Uifont.ali file (PDF section)
    #===============================================================
    [ PDF:Embed ]
    "Code-25-30-Int" = "Code-25-30-Int.afm Code-25-30-Int.pfa"
    "Hamburg Medium" = "Hamburg-Medium.afm Hamburg-Medium.pfa"
    "Hamburg-Demi Bold" = "HamburgDemiBoldBold.afm HamburgDemiBoldBold.pfa"
    "Hamburg-Regular" = "Hamburg-Medium.afm Hamburg-Medium.pfa"
    "Hamburg-Medium" = "Hamburg-Medium.afm Hamburg-Medium.pfa"
    Degub file (created using debug_slfind)
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:35 2012
    slfindfile(): product = vgs
    slfindfile(): version = 605
    slfindfile(): type = 1 (RESOURCE)
    slfindfile(): name = vgi
    slfindfile(): language dependent, character set independent
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated vgs to directory =
    slsfindfile(): guicommon6/vgs
    slsfindfile(): and env. var = vgs
    slsfindfile(): checking environment variable VGS_RESOURCE(12).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_RESOURCE(15).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/vgs/admin/resource/US/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/vgs/admin/resource/US
    slfexist(): testing /oratools/d6i_tmp/guicommon6/vgs/admin/resource/US/vgi.res
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/vgs/admin/resource/US/vgi.res
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:35 2012
    slfindfile(): product = ca
    slfindfile(): version = 107
    slfindfile(): type = 3 (LOCALPREFERENCE)
    slfindfile(): name = prefs
    slfindfile(): language dependent, character set dependent
    slfindfile(): gui independent
    slfindfile(): buflen = 1024
    slsfindfile(): translated ca to directory =
    slsfindfile(): guicommon6/ca
    slsfindfile(): and env. var = ca
    slsfindfile(): checking environment variable CA_LOCALPREFERENCE(18).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_LOCALPREFERENCE(22).
    slsfindfile(): environment variable not set
    slsfindfile(): checking HOME directory.
    slsfindfile(): environment variable set to /appl/tst/ah04/stic/home (len=24)
    slfpath(): looking up path
         /appl/tst/ah04/stic/home
    slfexist(): testing /appl/tst/ah04/stic/home
    slfexist(): testing /appl/tst/ah04/stic/home/prefs.ora
    slfexist(): /appl/tst/ah04/stic/home/prefs.ora doesn't exist
    slsfindfile(): *** UNABLE TO LOCATE FILE ***
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:35 2012
    slfindfile(): product = ca
    slfindfile(): version = 107
    slfindfile(): type = 2 (GLOBALPREFERENCE)
    slfindfile(): name = prefs
    slfindfile(): language dependent, character set dependent
    slfindfile(): gui independent
    slfindfile(): buflen = 1024
    slsfindfile(): translated ca to directory =
    slsfindfile(): guicommon6/ca
    slsfindfile(): and env. var = ca
    slsfindfile(): NOTE: All global preferences/aliases are searched for in
    slsfindfile(): $ORACLE_HOME/tools/admin
    slsfindfile(): checking environment variable CA_GLOBALPREFERENCE(19).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_GLOBALPREFERENCE(23).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/tools/admin/US/WE8ISO8859P1/
    slfexist(): testing /oratools/d6i_tmp/tools/admin/US/WE8ISO8859P1
    slfexist(): /oratools/d6i_tmp/tools/admin/US/WE8ISO8859P1 doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/tools/admin/US/
    slfexist(): testing /oratools/d6i_tmp/tools/admin/US
    slfexist(): /oratools/d6i_tmp/tools/admin/US doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/tools/admin
    slfexist(): testing /oratools/d6i_tmp/tools/admin
    slfexist(): testing /oratools/d6i_tmp/tools/admin/prefs.ora
    slsfindfile(): returned /oratools/d6i_tmp/tools/admin/prefs.ora
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:36 2012
    slfindfile(): product = Reports_Runtime
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 0 (UNKNOWN)
    slfindfile(): name = Tk2Motif.rgb
    slfindfile(): language dependent, character set dependent
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): checking environment variable REPORTS_RUNTIME_UNKNOWN(23).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_UNKNOWN(14).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/Reports_Runtime/admin/US/WE8ISO8859P1/
    slfexist(): testing /oratools/d6i_tmp/Reports_Runtime/admin/US/WE8ISO8859P1
    slfexist(): /oratools/d6i_tmp/Reports_Runtime/admin/US/WE8ISO8859P1 doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/Reports_Runtime/admin/US/
    slfexist(): testing /oratools/d6i_tmp/Reports_Runtime/admin/US
    slfexist(): /oratools/d6i_tmp/Reports_Runtime/admin/US doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/Reports_Runtime/admin
    slfexist(): testing /oratools/d6i_tmp/Reports_Runtime/admin
    slfexist(): /oratools/d6i_tmp/Reports_Runtime/admin doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/Reports_Runtime/admin/US
    slfexist(): testing /oratools/d6i_tmp/Reports_Runtime/admin/US
    slfexist(): /oratools/d6i_tmp/Reports_Runtime/admin/US doesn't exist
    slsfindfile(): *** UNABLE TO LOCATE FILE ***
    slfindfile(): product = tk2
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 0 (UNKNOWN)
    slfindfile(): name = Tk2Motif.rgb
    slfindfile(): language dependent, character set dependent
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk2 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_UNKNOWN(12).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_UNKNOWN(14).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/US/WE8ISO8859P1/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/US/WE8ISO8859P1
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/US/WE8ISO8859P1 doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/US/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/US
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/US doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/Tk2Motif.rgb
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/Tk2Motif.rgb
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 0 (UNKNOWN)
    slfindfile(): name = uiprint.txt
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_UNKNOWN(12).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_UNKNOWN(14).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/uiprint.txt
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/uiprint.txt
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 40 (PPD)
    slfindfile(): name = stic
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_PPD(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_PPD(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/PPD
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/stic.ppd
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/stic.ppd
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 40 (PPD)
    slfindfile(): name = stic
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_PPD(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_PPD(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/PPD
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/stic.ppd
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/stic.ppd
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgDemiBoldBold
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgDemiBoldBold
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgDemiBoldBold
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgBoldBold
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgBoldBold
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgBoldBold
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgMediumMedium
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgMediumMedium
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgMediumMedium
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = Code-25-30-Int
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/Code-25-30-Int
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/Code-25-30-Int
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = EuroCollectionNormal
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/E/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/E
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/E doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/EuroCollectionNormal
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/EuroCollectionNormal
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 0 (UNKNOWN)
    slfindfile(): name = uixpatt.txt
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_UNKNOWN(12).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_UNKNOWN(14).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/uixpatt.txt
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/uixpatt.txt
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:36 2012
    slfindfile(): product = reports60
    slfindfile(): version = 6000
    slfindfile(): type = 1 (RESOURCE)
    slfindfile(): name = rw
    slfindfile(): language dependent, character set independent
    slfindfile(): gui = m
    slfindfile(): buflen = 512
    slsfindfile(): checking environment variable REPORTS60_RESOURCE(18).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_RESOURCE(15).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/reports60/admin/resource/US/
    slfexist(): testing /oratools/d6i_tmp/reports60/admin/resource/US
    slfexist(): testing /oratools/d6i_tmp/reports60/admin/resource/US/rwm.res
    slsfindfile(): returned /oratools/d6i_tmp/reports60/admin/resource/US/rwm.res
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 26 (FONTALIAS)
    slfindfile(): name = uifont
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 1024
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_FONTALIAS(14).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_FONTALIAS(16).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/uifont.ali
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/uifont.ali
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgMediumMedium
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgMediumMedium
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgMediumMedium
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgDemiBoldBold
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgDemiBoldBold
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgDemiBoldBold
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = Code-25-30-Int
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/Code-25-30-Int
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/Code-25-30-Int
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgBoldBold
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgBoldBold
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgBoldBold
    Thanks & Regards,
    Ramchandra Jetwani

Maybe you are looking for

  • HT1694 I lost my iphone, how can I log off from my mail and how can I deactivate whatsapp

    I lost my iphone today and I need desperately to log off from all my accounts etc coz there is information there not for everyone to see

  • Printer will not feed paper

    Printer will not feed paper. Tried print doctor scan-- unplugging and  wiping rollers with lint- free cloth dipped in distilled water.  Did'nt work.  Printer is 5 yrs old.  Is it time for a new one?? Or anything else I can try?  I have HP computer-an

  • IO Error exporting to PDF after deployment to WAS 6 (using RAD7)

    <p>Hello,</p><p>I have been using the new CR4E that I downloaded and installed to IBM's RAD 7  - My reports export to PDF and display beautifully from my local WAS 6 test server - but no luck after deploying to my production WAS 6 server.  I've publi

  • Uploading failed when trying to order a printed book

    I have been trying to order/print a book thru iPhoto.  Everything works fine until the uploading process-- then I get an error message saying that an asset failed to upload and to retry.  I have tried changing security settings as well as addressing

  • Expanding tree2 child nodeHello Friends,

    Hello Friends, I am new to myfaces tree2 component. I am trying to implement the an example given at http://www.jroller.com/plainoldweblog/entry/use_tomahawk_tree2_and_ajax4jsf I am not able to expand the child node in the given example. Can somebody