Static Parameters Vs Dynamic Parameters in intialization Parameter file

Hi Gurus,
How do i find out the list of Static and Dynamic Parameters from the Initialization Parameter file [ in Oracle 11g Rel2]. Is there any Metadata for this?
Can you please through some light on this!
Regards,
Sudipta.

Thanks mate.
Unfortunately i searched with various tag line, but could not find the earlier thread..
Anyways, this was helpful.
Regards,
Sudipta.

Similar Messages

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Dynamic Parameters from SAP to C' Method

    Hey there,
    I hav a great Problem. I wrote a C# Program which runs as a Server. whithin this I wrote a Method i want to call from ABAP. This method needs to get two static and various dynamic parameters. In C# it is quite easy to implement this, by "params object[]...", but how can I get these Parameters from SAP to my Application?
    When I describe the Parameter for RFC then it works, e.g. by "[RfcParameter("INSTID",RFCTYPE.RFCTYPE_STRING,30,30,0,RFCINOUT.IN)]". Does i have to give a certain RFCTYPE? When i do so, it works? Please give help, i need this very urgent.
    Regards

    Hello,
    Sorry, the answer remains NO.
    In COM4ABAP, this feature is implemented only for the generic invoking function COM_INVOKE itself, but not for those functions/methods invoked through COM_INVOKE.  So this functionality is perhaps "nice" to the developer who wrote COM4ABAP. But for the users of COM4ABAP, it seemed not to make much sense.
    Of course, the support to dynamic parameters will be important if you want to write a generic method invoker for .NET (something might be called as DOTNET4ABAP). There is for now no plan to provide this feature in the future releases of the .NET Connector.
    Regards,
    Guangwei

  • Error in intitialisation parameter file, pls help

    i am new to dba field. i created a database named "demo" suing dbca. but whenever i start i am getting the following error.
    startup nomount pfile='d:\oracle\admin\demo\pfile\init.ora';ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file 'D:\ORACLE\ORA92\DATABASE\INITDEMO.ORA'
    kindly help, thank you.

    i tried adding a control file using alter system set command and when i queried v$controlfile, i got the perfect answer.
    later i shutdown the database and and deleted the newly created control file manually.
    after that i tried adding a control file in pfile and i tried staring the database, from then i started getting the error.
    again i deleted the whole pfile and copied another database's pfile and edited it as per the requirement. i tried to open the database using pfile, and thus i m getting the errors...
    SQL> startup pfile='d:\oracle\admin\demo\pfile\init.ora'
    LRM-00109: could not open parameter file 'd:\oracle\admin\demo\pfile\init.ora'
    ORA-01078: failure in processing system parameters

  • LRM-00109:could not open parameter file '/u01/app/oracle/product/10.2.0/db

    hi
    i have manually created a database called ora.i have done all the relative tasks.i can open the database by startup nomount pfile.but when i try to create spfile from pfile, it is showing an error that it is already created.when i give the startup command the
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initora.ora'
    above error occurs.acutally my pfile is in another location and it is trying to open it from another loc.ihave added the line
    export ORACLE_SID=ora in bashrc file.Already there is one database called orcl and it is also been added to the
    bashrc file.
    Pz solve it for me.

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • LRM-00109: could not open parameter file

    Hi,
    I have done clone using rman backup and change db name using DBNID utility Now i want to rename the pfile or spfile When i am trying to rename it occured below error.Tnsname and listener parameters have been changed.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/vol02/oraclestandby/10.2.0/dbs/initem
    gr.ora'
    --while tried to start database using pfile with new name it started but it is not creating spfile.
    --One question,During start the database(startup) how can it looks the particular pfile ?
    startup command how to identify the exact pfile if there are three or more different pfile with different name?
    Thnaks,

    Oralce will look for a mfile matching with the SID of your database. Thats why the file naming convetion is init sid .ora. If oracle cant find that same named file, the rror is returned to you.
    HTH
    Aman....

  • LRM -00109:could not open parameter file Oracle 10g in Solaris 10

    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Thanks

    4joey1 wrote:
    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    By default, oracle will look first for a spfile named "spfile<ORACLE_SID>.ora". Lacking that, it will try to find "init<ORACLE_SID>).ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Once you have started the db (I believe a startup nomount will be sufficient) you can issue CREATE SPFILE ... Details are in the fine SQL Reference manual found at tahiti.oracle.com
    BTW, "open" is the default behavior of "startup", so no need to specify it. A simple "startup" does the same thing.
    Thanks

  • Why I need this parameter file ? initTSH1.ora

    I have installed oracle10g on RHEL5, did not get any error message, after the installer finished , I startup the database , but got this msg:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/oracle/product/1020/db_1/dbs/initTSH1.ora'
    and the parameter directory has these files:
    [oracle@localhost dbs]$ pwd
    /u01/oracle/product/1020/db_1/dbs
    [oracle@localhost dbs]$ ls
    hc_datacent.dat init.ora lkDATACENTER spfiledatacent.ora
    initdw.ora lkDATACENT orapwdatacent
    [oracle@localhost dbs]$
    I can not search anything about the file initTSH1.ora , please help me, thanks .

    Your ORACLE_SID environment variable is set as TSH1, which is not your DB name. As oracle user try this :
    $ export ORACLE_SID=datacent
    $ sqlplus / as sysdba
    If you get "Connected to an idle instance.", then try
    SQL> startup

  • Showing Dynamic parameters depending on Static parameter

    Post Author: Relais
    CA Forum: General
    Is it possible to show dynamic parameters depending on the selection of the static parameter?For example, I would like to show a dynamic list of Departments, only if u201CDepartmentu201D is selected from the static parameter list.
    Or if u201CCategoryu201D is selected from the static list, then I would like to prompt the user with a dynamic list of available Categories.
    Is this possible or must you always show all parameters?Any feedback would be appreciated.
    Thank you.

    Hi,
    What i would do is in addition to what you already have,  create a new view V-Channel and embed this view as default view in the Window.
    Create 2 outbound plugs (to_view1 , to_view2)
    Create a event in component controller  like event_name is NAVIGATE and the parameter is TO of type string.
    Create a method go_navigation with parameter destination of type string.
    Write your code in this method to fire the Navigation event filling the TO parameter with destination.
    In the V_Channel subscribe to this event NAVIGATE. and write the code for firing outbound plug to_view1 or to_view2 based on the TO parameter value.
    Remember to connect these outbound plugs to the right inbound plugs in the ViweContainerUIElement views.
    In the start-up plug event handler method, retrieve the URL parameters and call the Go_NAvigation method  filling the right value for the destination parameter.

  • I'm getting the below issue when I try to deploy a report with Dynamic parameters, when I deploy it with static parameters I'm not getting this issue.

    I’m getting the below issue when I try to deploy a crystal report with Dynamic parameters in BI Launch Pad, when I deploy the same report with static parameters I can deploy and run it. I have Restarted the BI server, still the issue exitno use. kindly help me on this issue.
    “This error occurred: Adding Crystal Report "CrystalReport1.rpt" failed. The server with kind rptappserver returned an error result. Failed to copy the report file to the report object. Refreshing the report object properties might have failed. Failed to read data from report file CrystalReport1. Reason: Failed to read parameter object”.

    BO does not run dynamic params through the report as would happen without BusinessObjects (BO) or Crystal Reports Server (CRS).  When you publish a report with dynamic parameters to BO/CRS, the prompt is published to the repository so that it can be accessed through the Business View Manager (which can be installed as part of the client tools).  In order for this to work a couple of things need to happen:
    1.  You need to be sure that you check the "Update Repository" box on the Save As screen the first time you publish the report.
    2.  Your BO/CRS user needs to have "view" access to the Crystal2013ReportApplicationServer in the Servers section in the CMC - in fact, the Everyone group should be given view access to the server in order for dynamic prompts to work correctly.
    3.  In the Business View Manager, the Administrator user needs to give your user, or, even better, a Crystal Developers group full control access to the "Dynamic Cascading Prompts" folder.
    Best practice for dynamic prompts in a BO/CRS environment is to actually create the prompts in the Business View Manager.  This will allow you to create a single data connection that can be reused and also create lists of values such that the same list or prompt can be reused by multiple reports.  If you just create the prompts in Crystal, you will end up with multiple data connections to the same database, the prompts will use the whole query for the reports to get the dynamic values instead of just a focused query to the lookup table that contains the values, and there ends up being lots of duplication and chaos.
    -Dell

  • How to intialize to zero for dynamic parameters in crystalXIR2

    <p>Hi Guys,</p><p>I am new to crystal reports. I am using dynamic parameters in my reports. <br />1)Each report consists of 6 or more dynamic parameters. Can it possible to intailise to Zero(like in static parameters).<br />2) my main report consists of dynamic parameters. each parameter consists of three database columns.    i am selecting data by using SQL concatenation operator (data looks like 051012-1000-countryname)<br />and sub-report consists of static parameter ( data looks like 1000. it is middle column of dynamic parameter of  main report). Can it possible to link parameters of main report and sub report</p><p>Can anyone give me idea. <br />Thanks Guys.</p>

    Moderator message - Cross post locked
    Total Questions:  283 (131 unresolved)
    Please also close your old posts and assign po1nts to helpful answers.
    Rob
    Edited by: Rob Burbank on Jul 29, 2010 9:50 AM

  • Crystal Reports Dynamic Parameters with SAP Business One

    Okay, I've got this very strange issue with dynamic parameters in Crystal Reports connected to SAP Business One.
    Let's start with the software versions:
    - Crystal Reports 12.3.0.601
    - SAP Business One 8.8 (8.80.231) SP: 00 PL: 13
    - Windows XP SP3
    (SBO Server on Windows 2003 and SQL 2005)
    What I'm about to describe is something I've tried in several reports and for which I created a very, very simple test report to see if it was reproducible in a very simple situation.
    - I connected to a Business One server through CR's SBO connection type. Logon is successful, tables are shown.
    - I pick OCRD and plac CardCode and CardName in the details section on the report. Previewing the report shows data.
    - I create a dynamic parameter on CardCode and in the Select Expert I select the CardCode field and define that that should be equal to the parameter.
    - I preview the report again. Now it asks me in such a parameter screen for logon credentials. It shows the server and database it tries to connect to and in the username it shows the SQL Server username I used to connect to the SQL Server in the first place. However, the password for that user is not accepted. I also tried to login with the Windows administrator user and with the SBO manager user, but no success with any attempt.
    I also tried to add a static parameter and add all database values to the list. Same screen, different result:
    Crystal Reports 2008 wrote:
    Logon Failed.
    Error in File UNKNOWN.RPT:
    Unable to connect: incorrect log on parameters. (rptcontrollers.dll)
    (On a side note: the report is saved as report1.rpt)
    Anyone else got similar issues and found a solution?

    Hi,
    When you have fixed your crystal installation following the note posted earlier, please take a look at the [how to guide|http://service.sap.com/sapidb/011000358700000882232009E.pdf] and also at the [e-learning|http://service.sap.com/sapidb/011000358700001370262010E] about SAP Business One 8.8 and Crystal Reports.
    There are so called "tokens" which you need to use instead of dynamic parameters.
    Dynamic paramters don't work in SAP Business One 8.8, if they are not defined as a static paramter with token.
    Best regards,
    Darius

  • Crystal Reports -  missing dynamic parameters when published to InfoView

    Hi all,
    I'm facing a problem when I publish Crystal Reports 2008 V1 which includes dynamic parameters on InfoView (either on BO EDGE 3.1 or Crystal Reports Server 2008 V1). Problem manifests itself in missing dinamic parameters - I get only static parameter panel and need to write in the value by myself... All other documents like Webi, Deski (on BO EDGE) works fine.
    I have tried to install all latest Service Pack's for Crystal Reports 2008 V1 but it didn't solve the problem. Btw, Crystal Reports 2008 V1 designer is installed on client machine.
    Here are the details of both installations:
    BO EDGE 3.1.
    OS: Windows Server 2003 SP2
    Repository database: MS SQL Server 2005
    CR Server 2008 V1
    OS: Windows Server 2003 SP2
    Repository database: MySQL
    Does anyone had a same problem?
    I will appreciate any help!
    Best regrads

    I had the same situation when I changed from a SQL server 2005 data source to a SQL server 2008 data source while using CR 2008.  Change printer option default in the report designer to use u201CNo Printer (optimize for screen display) and republish to InfoView.   Not sure why this would work, but it resolved the issue for us.
    Wendy

  • Problem with Populating data while cascading dynamic parameters

    <p>Hi</p><p>I have a Crystal Report 11 connecting to Oracle stored Procedure. The report has 6 input parameter fields which come from the procedure.So when the report is opened i see 6 static parameter fields.</p><p>Now Parameter 3 has to populated depending on selection of Parameter 2 and Parameter 2 should populate depending on selection of Parameter 1.</p><p>So I changed these parameters to dynamic and followed all the instructions mentioned in CR11_UserGuide.pdf from internet.</p><p>But no values are populated in my Parameter 1.</p><p>If i use a View with the report, then it works.</p><p>Please help.</p>

    Thanks Rahul,
    Â I could fix the issue by using Command Objects

  • How to create Dynamic Parameters for between dates

    Hi,
    I have a requirement to create a crystal report with between dates using dynamic parameters.
    I am getting data from 'BEx Query' where already filters were defined on Date field. So While I am creating a crystal report these filters are displaying under 'Parameter Fields' automatically as Static. When I execute the report I am getting these Date's as Dropdown box. But as per the 'help' in crystal reports, static values won't get updated if any changes were taken place in backend system.
    I have created a Dynamic parameter 'StartDate', but the values are not getting populated in Dropdown box.
    Please let me know how to achieve this requirement.
    Thanks in advance.
    cheers
    dev

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with your directly

Maybe you are looking for

  • How do I transfer my bookmarks from one computer to another. I have tried everything I can think of.

    I just got a new Dell laptop and downloaded Firefox before I transferred files using Microsoft's Easy Transfer program. Everything transferred fine except my bookmarks and the toolbar. They didn't go into Internet Explorer either.

  • Error message when trying to connect

    As of yesterday, after years of using golive, I cannot connect to upload new info.  ????

  • Any abap program for copying transformation in bi 7.0

    Hi guys Could you please let us know is there any abap program to copy transformation in BI 7.0 as we used to have copying update rule in Bw 3.5 or is there any other way ! It is for same datasource , ODS but different source system... Advance thanks

  • Cannot Import javax.servlet.* and javax.servlet.http.*

    Hello, I am a University Student and now doing a project using Servlet and JSP I have installed WinXP and Tomcat 5.0 on my computer When I compile the servlet , there are error messages "package javax.servlet does not exist" and "package javax.servle

  • Opening itunes on an ipad

    I got an ipad yesterday. Set it up by linking to my laptop itunes account. All seemed fine when playing with last night. This morning ive opened itunes & I can find the itunes store, but cant find anything that opens my itunes account to see my downl