suitable init.ora or .sql to launch isql

Hello!

I installed Ora11gr1 in my suse11.1, but when I do,

. / isqlplus / as sysdba

There is a problem with the original init.ora in my pc, I think that the problem of memory... I solved it commenting line SHARED_POOL_SIZE but after that, there is another problem.

ORA-00205: error in the identification of control file.

So, I create a sql to re-create the control file and, / sqlplus sys/sys as sysdba @ p.SQL/


SHUTDOWN IMMEDIATE
STARTUP NOMOUNT

CREATE CONTROLFILE REUSE DATABASE "orcl" NORESETLOGS NOARCHIVELOG
MAXLOGFILES 32
MAXLOGMEMBERS 2
MAXDATAFILES 32
MAXINSTANCES 1
MAXLOGHISTORY 449
LOGFILE
GROUP 1 ' / dev/sdc11/app/oracle/product/11.1.0/db_1/dbs/t_log1.f' SIZE 500 K,.
GROUP 2 ' / dev/sdc11/app/oracle/product/11.1.0/db_1/dbs/t_log2.f' SIZE 500 K
DATA FILE
' / dev/sdc11/app/oracle/product/11.1.0/db_1/dbs/t_db1.f',
' / dev/sdc11/app/oracle/product/11.1.0/db_1/dbs/dbu19i.dbf'
WE8DEC CHARACTER SET
;

But the latest problem is:

Error ORA-01565 in identification of file
ORA-27047 cannot read the file header block
Linux error: 92: Protocol not available
Additional information: 1

What should I do?

I don't understand because it is a clean install of Oracle11gr1.

Thank you.

Normally I would recommend review the documentation for http://tahiti.oracle.com and in particular the installation manuals.

Inyour case, I think go to http://otn.oracle.com, clicking tutorials (in upper right) and looking at the tutorial 'database on linux install' might be more useful.

Tags: Database

Similar Questions

  • How to create a single init.ora file for node 3 RAC to the title of the ASM

    All,

    Our environment is that a combination of different memory machines (V880, V490 & 250R) SUN of size.
    Establishing a single init.ora file that includes each of the memory of nodes in the SGA sizing is our desired configuration.
    Although we have created the file, the question becomes each NŒUD on the FCAC to use this unique setting
    file to launch its database instead of take the default init.ora file in the default directory (asm/dbs).

    As we conducted tests of failover, on restarting the instances they have restarted with bad memory
    definitions that have hung the nodes when it took more memory then what was available and the swap space has begun
    to develop.

    Steps to configure and activate the process, that's what I'm looking for.

    Thank you

    Gerry

    Gerry,

    Here's what we do. Don't know if it is relevant to your situation...

    (on each node)
    $ cat $ORACLE_HOME/dbs/initrac11d1.ora
    SPFile='+Data/rac11d/spfilerac11d.ora'

    (as ASM)
    $ asmcmd
    ASMCMD > ls - al + data/rac11d
    Name of type Redund time scratched Sys
    Y CONTROLFILE.
    DATAFILE Y.
    Y ONLINELOG.
    FICHIER_PARAMETRES Y.
    TEMPFILE Y.
    N spfilerac11d.ora-online +DATA/RAC11D/PARAMETERFILE/spfile.267.685170285

    The spfile has all the parameters, described by the node, if any. For example:

    $ sqlplus / as sysdba

    SQL * more: version 11.1.0.7.0 - Production Wednesday, may 6, 19:00:45 2009

    Copyright (c) 1982, 2008, Oracle. All rights reserved.

    Connected to:
    Oracle Database 11 g Release 11.1.0.7.0 - 64 bit Production
    With the Real Application Clusters option

    SQL > create pfile='/tmp/sb.ora' of spfile;

    Created file.

    SQL > disconnected from the database to Oracle 11 g Release 11.1.0.7.0 - 64 bit Production
    With the Real Application Clusters option
    $ cat /tmp/sb.ora
    :
    * .archive_lag_target = 1800
    *.audit_file_dest='/var/Oracle/admin/rac11d/adump '
    :
    rac11d1. Dispatchers ='(Address = (Protocol = TCP) (Host = msdbc11-VIP)(port=64000))'
    rac11d2. Dispatchers ='(Address = (Protocol = TCP) (Host = msdbc12-VIP)(port=64000))'
    * .global_names = TRUE
    rac11d1.instance_number = 1
    rac11d2.instance_number = 2
    :
    rac11d1.undo_tablespace = "UNDOTBS1.
    rac11d2.undo_tablespace = "UNDOTBS2".
    :

    Hope this helps,

    Steve

  • Install PT8.53 with Linux: the parameter file "init.ora" question CONTROL_FILE

    People,


    I install PeopleTools 8.53 with Linux. I'm confused on the parameter CONTROL_FILES in the file "init.ora". My SID is PT853 with the file "initPT853.ora". In the document setup 8.53 PeopleTools, there are 2 statements about CONTROL_FILES parameter like below:


    First of all, Page 161 task b 6-1-3: create an INIT < SID >. ORA file

    CONTROL_FILES = (/ filesystem1/cntrl1 < SID >, / filesystem2/cntrl2 < SID >)


    Second, Page 162 task b 6-1-4: creating paths of target directory


    CREATEDB10. SQL script:

    startup nomount pfile = $ORACLE_HOME/dbs/init < SID > .ora

    data file
    ' / u01/oradata / < SID > / system01.dbf' size 400M

    logfile
    ' / u01/oradata / < SID > / log01.dbf'M 70, size
    ' / u01/oradata / < SID > / log02.dbf'M 70, size
    ' / u01/oradata / < SID > / log03.dbf' size M 70;


    Control file references:
    control_files = ("" / u01/oradata/test92/control01.ctl "," / u01/oradata/test92/control02.ctl "," / u01/oradata/test92/control03.ctl "")


    When we created PeopleTools 8.53 of database using $PT_HOME/setup/PsMpDbInstall/setup.sh, we need to specify the mount point for the scripts createdb.sql, the utlspace.sql and the xxddl.sql. I use / U01 for all 3 scripts and create the directory/u01/oradata/PT853/manually.


    My questions are:

    Firstly, should the 2 items "/ filesystem1/cntrl1 < SID > ' and ' / filesystem2/cntrl2 < SID > ' CONTROL_FILES be the same with the directory path/u01/oradata/PT853/created manually?

    Second, should "/ filesystem1/cntrl1 < SID >" be changed to "/u01/oradata/PT853/cntrl01PT853.ctl and" / filesystem2/cntrl2 < SID > "be changed to" / u01/oradata/PT853/cntrl02PT853.ctl "in my case?

    Thirdly, how to create 2 files 'cntrl01PT853.ctl' and 'cntrl02PT853.ctl '? What are their contents?

    Thank you.

    I believe you are trying to create a demo database without understanding of basic on the RDBMS - your last question (to the control file) suggests.

    Work with your DBA on the part of database creation.

    Please go through the oracle database documentation to get a basic understanding of different files in oracle.

    Now, to answer your questions.

    1. Yes, anything you give in the init ora for parameter control_files file previously should exist while you run your createdb10.sql

    2. change any way you plan make the db files resident. Suppose you want the database in a path like/path/to/database/MYDB - to give him.

    3. you create control separately (in your case) files, the path/name of the file is taken from the init ora file and created as you run create sql db
    Content of the control file is in binary format: this is the heart of a database, holds all the information on the database, the name of db, file system, places change number etc...

  • Values recommended for installation of PROD init.ora

    Hi all
    -Assuming that I am using a 64-bit version of Oracle, 
    -that there is nothing else running on the server, 
    -that there will be no other databases on the server, 
    -that I have substantially more data on disk than I have RAM, 
    -and that I am using 11g. 
    I want to put in place an 11g database. The specifications of the server is OEL 5.6 with 12 GB of Ram and a Quad Core processor.
    There will be 200 users simultaneously access the database. I understand that 10g and 11g are 'auto adjustment '.
    So in this respect that I still have to change the values in the default init.ora?

    Can you give me example of your init.ora PROD template?

    Or maybe since my RAM is 12 GB, I put just the 'target LMS = 8 GB' and the database will be good?


    Thank you

    YX

    Edited by: yxes2013 the 8.2.2013 16:21

    Addition of the assumptions of Justin

    Important parameters in the production will be

    AUTO TUNE MEMORY_TARGET SGA AND PGA

    will be better take notice of v$ pga_target_Advice, v$ sga_target_Advice, v$ memory_target_Advice

    This will help you you also for memory management http://docs.oracle.com/cd/B28359_01/server.111/b28310/memory003.htm

    SESSION_CACHED_CURSORS

    Oracle monitors the SQL statements that are submitted for each session. If it detects that the same statement has been presented several times, it moves of the statement in the cursor cache and leaves the cursor open for future reuse. The parameter SESSION_CACHED_CURSORS controls the number of cursors allowed in the cursor cache.

    The default value for SESSION_CACHED_CURSORS varies with the release of Oracle. If your instance is not configured to cache at least 50 sliders, increase the value of this parameter to 50.

    OPEN_CURSORS

    The Oracle OPEN_CURSORS initialization parameter specifies that the number of cursors a session can have open at any time. The default value is 300. If the session is trying to open a new cursor, but already the number maximum open cursors, the error Oracle-1000 will be returned.

    Parameter that affects the Oracle statistics

    OPTIMIZER_MODE keep the default value for the parameter Oracle OPTIMIZER_MODE. For Oracle9i, the default is to choose; for Oracle 10 g, it is all_rows.

    The RAM management

    PGA_AGGREGATE_TARGET

    SGA_TARGET

    ALSO UNDO_RETENTION VA BE IMPORTANT SEE http://docs.oracle.com/cd/B19306_01/server.102/b14237/initparams222.htm

    Published by: Karan on February 8, 2013 10:50

  • Need help in the PROCESS configuration (Maually in init.ora)

    Hello

    I want to install datbase schema using the remote control, but it throws me a message
    "UCR-6083: impossible - check requirement prerequisites for the selected item: WEBCENTER.
    Refer to the journal of the RCUS to C:\OracleRCU\ofm_rcu_win32_11.1.1.2.1_disk1_1of1\rcuHome\rcu\log\logdir.2013-01-22_16-03\rcu.log for more details.
    RCU - 6107:DB prerequisites for Init Param failed: PROCESS
    Current value is 150. It must be greater than or equal to 300. »

    I tried to change the process using SQL > change processes control system = 300 scope = spfile;
    and got the msg this modified system

    but still persisit error. I referred to a link
    UCR-6107, UCR-6092 for the same here it is mentioned in a post that some user has manually changed it a file init.ora ion... kindly helps change manually or through cmd...

    Reghards

    Beat

    Published by: Vivekk.Arora on January 22, 2013 02:58

    You must restart the instances after you change the setting.

  • Where is my file init.ora?

    Hi people;

    I just want to know how to find the directory of the "init.ora" of my database?

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE    9.2.0.8.0       Production
    TNS for Solaris: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production

    Usually , it is in one of the following locations:

    $ORACLE_HOME/dbs if you use Unix/Linux or ORACLE_HOME/database if you are using Windows.

  • What file init.ora in use?

    I found init.ora in a few places.


    How can I determine what my oracle init.ora file uses?


    Y at - it a command sqlplus a fine the init.ora in use?


    So far, I found them here:


    c:\oracle11g\dbs\init.ora


    c:\oracle11g\admin\mydb1\pfile\init.ora.8172009222712


    Which is active?


    Any suggestions are greatly appreciated.

    Good,

    SQL> sho parameter links
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    open_links                           integer     4
    open_links_per_instance              integer     4
    SQL> alter system set open_links=200;
    alter system set open_links=200
                     *
    ERROR at line 1:
    ORA-02095: specified initialization parameter cannot be modified
    
    SQL> alter system set open_links=200 scope=spfile;
    System altered.
    SQL>
    

    As long as it is not a dynamic parameter, after issuing the command above, you must restart your db.
    HTH
    Aman...

  • Value of PROCESS in init.ora?

    I am using Oracle 10 g on Windows

    I run an application (via JDBC) who writes a flurry of records in an Oracle Table (I'd say may on 20 000 to 30 000 documents, perhaps more.)

    I get the following error:
    SQL Exception: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12516, TNS:listener could not find available handler with matching protocol stack
    I watched this on the internet, and he said that the listener is to measure the number of connections that have been opened, but NOT the number of connections that have been terminated.

    Apparently the listener only get the info on the number of connections that led to once every 5 to 10 minutes or more. (Updated by PMON).

    Apparently, the solution is to change the number of PROCESS in init.ora

    I have 2 questions

    What is the maximum amount of processes that I can specify on init.ora?

    How can I restart Oracle without a reboot from there Windows?

    Thank you

    What is the maximum amount of processes that I can specify on init.ora?

    It is a feature of RAM available

    How can I restart Oracle without a reboot from there Windows?

    sqlplus
    / as sysdba
    immediate stop
    startup
    output

  • 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

  • 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.

  • DataGuard init.ora

    Hi all

    9i

    RHEL5

    Can help you identify what are the critical important parameters that will be inside the primary and standby init.ora?

    My point is, because there is a passage such as the role of the two database are inverted or exchanged.

    Then, I conclude that all of the settings contained in the primary and standby must me the same or equal?

    1. for example: standby mode parameter > lock_name_space = STBY

    I can also put it in the primary as > lock_name_space = PROD?

    2. What is the difference between the parameter:

    LOG_ARCHIVE_DEST_1='LOCATION=/U02/oradev/devdb/9.2.0/dbs/arch'

    and

    STANDBY_ARCHIVE_DEST = /u02/oradev/devdb/9.2.0/dbs/arch

    3. is it possible to place these 2 settings on standby and primary?

    LOG_ARCHIVE_DEST_STATE_1 = enable

    LOG_ARCHIVE_DEST_STATE_2 = enable

    Thank you all,

    JC

    Take a look at the documentation. This is for your release (9i)

    Chapter 3 - creating a database of physical sleep.

    Oracle Data Guard Concepts and Administration - content

    Concerning

    AJ

  • Creation of the two controlfiles in an auxiliary init.ora file

    How the two controlfiles can be created in an auxiliary init.ora file?

    (1) immediate stop

    (2) manually copy original controlfile and paste in any other destination

    (3) changing init.ora

    control_file = ,

    (4) starting with the init.ora.

  • What process reads the spfile/init.ora file


    Hello

    When we start the Oracle DB using the 'START' command, what background process reads the spfile/init.ora file?

    Also at startup, process that reads the control file?

    In my humble OPINION, there isn't any background process, but the server process.

    Aman...

  • 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.


  • init.ora.Number?

    On the drive that I use for the class where 11g is installed my init.ora file is actually named init.ora.213201312418

    How is it that would take place and what is everything?

    Thank you.

    (Installation of Windows 7)

    Published by: davejjj on April 25, 2013 20:45

    Hello

    I believe that you create your database using DBCA on window OS when he created this pfile/initfile file.

    Please check with
    view the spfile parameter where he ordered. Check the file name/path there.

Maybe you are looking for