Questions on the generated PFILE

Hi all,
I modified values of some init parameters using the command ALTER SYSTEM SET parameter=newvalue.
Then, I create PFILE using the command create pfile='c:\test.ora' from spfile;
I opened the generated PFILE and noticed the following:
1. I didn't see the parameter I modified by the ALTER SYSTEM command? (it was DB_UNIQUE_NAME)
2. parameter=value pairs were preceded in the file with "*-". Is that correct? As far as I know, PFILE is ASCII file that contains parameter=value pairs without any preceded characters required.
Thanks in advance.

You can not modify this value on the fly.
Here is the reason:
SQL> select name, ISSYS_MODIFIABLE from v$parameter
2 where name = 'db_unique_name';
NAME
ISSYS_MOD
db_unique_name
FALSE

Similar Messages

  • Question about the generated package of an RMI stub class.

    Does anyone know why rmic tool generated stubs are in the same package as the class that implements the remote interface? For example, say I have an interface, MyRemoteInterface, in the foo.bar package, and an implementing class, MyRemoteImpl, in the baz package. When baz.MyRemoteImpl is compiled by rmic, a stub, MyRemoteImpl_Stub, is generated in the baz package.
    Now I would have thought that MyRemoteImpl_Stub would have been generated in the foo.bar package, as the stub is to be used on the client to handle calls at the interface level. In other words, the baz package really only makes sense on the server. This is in fact how stubs are generated for CORBA using the -iiop flag to rmic.
    Is there at least a way to specify the generated package?

    if u are running rmic on a class called com.yourmi.MyClass the stub will be generated with
    exactly the same package.
    the only thing that u can change is the location of the stub (for example, in another directory)
    but also in that other directory you will find com\yourmi\MyClass_Stub
    regards
    marco

  • Change the styling of the generated html markup in ADF Faces

    Dear All,
    I just have some question on the generated HTML markup of panelStretchLayout component.
    Supposed I have this layout
    <af:panelStretchLayout id="cntDiv" dimensionsFrom="children" topHeight="auto"
      startWidth="0" endWidth="0">
         <f:facet name="top"/>
         <f:facet name="center"/>
         <f:facet name="bottom"/>                                    
    </af:panelStretchLayout>If you look at the generated html markup it will create a div element with below styling
    <div id="pt1:cntDiv::t" style="position:relative;overflow:hidden;width:100%"/>
    <div id="pt1:cntDiv::c" style="position:relative;overflow:hidden;width:100%"/>
    <div id="pt1:cntDiv::b" style="position:relative;overflow:hidden;width:100%"/>My problem is with the overflow:hidden property. Is there a way or configuration to remove or override this property
    when the markup is generated?
    Use case:
    I wanted to use fancy Jquery sliding menu but everything gets messed up because of this css style property.
    I know you should not mix up JSF with client side components but I need to use those fancy javascript powered menu's.
    Is this possible? If so how?
    Thanks
    JDEV 11g PS5

    Hi there,
    You are saying that you want to use mouse-over. But I think you don't want to use that.
    I've been working with this, and I got it working. However........ Image this: "you have a table with 10 visible rows. You have some buttons below the table. After you select a row (lets say the third) , you might want to navigate to the details by "pushing" a button.
    What will happen with the selected row.......your mouse goes to the button... your mouse has to go over all the rows in the table.... The last row your mouse goes over will be selected.... and these details will be shown. Not the details of the row that you initially selected....
    If you still want this..... I might be able to help you.
    Luc Bors

  • Question on the upload attachments process in a request form

    hi,
    I have a question on the upload attachments process in a request form. I have 2 pages, one is a request form and the other is an attahment page
    The request form let users fill the mandatory fields (e.g. name, email, address...) And in the form, there is a link (URL without submit) to the attachment page.
    In the attachment page, users can upload the supporting file for their rquest. The file will be uploaded to APEX_APPLICATION_FILES view and then it will be copied it to a customized table (table A) and remove from the view.
    When the users finish uploading files (i.e. the files are stored in table A), users need to press a "Done" button back to the request form to submit the form.
    My question is:
    As the request form is not yet submitted while the attached files are stored in table A, there is no request_id (request from table primary key generated in an Insert trigger after submission) is generated to tag with the files in table A. Is there any standard practice to do this?
    What I am doing now is to generate a hidden value in sequence when user goes to the attachment page. The hidden value is stored in table A togehter with the files when uploading. When user goes back to the request form, the hidden value is passed back as session cache. When the request form is submitted, I make an update statement by using the hidden vaule in the Insert trigger to tag the request_id to the attached files in table A.
    Is my way appropriate?
    Thanks for advice.
    cheers,
    Pong

    Pong,
    Yes, this would work just fine. You may want to consider enabling session state protection so that your process is not succeptable to URL tampering, which would cause a user to change the value of the REQUEST_ID in the URL and potentially associate other attahments with their request.
    Thanks,
    Scott

  • OBIEE 11g "WITH SAWITH0 AS" subquery factoring clause in the generated sql

    I've observed that the OBIEE 11g generates in the query log physical query using the WITH (sub-query factoring) clause to make the generated sql elegantly readable. This is great! Thanks for the developers. However I have some questions about this.
    __Background__
    Oracle Database' default behaviour is that if you have only one sub-query in the WITH section, it executes it as an in-line view and does not materialize it before the main sql is executed. If you have more than one, by default the database engine materializes all of them in the order of the definition. In some cases this can completely blow up the SGA and make the query never ending. To divert this behaviour you can apply two hints that work both in inline views and in sub-queries as well: /*+ MATERIALIZE */ and /*+ INLINE*/, however Analytics 11g does not seem to have hint capabilities at the logical table level, only at physical table level.
    If we go with the current defaults, developers not aware of this feature can bump into serious performance issues for the sake of some syntax candy at the generated sql level, I'm afraid.
    __Questions__
    * Is it possible to turn the Analytics server not to use WITH but use inline views instead?
    * Is there any way to sneak in some hints that would put the /*+ INLINE */ hint to the appropriate place in the generated sub-queries if needed
    * Does the Oracle Database have any initialization parameter that can influence this sub-query factoring behavior and divert from the default?

    The WITH statement is not added to make the query more elegant, it's added for performance reasons. If your queries take long to run then you may have a design issue. In a typical DWH DB SGA needs to be seriously increased since the queries ran are much larger and complex than on an OLTP DB. In any case you can disable the WITH statement in the Admin Tool by double clicking on your database object on the physical layer and going to the Features tab. The feature is called WITH_CLAUSE_SUPPORTED.

  • Problem with the deleted instance of the subform in the generated XML

    Hi
    I have a dropdown and it has 3 values in it and I have 3 subforms(min count=0, max count=1).
    Based on the selection of the dropdown
    If value is 1, I am adding an instance of subform 1
    If value is 2, I am adding an instance of subform 2 and deleting the instance of subform 1
    and so on.
    This functionality works fine.
    The question is when i generate XML using "submit by email" button, the generated XML also contains the tags of the subforms which are not present in the form and got deleted. They appears as an empty tag in the xml which i do not want in that file if that subform instance got deleted.
    Pls. Help
    Thanks
    Abhiram

    Hi,
    As you know the binding is set in the Object > Bindling palette. You can't change the binding using script at runtime, therefore if objects have a binding Name/Normal or Global, then they will participate in the XML data processing.
    I don't think you can change this in LC Designer/Acrobat. You might be able to process the XML file once you have received it.
    Good luck,
    Niall

  • I can not remember the answer to my security questions  and the email that is on the to send to is not mine

    I can not remember the answer to my security questions  and the email that is on the to send to is not mine

    How to reset your Apple ID security questions.
    Go to appleid.apple.com, click on the blue button that says 'Manage Your Apple ID'.
    Log in with your Apple ID and password. (If you have forgotten your Apple ID password, go to iforgot.apple.com first to reset your password with a password recovery email)
    Go to the Password & Security section on the left side, and click on the link underneath the security questions that says 'Forgot your answers? Send reset security info email to [email]'.  This will generate an automated e-mail that will allow you to reset your security questions.
    If that doesn't work, or  there is no rescue email link available, then click on 'Temporary Support PIN' that is in the bottom left side, and generate a 4-digit PIN for the Apple Account Security Advisor you will be contacting later.
    Next, go to https://getsupport.apple.com
    (If you see a message that says 'There are no products registered to this Apple ID, simply click on 'See all products and services')
    Choose 'More Products & Services', then 'Apple ID'.
    A new page will open.
    Choose 'Other Apple ID Topics', then 'Forgotten Apple ID Security Questions'.
    Click the blue 'Continue' button.
    Select the contact option that suits your needs best.

  • Comprehensible question regarding the usage of a ccBPM in SAP PI 7.31

    Hello experts,
    I have got basic question about the useage of ccBPM in PI 7.31 double Stack. I haven't  created any ccBPM before so the whole set up process is new for me. We are currently using several ccBPM already which where created by our colleagues.
    I just have a question about the basic of work of a ccBPM and if the designed process can be realised at all.
    The current process should be implemented, starting from the erp system with a trigger report (left side). All the offered function are provided by the called system (right side)
    So can this whole process can be realised using ccBPM, so that after the trigger report is called the rest of the process is handled within the pi? The process checkStatus needs to be called within a loop and at the end the generated File should be stored on the file system.
    Thanks in advance for clearing my thoughts on this problem guys!
    regards
    Christian

    Hello Christian,
    is this a 1-1 correlation? So you have just one sender system and one target system? It might be better then to implement the flow in your sender system and only call single interfaces on PI. While it is technically possible to do everything in PI there is no real added value to do so. BPM is most benefitial when you need to aggregate information from different sources and when the process contains decisions that lead to alternative process steps.
    Regards,
    Jörg

  • Displaying random questions from the backend

    Hi,
    Is it possible to randomly select a question and display it on the page with different options. Say for example, if I have a question and that has three values as answers which are to be displayed in radio button style, will it be possible to display it dynamically by selecting the values from tables?"
    The questions and the options are stored in the table.

    Hi Suzi,
    Radio buttons can appear vertically or horizontally on a page - to set them horizontally, you need to specify "Number of columns" on the radio item's definition. As you won't know exactly how many items there will be, you can just set this to the highest possible number of options.
    When the page is submitted, you should have the question number (created using the random number generator I mentioned before) plus the value of the option selected - this would be the return value for the item rather than the display value, so if the user sees "Yellow", but the return value is "1", then the item is set to 1 not Yellow. How this gets onto the database will depend on how you have set the page up. Most likely, you would just have a simple page process that does something like:
    BEGIN
    INSERT INTO ANSWERS (QUESTION, ANSWER) VALUES (:P1_QUESTION, :P1_ANSWER);
    END;This should be conditional on a Submit button
    Andy

  • Enable Refresh Button/Menu in the Generated Report

    Dear Experts,
    I have created a program that generates report based on the user defined parameters.
    My question is, how do I enable the Refresh button/menu in the generated report so that user
    won't have to back to the parameter screen and re-execute?
    Thanks.
    Kath

    How is the output shown on the screen ?
    With Write statements it won't be possible, but with an ALV it is. You need to add a button to the application toolbar, usually it is present in the standard PF-STATUS, but if not then simply add one.
    Now when you capture the user command in the subroutine for handling user commands which looks like this,
    FORM user_command USING r_ucomm LIKE sy-ucomm
                            rs_selfield TYPE slis_selfield.
    Follow these steps
    1. Refresh the output table that you have passed to the ALV.
    2. Fetch all the data again and populate the output table.
    3. Set the rs_selfield-refresh = 'X'. , this structure is passed to the user_command subroutine as shown above.
    regards,
    Advait

  • Question about the table ' V_T160EX"

    HI,
         My question is if I set the field ' manul' in the talbe  V_T160EX  with 'X' ,what would happen? and how can I use it?
      does anyone can help me?tks.
    Message was edited by:
            zhidan cheng

    Hi,
    Your question is answered in OSS note 648074
    "The decision whether a purchase requisition should be transferred to the SRM server is shifted from the time of the generation to a later time. At this later time, the generated purchase requisition is automatically sourced using the RM06BZ10 report (Transaction ME56). During automatic sourcing, the system decides (based on the purchasing group and the material group) if the purchase requisition is potentially provided for the transfer to the SRM server. In addition, however, a unique R/3 source of supply must not exist. If this condition is met as well, the purchase requisition is transferred to the SRM server. However, if the system finds a unique source of supply, the purchase requisition remains local and can be processed in the R/3 system. To do this, you have to start the RM06BZ10 report or schedule it periodically. <b>However, to ensure the standard functions, a distinction must be made whether a purchase requisition should be processed by default or using the new functions. For this purpose, the new 'manual' flag was implemented</b> in R/3 plug-in 2003.1 Support Package 2 in the definition of the combinations of material group and purchasing group to be transferred (maintenance view V_T160EX)."
    Kind regards,
    Yann

  • How to keep the generated java classes for compiled jsp in WL9.2 Workshop

    Hi all,
              <p>
              It should be a very simple question for most of you, however, it seems a bit tricky to me: how to configure the Weblogic 9.2 workshop so that we could keep the generated java files for the compiled jsp when we ran the application within WL 9.2 workshop?
              <p>
              I try some configurations, but not working. Also, where are the generated java files stored?
              <p>
              Thanks for the help!
              <p>
              Agnes
              Edited by wingagnes at 03/21/2008 7:51 AM

    Hi yzeng,
              <p>
              Thanks for the reply. If I change the jsp-descriptor into the following:
              <p>
              <jsp-descriptor>
              <p>
              <keepgenerated>true</keepgenerated>
              <p>
              <working-dir>D:\temp\golGenerated</working-dir>
              <p>
              <debug>true</debug>
              <p>
              </jsp-descriptor>
              <p>
              I will get the following error message:
              <p>
              cvs-complex-type.2.3.d:Invalid content was found starting with element 'precompile'. No child element is expected at this point.
              <p>
              Thanks,
              <p>
              Agnes

  • Updating of pages tabcontrol and the count of parameters of the generator

    1. On the control panel at me it is located TabControl with several pages, on each of which graph are located. At start of the program the graph on page which during this moment is active is updated only. How to make so that at start graph on pages that after performance of the program it would be possible to analyse these actual graph on each page were updated all?
    2. It would be desirable depending on frequency of digitization and frequency of the generator to count the necessary quantity of reports for reception of one period of signal. In the attached example at change of frequency for reception of the correct graph it is necessary to execute the program twice. How to me to correct this mistake?
    Attachments:
    Generator.zip ‏9 KB

    Thanks for link! I shall try to explain a question 2. I will set number samples automatically by change F (Fs = 10000 - constant). In Generator.vi I set F=1000, run program. I see on Graph bad picture - few period of sin. I run program again and see on the graph correct picture - one period of sin. If I change F again (F=100) and run program, I see straight line. I run program once again and see on the graph  correct picture - one period of sin. Look my GeneratorNew.zip and help me, please!
    Message Edited by tumanovalex on 11-09-2007 06:55 AM
    Attachments:
    GeneratorNew.zip ‏9 KB

  • Question about the Glassfish Persistance engine

    Goodday,
    I am working with Sun Appserver (glassfish v2). And using entity beans to generate my mysql database and work with the data.
    Now somting catched my eye the last few days if your using the @OneTOne() method. The persistence engine makes the object a could be null. For instance I have the folowing code:
        @Id
        @GeneratedValue
        @Column(name = "Mandatecode", nullable=false)
        public int getMandatecode() { return Mandatecode; }
        public void setMandatecode(int str) { this.Mandatecode = str; }
        @Column(name = "Projectnaam", length=20, nullable=false)
        public String getProjectnaam() { return Projectnaam; }
        public void setProjectnaam(String str) { this.Projectnaam = str; }
        //This should be true but for testing purpuses its left to false.
        @OneToOne()
        @JoinColumn(name="ProjectType")
        public ProjectSoort getProjecttype () { return projecttype; }
        public void setProjecttype (ProjectSoort ps) { this.projecttype = ps; }It would result in the following table:
    Mandatecode
    Projectname
    ProjectType
    But all the collums have may not be null. However I want to ProjectType to be aible to be null in this table. How do I do this?

    I'm not sure what you're asking, but a useful resource that may answer your question is the article [Master the New Persistence Paradigm with JPA|http://www.devx.com/Java/Article/33650/], an article which focuses on JPA , MySQL, and MySQL DDL generation.

  • Question regarding the Transformation activity in BPEL

    Hi,
    I have a question regarding the Transformation activity in BPEL.
    I have a database adapter that uses a PL/SQL API. The API returns two tables of nested objects and it automatically generates a schema for me based on the outputs structure. I need to use the Transformation activity to map both these out parameters to root element in the destination.
    The element in the destination is "unbounded". Please take a look at the following screen shot -
    http://www-apps.us.oracle.com:1100/~rvishnuv/transform1.gif
    From the screen shot, you can notice that I have two XML segments X_TEST_TBL and X_TEST_TBL1 in the source and I have one GLOGXMLElement ("unbounded") in the destination. I need to map each of the source elements to the same destination. Then internally, I will be mapping the elements of X_TEST_TBL to "Location" segment/element and the elements of "X_TEST_TBL1" to "ItemMaster" segment/element. If I try to use "foreach" and map second
    element "X_TEST_TBL1" also GLOGXMLElement using the foreach, I get the following error -
    http://www-apps.us.oracle.com:1100/~rvishnuv/transform1_error.gif
    Let us say my X_TEST_TBL contians two records and X_TEST_TBL1 contains one record. Is there any way that I can use these two out parameters to map to the same destination (GLOGXMLElement) so that my final document contains multiple "GLOGXMLElement"s that represents data from both the output parameters? i.e. there should be in total of three occurances of GLOGXMLelement in the output document such that two occurances correspond to data obtained from X_TEST_TBL and one corresponds to data from X_TEST_TBL1.
    Please let me know if there is any way to achieve this.
    Thanks
    Ravi

    Is the listed $200 credit towards a trade-in on top of the original trade in value of a phone, or the maximum amount?

Maybe you are looking for