SAP instance communication with Oracle processes

Can anybody please explain me how SAP instance communicate with Oracle processes ?
Also some details on OPS$, SID.ADM etc accounts - how they are created and communication between them.
Please provide some details to understand the basics. Appreciate if hyperlinks are given as I already a no. of links but able get the exact picutre on this.

Like to know some details on these OPS$ mechnism.
Found the following details in dev_w0 :-
kernel runs with dp version 232(ext=109) (@(#) DPLIB-INT-VERSION-232)
M  length of sys_adm_ext is 364 bytes
M  ***LOG Q01=> ThInit, WPStart (Workproc 0 122773782) [thxxhead.c   1281]
M  ThInit: running on host sap<SID>
M  calling db_connect ...
C  Got LIBPATH=/usr/lib:/lib:/usr/sap/<SID>/SYS/exe/run:/oracle/client/10x_64/instantclient from environment
C  Oracle Client Version: '10.2.0.2.0'
C  Client NLS settings: AMERICAN_AMERICA.WE8DEC
C  Logon as OPS$-user to get SAPSR3's password
C  Connecting as /@<SID> on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
C    0 WE8DEC                                                    1  112859e40  112865178  112864a28
C  Attaching to DB Server <SID> (con_hdl=0,svchp=112862858,srvhp=1128674d8)
C  Starting user session (con_hdl=0,svchp=112862858,srvhp=1128674d8,usrhp=112861c60)
C  Now '/@<SID>' is connected (con_hdl 0, nls_hdl 0).
C  Got SAPSR3's password from OPS$-user
C  Disconnecting from connection 0 ...
C  Closing user session (con_hdl=0,svchp=112862858,usrhp=112861c60)
C  Now I'm disconnected from ORACLE
C  Connecting as SAPSR3/<pwd>@<SID> on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
C    0 WE8DEC                                                    1  112859e40  112865178  112864a28
C  Starting user session (con_hdl=0,svchp=112862858,srvhp=1128674d8,usrhp=112861c60)
C  Now 'SAPSR3/<pwd>@<SID>' is connected (con_hdl 0, nls_hdl 0).
C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
C  DB instance <SID> is running on sap<SID> with ORACLE version 10.2.0.4.0 since JAN 28, 2010, 00:55:44
B  Connection 0 opened (DBSL handle 0)
B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost
B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20100128 012909 sap<SID>
M  db_connect o.k.
Basically how authentication between SAP and Oracle takes place. What are the a/c that comes with SAP inst and what relevant a/c for these communication comes by default with Oracle Db installation.

Similar Messages

  • Conversion Error: I/O error while communicating with native process

    Hi,
    I am trying to use Oracle Outside In Technology Image Export for conversion of images. I am trying to run the example ExportTest that comes with the downloaded SDK.
    I get the below error while running the ExportTest example.
    Conversion Error: I/O error while communicating with native process .
    Am I missing any settings?
    Please guide to the right forum if this is not the one for posting queries on Oracle Outside In Technology Image Export.
    Thank you.

    Hi Revanth,
    I am using Image Export 8.3.7 and I am trying to run the java class "ExportTest" that is in the location sdk\samplecode\ExJava\Examples\ExportTest\src of the download.
    My input folder has one jpg - puzzle.jpg (this is just a simple jpg), I am trying to convert it to TIFF. ExportTest.java uses the classes in Export.jar . Export.jar is located in the sdk\samplecode\ExJava\Examples\ExportTest . You can see source files of the Export.jar at location sdk\samplecode\ExJava\Java API\src of the download. I am running the 'ExportTest' by providing the arguments (input folder, output folder and ix.cfg - this file comes with the download). So now when I run this class I was getting the error I mentioned in this post. Inorder to find more details about the error I modified the 'Export.java' (at sdk\samplecode\ExJava\Java API\src\com\outsideinsdk) just to printStackTrace when the exception occurs and rebuilt the 'Export.jar' and ran the 'ExportTest.java'.
    And below is the stack trace that I got :
    java.io.IOException: CreateProcess: nullexporter.exe "inputpath_u=AGkAbgBwAHUAdA
    BcAHAAdQB6AHoAbABlAC4ASgBQAEc=" "outputpath_u=AG8AdQBwAHUAdABcAHAAdQB6AHoAbABlAC
    4ASgBQAEcALgBUAEkARgBG" "outputid=FI_TIFF" "fallbackformat=FI_TEXT" "tiffcolorsp
    ace=24BitRGB" "preferoitrendering=false" "tiffcompression=Packbits" "mapbuffersi
    ze=8192" "defaultprintfontheight=20" "graphicwidthlimit=0" "reordermethod=off" "
    unmappablechar=0x002A" "timezone=0" "graphicheightlimit=0" "defaultmarginleft=14
    40" "ssshowheadings=false" "quickthumbnail=false" "graphicoutputdpi=0" "ssdirect
    ion=AcrossandDown" "defaultmarginbottom=1440" "ssshowgridlines=false" "dbshowhea
    dings=false" "readbuffersize=2" "whattoexport=all" "graphicsizelimit=0" "imagewa
    termarkopacity=0" "blue=-1" "handlenewfileinfo=no" "outputid=FI_TIFF" "lzwcompre
    ssion=enabled" "usedocpagesettings=true" "defaultmarginright=1440" "numberofstat
    callbacks=0" "dbfittopage=NoScaling" "tempbuffersize=2048" "pdffilterreorderbidi
    =no" "imagecropping=nocropping" "defaultmargintop=1440" "documentmemorymode=larg
    e" "m?
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:491)
    at java.lang.Runtime.exec(Runtime.java:457)
    at com.outsideinsdk.Export.convert(Export.java:262)
    at com.outsideinsdk.ExportTest.convert(ExportTest.java:142)
    at com.outsideinsdk.ExportTest.main(ExportTest.java:214)
    hope this helps to find the problem.
    Thank you

  • Problem in SAP Server installation with Oracle DB

    Hi,
    We are working in SAP Server installation with Oracle DB. After some steps in our Process it is asking for a DVD called RDBMS DVD CLIENT ORACLE. We are trying  to download in Service market place. But we could not  get the Correct DVD for the installation. Please help in this issue. Where do we get the DVD to continue our SAP Server installation.
    We are struck with our SAP Server installation. Please consider this issue as very urgent.
    thanks in advance.
    Regards,
    Mohankumar.G

    Hello Mohan,
    Please specify which installation your are doing otherwise it is difficult to provide you
    the correct path.
    For eg if you are doing NW04's installation then path will be
    downloads->entry by application group->Installations and Upgrades->SAP NetWeaver-> SAP NETWEAVER-> SAP NETWEAVER 2004S->according to OS/DB (there is oracle client cd)select the cd.
    hope it helps..
    Regards,
    Jafer

  • SAP BO Installation with Oracle Database

    Hello all,
    My client uses SAP R/3 with Oracle database. Now we have to install Business Objects on another machine.
    I've read the documentation on Installing Procedures but there are some questions still not clarified.
    1. Do I have to install Oracle in the new machine?
    2. If not, can I connect BOBJ to the database of the SAP R/3 Server?
    3. If I want to have three systems (Like in R/3, Productive, Tests and Development) do I have to install BOBJ in different machines?
    Thanks in advance,
    Regards

    1. you dont have to insall Oracle database at the BO machine side, you just need any database to hold the BO repository.
    2. you cant connect directly using BO, only Crystal reports can connect directly to R3 database, you need to have a BW in between.
    extract your data into the BW, and let BO connect to BW using the BO integration kit for SAP solutions.
    3. no you dont have to have 3 different machines, using one BO machine you connect to them all, but you may need build a  BO environment, (Development, Production servers)
    good luck

  • Question about Communication with Oracle 7

    Hi,
    Generally we use Oracle Snapshots for Communication, but since Oracle 9.2.0.5 do not work with Oracle 7.1.5.2.4. we are thinking about do use Oracle Interconnect for this Link.
    Now I have the following two Questions about Communication with Oracle 7:
    1. Is an Adapter for Oracle 7.1.5.2.4 available?
    2. From your experience, does it make sense to install Oracle Interconnect for implementation of only one read only Link with 3 Tables if an OAS for BI is available?
    Thanks,
    Hannes

    1. The Oracle database adapter is for Oracle 8i and up. I checked the code needed in the database and doubt that will work in Oracle 7.
    1. The other option Advanced Queuing also needs 8i and up.
    2. For me it doesnt make sense that you want to connect to Oracle 7. Oracle 7 is unsupported and should not have to be developed against. Also the license costs for Oracle Interconnect ~17K without any discount is a bit steep for read only links to three tables. Having the OAS means you wont have to pay another additional ~17K for the apps server.

  • SAP SRM Prod with Oracle DB and AIX 5.3 Performance Issue.

    Hi Basis Gurus,
    Today my SAP PRD system all of a sudden was running slow and users had difficulties executing TCodes as it took minutes before the screen appeared.My system is SAP SRM 4.00, Oracle Release 11.2.0.1.0 and AIX 5.3.
    From Basis point of view , we noticed that all the work process were hanged due to RFCs' occupying it.Couldnt investigate further on the system as we needed to restart asap because users needed to log on. A quick check on SICK shows no errors.What we managed to find out is that we needed to check this parameter below and set it accordingly:-
    rdisp/rfc_min_wait_dia_wp:-
    Definition
    Number of work processes kept free for other users.
    Use
    This parameter is used to reserve a number of dialog work processes for dialog mode. It prevents parallel RFCs from occupying all the processes.
    The parameter rdisp/wp_no_dia specifies the absolute number of dialog work processes.                               
    Unit: number of dialog work processes
    Default value: 1
    Example
    If 10 dialog work processes are configured for the instance (rdisp/wp_no_dia = 10) and the parameter rdisp/rfc_min_wait_dia_wp  = 3 is set, parallel RFCs can occupy a maximun of 7 dialog work processes. Three dialog work processes always remain free for dialog mode.
    There are 20 DIA processes in our system, perhaps reserving a minimum of about 5 work processes for DIA users will be useful via the parameter.
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    When we went for a restart of the system we encountered another issue. Steps to the issue are as below:-
    1) Did a proper shutdown of Oracle and SAP.
    2) When we start using startsap script, it doesn't start DB so we started DB manually but listener was having problem
        so we stopped all.
    3) We also did a cleanipc, it too throws below error:-
    sidadm> cleanipc <systemno> remove
                   exec(): 0509-036 Cannot load program cleanipc because of the following errors:
                   0509-130 Symbol resolution failed for cleanipc because:
                   0509-136   Symbol memmove (number 106) is not exported from
                   dependent module /usr/sap/sid/SYS/exe/run/libsapu16.so.
                   0509-192 Examine .loader section symbols with the
                   'dump -Tv' command.
    4) Also the Listener file has no contents,it's null file.
    5) This is another error :-
        exec(): 0509-036 Cannot load program /oracle/sid/112_64/bin/tnslsnr because of the following errors:
        0509-150   Dependent module /oracle/sid/112_64/lib/libttsh11.so could not be loaded.
        0509-101   The module has too many section headers
        or the file is damaged
    The libttsh11.so file was empty dated 25th timestamp as below in PRD:-
    -rw-rr    1 sid   dba               0 Nov 25 07:12 libttsh11.so
    Further checking has let me to understand this is an Oracle Bug from this link:-
    http://gavinsoorma.com/2009/12/11-1-0-6-clusterware-upgrade-to-11-1-0-7/
    This Oracle bug only happens in an Upgrade time and how could this happen to my Production system during a restart process.
    Also this system was restarted during the last weekend's maintainance window and it came up with no issues.
    6) We copied over the libttsh11.so from our QA environment to PRD and did a Startup:-
    -rwxr-x---    1 sid   dba        65967496 Nov 25 07:40 libttsh11.so (This is the copied over file from QA)
    7) After Startup everything has been in order till now.
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before. Hope all the Gurus here could shed some light into my 2 questions as I am looking for positive answers.
    Thank you.
    Regards,
    John

    Hi,
    Firstly I would suggest you to upgrade your database from Oracle Release 11.2.0.1.0 to Oracle Release 11.2.0.2 . This is the recommended Oracle 11g database version  for SAP solutions. Many of your problem will get resolved with it.
    Question 1:
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    For immediate resolution the approach you have followed is correct viz limiting number of dialog processes for RFC. Secondly you need to analyze why RFC processing takes so much time. You need check which programs are getting executed by those RFC.
    Generate EarlyWatch report for more detailed view
    Question 2:
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before.
    The libttsh11.so library cannot be found in the related directory.
    Cause
    The file system is mounted using CIO option, but per Note 257338.1 Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L, an ORACLE_HOME on a filesystem mounted with "cio" option is not supported.
    Such a configuration will cause, installation, relinking and other unexpected problems.
    Solution
    Disable the CIO option on the filesystem.
    References
    NOTE:257338.1 - Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L
    Hope this helps.
    Regards,
    Deepak Kori

  • Sap ides installtion with oracle

    Hi,
    I am installing SAP IDES 4.72 with oracle 9.2. I installed oracle and started the sap central installation instance but after some time it came up with error:
    "System call failed. Error 1005 (The volume does not contain a recognized file system.
    Please make sure that all required file <b>system drivers are loaded</b> and that the volume is not corrupted."
    Can anyone please guide me that what are the extra steps I need to follow for oracle setup before running sap installation instance.
    Thanks in advance,
    faiq

    Hi ,
    you didnt not specify which OS you are using,
    but anyway i think that you are trying to install SAP on a file system that is not supported by SAP.
    For ex:  If OS is of Windows family you should have NTFS file system for SAP
    Let me know if this helps
    Regards,
    Phani

  • No communication with Oracle

    Hi Hyperions,
    I got one issue which is not giving any hint to me.I am uisng Oracle-SQL as a database.I imported the dimensional tables and fact table in to Essbase studio .I can see the dimension name anf hierarchies under that in Essbase Studio.But when it deployed in to Essbase i can see only dimension names only and no members under it.It gives me a arror "Failed to Establish connection with Oracle-SQL".So i underastood that Essbase and oracle are not communicating properly.Please suggest me where it is going wrong or any alternate sollution.
    Your suggestion is highly appreciated and helpful.

    To add...
    1) Back up the server.properties file and alter it in the following manner:
    Change the server.essbase.streamingCubeBuilding=true to server.essbase.streamingCubeBuilding=false (use Essbase drivers)
    2) Set the ODBCINST variable to point directly to odbcinst.ini
    3) Then, the BPMS service should be restarted.
    The file is named:
    startBPMS_bpms1_Server.bat on Windows;
    startBPMS_bpms1_Server.sh on UNIX.
    Note: The Essbase Studio Server startup file contains the commands necessary to start Essbase Studio Server. During the configuration process , the EPM System Configurator writes information to the startup file about the computer on which Essbase Studio is installed so that Essbase Studio Server can start properly. Oracle recommends that you do not manually edit the startup file.
    The start up file is installed by default in:
    MIDDLEWARE_HOME/user_projects/epmsystem1BPMS/bpms1/bin
    KosuruS

  • Problem with Oracle Processes - ora_cjq0_ SID and ora_qmnc_ SID

    Hello,
    We are having problem with few Oracle Processes which are failing by themselves and also cosuming high CPU load. Few of the Processes are :
    ora_cjq0_<SID>
    ora_qmnc_<SID>
    I did not find any relevant SAP Note about the above two Processes.
    Could you please throw some light on the above two processes? Will they stop being acitve once their work is done?
    Thanks,
    Subbu

    subbarayudu panguluri wrote:
    Hello,
    >
    > One more info. to add apart my previous post is I am seeing a WARNING in all the User trace files as below:
    >
    > WARNING:Could not lower the asynch I/O limit to 144 for SQL direct I/O. It is set to -1
    >
    > Is this warnign to be considered? I googled about the above error but couldnt get any hint..
    >
    > Thanks,
    > Subbu
    Hi Subbu,
    You hit the bug 8412426  "WARNING:Could not lower the asynch I/O limit" messages. Check the document, below;
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PATCH&id=8412426.8&addClickInfo=<data search_text="%22Could%20not%20lower%20the%20asynch%20I/O%20limit%22" search_result_size="16" search_result_count="16" powerview_id="" on_off="off" item_position_in_list="1"/>
    As far as I understand that this bug has no side effect, except filling your trace file, consequently the storage. Oracle suggest upgrade to 11g.
    Best regards,
    Orkun Gedik

  • SAP fresh installation with Oracle 11.2

    Dear all,
    Do you know if it's already possible to install a new SAP system with Oracle 11.2.
    I'm trying to install Solution Manager 7.0 ehp1 with Oracle 11.2.
    The problem is that SAPINST does not give me the possibility to choose oracle version 11.2. Only 10.2 is possible. (I patched SAPINST to the last version)
    If I select 10.2 SAPINST gives an error "The DB Home folder I:\oracle\PSM\112 has not the correct DB Server version 102. Select a different DB Home folder or install the correct database server software."
    Could anyone help me?
    Thanks in advance.
    Best Regards,
    Olivier

    Hello,
    New installations of systems running with Oracle 11.2 are planned to be certified by early Q4 2010.
    For key information on the status of Oracle 11.2 database, read SAP Notes 1398634 and 1434131.
    Thanks & regards,
    Sagar

  • Issue with Oracle Process Manager

    Hi All,
    I've installed Hyperion Planning on one server few days back. Now i've installed HFM on other server. The shared services is common which i've given is the First server (Where Planning is installed). The Planning server is working fine. When i'm trying to start Oracle Process Manager in the second server (Where HFM is installed) it is giving the message as "Could not start the Oracle Process Manager EPM_epmsystem1 service on Local computer" and The System cannot find the path specified.
    I've installed & configured WebLogic on both servers (Planning & HFM)
    Is this service required for HFM ? I think it is for Essbase. correct me if i'm wrong. Do we need to run this service on the second server ? (HFM Server). What is the main purpose of this server. Pls. advice.
    Thanks,
    PVR

    Hi John,
    Thanks so much for the Reply. As i mentioned earlier i've 2 servers. First server is for Planning and the second server is for HFM. I would like to use the shared services for both Planning & HFM on the first server. For launching workspace, if i type http://firstserver:19000/workspace, i can see Planning. To see HFM, do i need to launch http://firstserver:19000/worksapce or i need to launch http://secondserver:19000/workspace. I'm thinking that HFM will be available by launching http://secondserver:19000/workspace URL instead of the first URL, but i did't find the option of Configure webserver in the second server (HFM server). Pls. advice
    Also, while configuring i've given other database for Reporting and Anaysis instead of the existing database. Also, given the server as second server (HFM server) during the configuration of Reporting and Analysis. Can you pls. kindly help and advice with the situation i've mentioned here
    Thanks,
    PVR

  • SAP GRC integration with Oracle IDAM.

    We are looking to implement SAP-ISU and have a proposal to implement a SAP solution which integrates Oracle IDAM (for user provisioning) and SAP GRC. Does anyone have experience of pros/cons, possible pitfalls of this integration.
    In addition, there is some debate over whether GRC is actually an unnecessary duplication in this circumstance, as there is a view that Oracle IDAM has the ability to deal with all the role management that GRC will be doing. Would appreciate any views?

    Hi Alessandro,
    thank you very much for your responce. But as per oracle integration docuemnt we are using stadard SAP web services for this integration peice.
    GRAC_LOOKUP_WS for Lookup
    GRAC_RISK_ANALYSIS_WOUT_NO_WS for Risk analysis with out Request.
    Please suggest..

  • SAP Performance Problem with Oracle 10 on Sun SPARC T5240 server

    Dear Friends,
    We have a performance problem after migrating our SAP ERP 6.0 basis system. We moved to new servers a month ago.
    According to SAP EarlyWatchAlert Report, CPU response time is too high, altough CPU utilization is never more than 5%,
    The current system is :
    Database server : Sun SPARC Enterprise T5240 Server - 2 CPU´s with 6 core, 8 thread, 1.2 Ghz 32 GB RAM
    and we use another identical configured server as an application server.
    Database is Oracle 10.2.0 and operating system is Solaris 10.
    The problem is average CPU response time is 450 ms, and max. CPU load is %5 percent.
    Pre-migration configuration with old servers, we had CPU response : 150 ms and max CPU load: 50%.
    Old configuration : 2 X HP rp3440, 2 X PA 8800 CPU (2 core, 1.0 GHz).
    Have you got any experience with a similar situation, which setting might be wrong for not fully utilizing server CPU´s?
    or do you know any similar configuration for benchmark?
    Thanks in advance
    Uzan

    Our organization upgraded an application - The vendor had originally suggested a T2000. When we finally migrated onto it, the performance was worse than the older version of the application. The vendor hadn't yet tested the combination of T2000 and 10.2 with their application when they had made that hardware recommendation, they subsequently revised their recommendations. We ended up with an M4000.
    The application performance, IMHO, still stinks. But that's because it's a java based application written for database independence.
    The interesting item to note here, is that in the application teams 'selective' testing - everything worked fine. When the testing was extended to include users who didn't follow the 'test plan', they found performance begin to tank. Then with more users, more testing, they found that the T2000 was not going to perform well. The test plan by the apps team was not sufficient to find the issues, and they did not include any load testing!
    Edited by: dbtoo on Jun 5, 2009 11:20 AM

  • Instance names with Oracle Parrallel Server (OPS)

    Hi. I was "reviewing" an Oracle 8 OPS implementation and I noticed that the instances on both nodes have the same name. In another word, the instance on node 1 is named I1 and the instance on node 2 is named I1. While the system appears to work, during a failure of one instance, both instances fail. Does this make sense? Has anyone else had a similar experience? Does anyone know of the possible effect of having the same name.
    The clients are weblogic applications using the thin-driver.
    Any help you can give me would be appreciated.

    Hi,
    While the system appears to work, during a failure of one instance, both instances fail. Does this make sense?As per OPS architecture point of view,both instance should be have different name.
    and failure of one instance doesn't effect on other availability and other should be up and running ,that is the true menaing of high availabilty in OPS.
    again check ur configuration,verify ur parameters in init.ora file is configure properly or not.
    also check alert log files of both instance.and put different name of each instance.
    **instance_number should be different on both instance
    Kuljeet

  • SAP first installation with Oracle 11g

    Hi,
    do you know for  SAP first install is now supported Oracle 11.2.0.2 or only installing first 10.2.0.5 and upgrade to 11.2.0.2 ?
    Thank you!

    Hi, direct installation of 11.2 is possible for SAP products based on SAP NetWeaver 04 (Web AS 6.40) / SAP NetWeaver 7.00 & SAP NetWeaver 7.01 (Check also here: SAP on Oracle)

Maybe you are looking for

  • MS Office (Home Edition) - Word scrambled formats

    Has anyone else encountered problems where an MS Office for MAC Word document (.doc format, not .docx) sent as an email attachment can't be read by a recipient whose computer uses a MS Operating System and MS Word? Formats are scrambled or removed. I

  • [SOLVED] wireless problems

    I've installed ndiswrapper and loaded the .inf file it said hardware and driver present. I can iwconfig and see my connection but I can't iwlist wlan0 scan, it says no scan results. I can't seem to set the ESSID, it is called default, I called it lik

  • Mapviewer file not found...

    I am getting this file error from logs.. :8905:0:1,0] [error] [client 10.159.247.138] File does not exist: /u01/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/htdocs/mapviewer/faces/home.jspx I see the EAR files there. Do I need to redeploy?

  • Exit code 20 error message when trying to install Master Collection 5.5. Please assist.

    I get Exit code 20 error message when trying to install Master Collection 5.5. Please assist.

  • Z3 keeps deleting contacts

    PLZ help needed ,,,, my BB Z3 keeps deleting contacs .