There the init.ora parameters cannot be changed at all?

DB version: 11 GR 2

We have the following two types of initialization parameters

Dynamic - which can be changed without a rebound in DB (example CURSOR_SHARING)
Static - which can be changed with a rebound in DB (example MEMORY_MAX_TARGET)

The two types of init parameters listed above can be changed with or without a rebound in the DB. There are initialization parameters that cannot be changed at all with or without a rebound in DB?

Max wrote:

Documentation is Oracle that describes the init.ora parameters ' Oracle database reference 11gRelease 2'. It is not answered my question

Maybe it does.

of DB_BLOCK_SIZE

The value of DB_BLOCK_SIZE in effect at the time you create the database determines the size of the blocks. The value must be set to its initial value.


Tags: Database

Similar Questions

  • How to set up for 2 node RAC parallelism init.ora parameters

    What are the init.ora parameters required to activate RAC parallelism for a cluster with two nodes (Oracle9i and Oracle11g).

    1 * select statistics, the value of v$ pq_sysstat

    VALUE STATISTICS
    ------------------------------ ----------
    2 busy servers
    Servers Idle 19
    Servers Highwater 4
    Server 80 sessions
    Servers started 1
    Stop 0 servers
    Cleaned servers 0
    Underway 19 queries
    Insider (IPQ) queries 0
    DML initiated+ 0
    DML Insider (IPQ) 0

    VALUE STATISTICS
    ------------------------------ ----------
    DDL launched 0
    DDL Insider (IPQ) 0
    DFO 19 trees
    Sessions active 1
    Local sent messages 514343
    Original sent messages 126
    Local messages Recv'd 414094
    Msgs Recv Distr.'d 230

    19 selected lines.


    The statistics above "DML statistical = 0.

    Please advise on the required parameters. Thank you

    Second test:
    No specific configuration is necessary.

    --
    Sybrand Bakker
    Senior Oracle DBA

  • Modify the init.ora file

    Hello

    I need to add the utl_file_dir parameter in the init.ora file. I have to restart the database changes to be effective?
    My version of oracle's
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With partitioning, OLAP and Oracle Data Mining options
    Release 9.2.0.8.0 - Production jserver

    Akhil N K wrote:
    The below two statements mean the same thing?

    N °

    (1) creating a directory of oracle to help create or replace directory command

    This refers to create a Directory object in the database by using the create directory command which must be mapped to a path of directory valid o/s.
    http://download.Oracle.com/docs/CD/B10501_01/server.920/a96540/statements_58a.htm#SQLRF01207

    (2) adding parameter utl_file_dir

    It is referring to the init file editing and the addition of the parameter here.

    HTH
    Aman...

  • What average star (asterisk) in the init.ora file

    What average star (asterisk) in the init.ora file? Parameters such as core_dump_dest, db_block_size db_domain mentioned below has a prceeding *.

    What does that mean?
    jap91.__sga_target=1392508928
    jap91.__shared_io_pool_size=0
    jap91.__shared_pool_size=822083584
    jap91.__streams_pool_size=0
    *.core_dump_dest='/data_DISK1/bkp_dir/jap91/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16

    This is the rating that mentions that the setting is applied to all instances, if you use a RAC database. Instead of *, you can also SID in the specific case of fees so if you want that the parameter only works for this instance.

    HTH
    Aman...

  • "delete file" message box, font size too small and cannot be changed in ALL the usual ways

    message box "confirm deleting the file" (one you get when you try to delete, no matter what, the thr office), are too small and cannot be changed in ALL the usual ways

    I have tried all the usual ways, IE display properties, appearance menu advanced.

    It must be in a place of system resources, I can not find.

    any suggestions?

    message box "confirm deleting the file" (one you get when you try to delete, no matter what, the thr office), are too small and cannot be changed in ALL the usual ways

    I have tried all the usual ways, IE display properties, appearance menu advanced.

    It must be in a place of system resources, I can not find.

    any suggestions?

    have you seen these

    http://answers.Microsoft.com/en-us/IE/Forum/IE8-windows_other/small-window-pop-up/1d1ae5b6-fb1f-4135-a75c-d1b01f1b046d

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_other-gaming/when-i-play-games-on-Facebook-or-Pogo-the-pop-up/447d6349-3345-4102-9cd8-025485d9f992

  • How to find the init.ora file active.

    My current database version is 9.2.0.1. I need find the init.ora file that is actively used by the database.
    When I try to search in files, I get too many files with the same name and the same extension. (i.e., initdb.ora, etc...) I need help to understand which file is good.

    Thank you...

    If your database is opened with PFILE that running it is watch the current init.ora used to open the DB.

    SQL > show the settings file
    SPFile string C:\ORACLE\PRODUCT\10.2.0\DB_1\
    DATABASE\SPFILESAMDB. ORA

    THiiS watch my DB is started with spfile and the location of the SPFILE.

  • set the database parameters using the init.ora file

    Hi all

    I'm working on a product of oracle (BI Apps), it gives a setting recommended database values in an inti.ora file. How can I apply this file to my database? in other how can words I use the values of the recommended settings in this file?

    Thanks for your time.

    Hello

    Try this:

    (1) connect to your database as a SYSDBA
    (2) issue: CREATE PFILE='/tmp/pfile.ora' OF SPFILE;
    (3) /tmp/pfile.ora to modify and add some references in your init.ora requests file - or update the current entries if those that already exist.
    (4) stop your database.
    (5) start your database in restricted using the new /tmp/pfile.ora mode to see if the settings are ok and if your database will start with them. (If he - go to 6), if no, go to 3)
    (6) question: CREATE SPFILE FROM PFILE='/tmp/pfile.ora'
    (7) judgment of the database
    (8) start as usual-, this will use the spfile with the changes.

    Nice.

    Note:
    Step 2) assumes that you are on * NIX and are actually using a spfile in your database already...

  • Why I don't have the error: ORA-14551: cannot perform a DML operation inside a query

    Hello

    create table table_1 (phone number)

    create or replace function function_a return number
      is
        l_rv number;
      begin
        l_rv := dbms_random.value();
        insert into table_1 values(l_rv);
        return l_rv;
      end;
    
    

    Select double function_a

    Now, I get the error:

    ORA-14551: cannot perform a DML operation inside a query

    ORA-06512: at "FUNCTION_A", line 6

    create the table table_2 (phone number)

    insert into table_2 select function_a from dual
    
    

    Now, I make the same mistake. It is to insert records into table_2

    Can someone please clarify this?

    Database Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production

    Post edited by: O - O added: (select double function_a)

    O - O wrote:

    To be called from instructions SQL, stored function must obey "purity" following rules, which are intended to control the side effects:

    • rule1) When it is called from a SELECT statement or a parallelized INSERT , UPDATE , or DELETE statement, the function cannot change database tables.
    • rule2) When it is called from a INSERT , UPDATE , or DELETE statement, the function cannot query or modify database tables modified by that statement.

    Can you please explain this? I think that these statements are contradicted with

    insert into select double function_a table_2

    Now, I make the same mistake. It is to insert records into table_2

    When your function is called by a select statement, an error is triggered because of rule1).

    When your function is called in an insert statement, no error is raised. The insert does not work in parallel (this is an insert row after all). So rule1) is also not infringed. The insert is on the table2, change table1. Because it does not modify the same table rule2) is not violated. So no reason to trigger an error.

  • Necessary init.ora parameters

    Hi all


    I want to start the database using the nomount using init .ora file
    What, then, are the only init parameters that must be present in the init file so that db is started

    his authorization as a folder number all owned by root! This file should be owned by oracle or user from which you installed oracle.

  • problem with ' law of the administrator. type' and cannot be changed to the user Act.

    (this is a PC at HOME, I'm the only person to use it) - after change to the administrator account, problems arise.  I can't click and open Excel or Word files on the desktop, I open Excel or Word first, and then recover my files there.  So I want to change my administrator account to the normal user account, but it does not allow me to do.  I click, click standard - it does not.

    I can't find any advantage by using the law of the administrator.

    I also tried some methods of Forum - they do not work

    So, what can I do to restore my normal user account administrator account.

    WaiHar

    After change of [my account] to the administrator account, problems arise. I can't click and open Excel or Word files on the office. 

    -> What exactly happens when you try?

    I also tried some methods of Forum - they do not work

    -> What methods could they have been?

    So, what can I do to restore my normal user account administrator account.

    -> There is no need to change your administrator user account.

    -> What really makes you think that your account has administrative privileges?

  • All records showing the attribute read-only - cannot be changed via a Properties dialog box OR the command "attrib" user profile AND is not corrupted

    I use Win 7 64 and recently all my files have begun to show read-only. Other responses on this forum, which suggests to change the read-only via the Properties dialog box, attrib command did not work. In addition, I created a new administrator account as suggested by another answer, but the problem persists on both accounts.

    Several programs will not work now that they can not write files in folders.

    What can I do to fix this?

    Hello

    See the following article for a description of this problem.

    326549 You cannot view or change the read-only or the attributes of system files in Windows Server 2003, Windows XP, Windows Vista or Windows 7

    I hope this helps.

    Thank you for using Windows 7

    Ronnie Vernon MVP
  • The menu of the NEX-7 language cannot be changed to Japanese in other languages

    Live at the Japan I bought a NEX-7 at Amazon Japan. On reveiving the camera, I discovered that the user menus are exclusively in Japanese. Activate the camera to work with English?

    It's possible!

    From the manual (English language), page 25:

    There is a small icon, a small black box with the letter A on it, kind of looks like an array of characters of small size of a book.

    Go to the settings menu, the icon box to tools and scroll until find you the icon of the letter A, select and there you have all your languages,

    Good luck!

  • I changed to the classic Windows and cannot be changed back to Windows 7

    Well, basically, I downloaded the Wowd search engine and it totally screwed up my computer. He says to make it work, I had to change to Windows Classic, and now my windows are all blue instead of what I had clear, purple! It was like that before, that's what I want to return to: http://i117.photobucket.com/albums/o47/lpurple1500/Color.jpg and here's what it looks like now: http://i117.photobucket.com/albums/o47/lpurple1500/Appearance.jpg . How do I help please?

    Hi, I'm the VP of Engineering of Wowd. I'm sorry to hear that you had problems with the installer, but I don't think it's ours. Wowd software certainly does not ask you to change mode of Windows or other settings of Windows. The guests of the single user during installation are to accept the EULA and specify the installation directory. The program itself is written in Java and the whole user interface is run in a web browser window, so we have no vested interest in the settings of the Windows user interface.

    Are you sure that you got a real Wowd installation file? You can download it on our site? The file is signed by "Wowd Inc."?

    If so, please get back in touch with me in this forum or by email to * address email is removed from the privacy * and we will arrange access to your installation file to investigate what happened.

    -Bill

  • Print the form to fill in the PDF file that cannot be changed?

    I have users who need to fill out PDF forms to fill live (from LiveCycle) to create the sales quote, then sends the quote to clients so that they can no longer be changed.

    My first thought is to just use the Adobe PDF printer, but the users do not have Acrobat, fair Reader. Any suggestions for a different approach?

    Until I hear a better solution, we'll go with PDFCreator.

  • Display the help of spectral - cannot zoom in its all blurry

    Hello

    I am a new user of hearing and I'm trying to change the sound of a video short (2 min) I took with my video camera. When I import the sound in the first hearing, this is what I see: I can't zoom in, there are 5 lines (I do not understand why...). I tried to zoom and its really really blurry.

    I guess it must be easy to fix, but I have no idea. I have noise to clear and I do not know how.

    Any help is welcome.

    Hi Steve,.

    Thank you very much for your answer.

    This video will be just published on social media... so I don't need any fancy sound, something quite simple.

    So if I understand, I just need to turn it into stereo and voila!

    I looked on the web and I found this page: using Adobe Audition | Sample type conversion: convert a waveform between stereo and mono surround?
    I do?

    Thank you

Maybe you are looking for

  • iCloud & find my iPhone

    I got my iphone stolen at the beginning of the month. Fortunately, I find my iPhone turned on. Cannot locate, but I did the auto erase operation once it connects to the Wifi. (Still called customer service to check my steps and listed IMEI / phone st

  • Re: Satellite P100-194 PSP6AE sound does not work under Vista 32 bit

    Hello world I got a nice Satellite P100 and configure Vista for a friend. I don't have the CD that came with the computer, so I installed those on the Toshiba site. I found out later that there is a proposed order of installations, and there is no ch

  • Practical measurement "sound and Vibration Assistant.

    Hallo, ICH möchte eine Maschine von Gerauschemissionen untersuchen. Dazu soll mit Hilfe der Norm DIN EN ISO 11201 der emissions-Schalldruckpegel altitute werden. ALS Messhard-und software are mir following components available: Software: -LabVIEW 201

  • My firewll turns off and I have to go put on all the time how can I fix the itf

    Firewall current and must be rebooted how can I do to stay on

  • RE6500 Setup\IP Address\Range Extender

    I have a RE6500 used with a WRT AC 1900 as the router. The range is too far to reach the other floors and the pieces away from the House. So the questions are: should I use a static IP address for the RE6500? Should I Park the RE6500 and replace it w