"Is it possible to oracle 11g DB without journal Archive OEL 5 of the backup mode.

Hai everybody,

I am new to oracle, I want to take the online backup without log mode Archive is possible? due to the database to archive performance is little low, that if our database is in no fashion show archive log cannot be greater? Oracle 11g provides another way to perform a backup online without log mode archive?

concerning
George
At the time of database archiving is it take system resources?
you mean if db is in archive mode the db works the same like noarchive mode

How long to read the documentation on the archivelog/noarchivelog mode?

How long you have used to get the answer here?

worth it?

Please check this:
http://docs.Oracle.com/CD/B28359_01/server.111/b28310/archredo002.htm
If you get any related question tell us and we try to solve, otherwise close this thread by marking as replied.

Tags: Database

Similar Questions

  • Oracle 11g Release 2 assumption of raw devices to the CCR

    Hi I need one of my db migrate to 10.2.0.3 for 11g release 2
    now, I got to know that there are some problems with raw devices in oracle 11g R2 rac
    so I want the suggestions of experts
    Thanks in advance

    If you are upgrading a database in place (i.e. without reconstruction, without import-export), Oracle has no other choice than to support the application of raw device.
    However, when you install the Clusterware 11.2 it cannot be installed on raw devices - one is not supported!

    Oracle Support Document ID 578455.1 ' announcement of of-Support devices version 12 G GROSS ' announces support to 12 g.

    Hemant K Collette

  • a search tool similar to google search suggestions for forms of oracle 11g

    Nice day
    I was wondering if there is a tool/plugin that would be something like google for a field search suggestions show on oracle 11g. He looking for a column in the database. The thing is, I have a column where new fields should be added each year, where they do not exist. It's a little complicated and tedious to search if the field exists manually, a tool that would give suggestions when writing a keyword would be really useful.
    If this is not possible, I would really appreciate all the advice I could get on how to make it easier for the user to look for already existing data
    Thank you

    Published by: 974565 on January 21, 2013 01:21

    Unfortunately, I can't tell much more about this bean that I pulled out a long time ago, and my memory is not as good as it was ;-)
    I don't even know if this bean is able to insert a word just typed by the user...

    But, as all the material on the site of Java Bean is free, you are also free to find a Java developer who could improve the existing code.

    François

  • If I run my query in Oracle, it runs without error, but when I run inside c# gives ORA-00911: invalid character

    I like to run below myQuery in c#, but saw the error. No idea what is the problem? If I'm running myQuery in Oracle, it runs without error. "I put all the +" before starting the myQuery line and "end of the line. but nothing changes.

    myQuery =

    with the CBC as

    (

    Select src.table_name src_table_name, src.column_name src_col_name, src.data_type src_data_type, src.data_length src_data_len, src.data_precision src_data_precision, src.data_scale src_data_scale,

    CBC. Nullable src_nullable, decode (T.Constraint_Type, 'P', 'Primary Key', 'U', 'Unique', ") as src_cons

    all_tab_columns CBC

    left join (select Cc.Column_Name, Uc.Constraint_Type

    of user_cons_columns cc, uc user_constraints

    where Cc.Constraint_Name = Uc.Constraint_Name

    and Cc.Table_Name = Uc.Table_Name) t

    on T.Column_Name = Src.Column_Name

    where table_name = 'INSTRUCTOR' and owner = "ERHAN"

    ),

    As TGT

    (

    Select tgt.table_name tgt_table_name, tgt.column_name tgt_col_name, tgt.data_type tgt_data_type, tgt.data_length tgt_data_len,

    TGT.data_precision tgt_data_precision, tgt.data_scale tgt_data_scale, tgt.nullable tgt_nullable,

    Decode (T.Constraint_Type, 'P', 'Primary Key', 'U', 'Unique', ") as tgt_cons

    from all_tab_columns tgt

    left join (select Cc.Column_Name, Uc.Constraint_Type

    of user_cons_columns cc, uc user_constraints

    where Cc.Constraint_Name = Uc.Constraint_Name

    and Cc.Table_Name = Uc.Table_Name) t

    on T.Column_Name = TGT. Column_Name

    where table_name = 'INSTRUCTOR' and owner = "SARIGUL"

    ),

    col_details as

    (

    Select src.src_table_name, nvl (tgt.tgt_table_name, first_value (tgt_table_name) more (order of nulls last tgt_table_name)) tgt_table_name;

    SRC.src_col_name, src.src_data_type, src.src_data_len, src.src_data_precision, src.src_data_scale, src.src_nullable, src_cons,

    TGT.tgt_col_name, tgt.tgt_data_type, tgt.tgt_data_len, tgt.tgt_data_precision, tgt.tgt_data_scale, tgt.tgt_nullable, tgt_cons

    the CBC

    outer join full tgt

    on)

    SRC.src_col_name = tgt.tgt_col_name

    )

    )

    Select *.

    de)

    Select the case sensitive option

    When tgt_data_type! = src_data_type or tgt_data_len! = src_data_len or tgt_data_precision! = src_data_precision or tgt_data_scale! = src_data_scale or tgt_nullable! = src_nullable

    then 'alter table ' | tgt_table_name | 'Edit ' | tgt_col_name | ' ' || src_data_type | ' ' ||

    -case when src_data_type null ('DATE') then

    on the other

    case

    When src_data_type in ('VARCHAR', 'VARCHAR2')

    then ' (' |) NVL (to_char (src_data_len), ' ') | ') '

    otherwise decode (nvl (src_data_precision-1),-1, null, nvl (to_char (src_data_precision), ' ') |) ', ' || NVL (to_char (src_data_scale), ' ') | ')')

    end

    end

    ||

    cases where tgt_nullable = 'Y' then 'null '.

    of another end 'not null '.

    || tgt_cons

    When tgt_col_name is null

    then 'alter table ' | tgt_table_name | 'Add ' | src_col_name | ' ' ||  ' ' || ' ' || src_data_type | ' ' ||

    -case when src_data_type null ('DATE') then

    on the other

    case

    When src_data_type in ('VARCHAR', 'VARCHAR2')

    then ' ('| nvl (to_char (src_data_len), ' ') |) ') '

    otherwise decode (nvl (src_data_precision-1),-1, null, nvl (to_char (src_data_precision), ' ') |) ', ' || NVL (to_char (src_data_scale), ' ') | ')')

    end

    end

    || tgt_cons

    When src_col_name is null

    then 'alter table' | tgt_table_name: ' drop '. tgt_col_name

    end alter_statement

    of col_details

    )

    where alter_statement is not null;

    using (OracleConnection conn1 = new OracleConnection (connectionString))

    {

    conn1. Open();

    Dim myQuery = "";

    using (OracleCommand = new OracleCommand (myQuery, conn1) crtCommand)

    {

    richTextBox1.AppendText (output);

    richTextBox1.AppendText (crtCommand.ExecuteNonQuery (). (ToString());

    richTextBox1.AppendText (output);

    }

    }

    VR;

    myQuery=
    @"with src as
    (
    ...
    ";
    

    That means a @ before the beginning of a string literal mean? -C# Foire - Site Home - MSDN Articles

    as an example

    OracleCommand cmd = con.CreateCommand();
    cmd.CommandText = @"begin apps.mo_global.init('SQLAP'); begin apps.fnd_global.apps_initialize(5710, 20639, 200); end; end;";
    cmd.ExecuteNonQuery();
    

    richTextBox1.AppendText (crtCommand.ExecuteNonQuery (). (ToString());                            

    is this correct? Not sure

    as example try

     using (OracleConnection conn1 = new OracleConnection(connectionString))
    {
        conn1.Open();
    
        string myQuery = "......";                  
    
        using (OracleCommand crtCommand = new OracleCommand(myQuery, conn1))
            {
                richTextBox1.AppendText(Environment.NewLine);
                // richTextBox1.AppendText(crtCommand.ExecuteNonQuery().ToString());
    
    OracleDataReader reader = crtCommand.ExecuteReader();
    while (reader.Read())
      {
        richTextBox1.AppendText(reader.GetString(0));
        // may be also
        // richTextBox1.AppendText(Environment.NewLine);
      }
    
                richTextBox1.AppendText(Environment.NewLine);
    
            reader.Dispose();
            cmd.Dispose();
            }
    
        con.Dispose();
    }
    
  • Oracle 11g r2 on Windows 7

    Hi all

    I tried to install oracle 11g on windows 7 but when database creating the installer hang and error log display.

    Hello

    First of all, you must make sure that the event viewer service is running, all you have to do is to go to
    my computer right click Properties then in computer management, you will find event viewer.

    Second, expand the event viewer and go to system and make a right, and then click clear log.
    You can do the same step for application.

    then come back again and try to create the database :)

  • Installing Oracle 11.2.0.4 on OEL 7 encounter error in invoking target 'agent NMHSS' Makefile

    IAM trying to install oracle 11.2.0.4 on OEL 7, meet the below error:

    Error in invoking target 'SMN agent' of makefile ' / home/vmraghav/oracle/product/11.2.0.4/db_1/sysman/lib/ins_emagent.mk'. See ' / home/vmraghav/oraInventory/logs/installActions2015-01-20_09-34-12PM.log' for more details

    All the required RPMs are installed before starting the installation.  Follow-up (ORACLE-BASE - Oracle Database 11g Release 2 (11.2) Installation on Linux Oracle 7 (OL7))

    I would like to know how to get rid of this error iam see.

    Concerning

    Vivek

    Obtained, he now works.

    1. change the ins_emagent.mk

    2. change the below:

    Emdctl $(SYSMANBIN):

    $(MK_EMAGENT_NMECTL)

    TO

    Emdctl $(SYSMANBIN):

    $(MK_EMAGENT_NMECTL) - lnnz11

    3 restart the installation again.

    Once installation is complete verified in the oracle_home/bin directory NMHSS/nm0/nmb files are now available with root privileges.

  • Will be database Oracle 10 g / 11g run without redo logs?

    I was asked in an interview with tech:

    What is an Oracle Database 10 g / 11g continue to run if someone or something corrupt any of its redo logs?

    I believe that the answer is Yes.

    I tested the removal of all newspapers of redo of an Oracle 11.1.0.7 running database, and I was still able to create a new table, perform an insertion and validation.

    When I stop and restart the database however, of course, he complained lack of recovery logs.

    Assuming that never stop you the database, the database continues to function without error, without no redo logs?

    Is the database from functioning normally without redo logs? Are newspapers in recovery in the event of failure of the user, instance or media, and recover from these situations?

    The documentation I've read does not address what happens if corrupt you recovery logs but more data files in the case of media/disk failures.

    MetaLink notes or documents or first hand experience would be appreciated.

    Snake

    In fact, you are right, and the captain himself, Oracle Database 10 g / 11 g will not run if all is redo logs have been deleted or corrupted by all means. Play well!

  • Is it possible to get the data in the dump views in oracle 11g file?

    Hi all

    I am using oracle 11G with developer PLSQL .is there a way to get the dump file views data. I saw there is an option in the tool to export the table data in the dumpster, but here, I'm not able to see the view names get extracted. If anyone can help me with that?

    Best regards

    GK

    View has no data. View is just a stored SELECT statement.

  • Deployment of Oracle 11g RAC Release 2 with IBM midsize V7000

    At and deployment 11g rac with IBM midsize V7000 san with aix 6.1
    Is this possible using Oracle CRS without going to the OS like GPFS cluster

    lbn76 wrote:
    At and deployment 11g rac with IBM midsize V7000 san with aix 6.1
    Is this possible using Oracle CRS without going to the OS like GPFS cluster

    Oracle Grid these days use ASM starts for vote and register files storage. So no need for a cooked cluster file system that must be mounted by all nodes. No need either directly with a gross storage logical unit number.

    ASM uses the LUN of the matrix of storage/SAN directly (as devices of rough blocks).

    Generally however, there are several I/O paths to that LUN on the SAN - in which case there is more than 1 device level o/s for this LUN. Multipath driver s/w addresses this and creates a logical (and redundant) device that sits at the top of several devices of i/o path to the level of the o/s.

    You configure ASM to use devices of paths multiples (as devices of rough blocks) - and applying exterrnal, normal or high redundancy necessary when creating starts on these logical multipath devices.

    The grid s/w and RAC database instances can then use ASM starts as cluster storage.

    This makes storage much easier layer management - and also provide a number of useful features too.

    This is also the approach recommended by Oracle Corp. for RAC - use ASM under the layer of management of storage between storage LUNS in the table and one side and CARS on the other.

  • noob - is this possible with Oracle Locator?

    Hello
    I'm a DBA/PLSQL developer for a small project on a small database. We were recently asked if we could do the following, inside an Oracle PL/SQL procedure:

    * Given a lat/lon, find the center closest to the population

    I am brand new to Oracle Spatial and am scouring the Oracle Spatial information on the Oracle web site. I'm learning tons of new things... but I've not seen many examples of code or examples of applications. I understand that Oracle "Locator" is delivered with Oracle DB, so I already have this installed - so I can use it?

    #1) can I search the name of city of lat/lon with Oracle Locator or do I have to tell my boss that we must concede the true Oracle Spatial?
    (#2) someone at - it a simple PL/SQL procedure or something that can take a lat/lon and find the city nearest? Is this even possible, without loading a ton of additional information cards / superimposed and other things? I'm really confused as to what the Oracle Locator of out-of-the-box 'maps', or which include... the PDF Locator said it comes with a 'whole earth geometry model', but I don't know exactly what this means. I'm going to guess the name of the city might be there, but people in the city are not (?)

    I have access to Metalink too, so feel free to point me to the Oracle documentation and other things, if there is.

    Thanks for any help/tips

    -Keith

    I wanted to get back to you on this last week, but the site is down whenever I tried...

    Out of the box, Oracle Locator does not come with any data. SDO_GEOMETRY is just another type of data, and Locator gives you the ability to index data SDO_GEOMETRY and run operators on data.

    can I search the name of city of lat/lon with Oracle Locator or do I have to tell my boss that we must concede the true Oracle Spatial?

    Absolutely, base location based applications run well on Locator and did not need the extra features of real Oracle Spatial.

    Is this even possible, without loading a ton of additional information cards / superimposed and other things?

    Well you need some data. If I asked you to write a stored procedure that takes a customer code and returns the details of the customer, you expect for there to be a Customers table somewhere. Similarly, you will need a table "Population Center" If you want to request, where is the nearest Population Center.

    the Locator PDF says it comes with a «whole earth geometry model»

    Is not referring to the data. Geometry whole earth model means that you can run queries that respects the fact that the Earth is not flat when calculating of distance/area etc.

    #1) No, internal Oracle cards/data have no existing cities? I create my own table with name of city, population, lat/lon and a column of type SDO_GEOMETRY?

    Fix. Out of the box, there is no spatial data. However, it is not that hards to get your hands on some, depending on where is your area of interest and specify how it should be.
    Have a look here for examples of data:
    http://www.Oracle.com/technetwork/database/options/spatial/spatial-partners-data-087203.html

    (#2) can I use this type SDO_GEOMETRY and the other SDO types/packages/functions, to locate a closest city to a lat/lon data, using the Oracle Locator's free/included? I don't need parts extra-licence Oracle Spatial for this?

    Yes. Have a look here to see what is in and out of the index of development:
    http://download.Oracle.com/docs/CD/E11882_01/AppDev.112/e11830/sdo_locator.htm#i632018

    It is written on XE 10 g, but I can assume that this example also works on (10.2.0.5) 10g or 11g?

    Yes the type of query, you're going to run probably work on the release of all the > 9.0.1.

    Note that in Oracle Locator/Spatial, you need to store the data in longitude and latitude, and not the opposite... common mistake.

    Here is a simple example of a stored procedure that returns to the city that is the point.

    create or replace procedure get_city_by_lat_long(in_long in number, in_lat in number, out_cursor out sys_refCursor) is
    begin
      open poutCursor for
         select id, name
      from cities
      where sdo_anyinteract(geometry,
         sdo_geometry(2001, 8307, sdo_point_type(in_long, in_lat, null), null, null)) = 'TRUE';
    
    end get_city_by_lat_long;
    /
    

    Also... google for "Oracle Spatial tutorial Performing location benchmarking. The first result will take you to a great tutorial that covers a large part of what you are looking for.

    John

  • Oracle 11g on Windows XP - TCP with SSL

    Hello

    have successfully installing Oracle 11 g on a Windows XP computer that is used as a small server in a test/test environment.

    This machine is running in my local environment without external connections Windows Firewall is disabled.

    A java test program written to connect to the server using TCP / through a connection of plaintext using the driver oracle thin JDBC works very well.

    Wanted now to set up the server so that it would accept SSL connections (ultimately with counterpart, but without authentication server or client authentication as a configuration to boot).

    Used Oracle Net Manager to configure the server as follows:

    (Note: have used red ink hightlight settings I don't know if they are needed)

    Listener.ora

    listener.ora # Network Configuration file: C:\ORACLE11G\app\oracle\product\11.2.0\NETWORK\ADMIN\listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = CLRExtProc)

    (ORACLE_HOME = C:\ORACLE11G\app\oracle\product\11.2.0)

    (= Extproc PROGRAM)

    (ENVS = "EXTPROC_DLLS=ONLY:C:\ORACLE11G\app\oracle\product\11.2.0\bin\oraclr11.dll")

    )

    )

    LISTENER_TCPS =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC2484))

    )

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCPS) (HOST = 192.168.178.103)(PORT = 2484))

    )

    )

    SSL_CLIENT_AUTHENTICATION = FALSE

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = AOPENMINI)(PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = C:\ORACLE11G\app\oracle

    TRACE_LEVEL_LISTENER_TCPS = USER

    ADR_BASE_LISTENER_TCPS = C:\ORACLE11G\app\oracle\product\11.2.0\log

    tnsnames.ora
    tnsnames.ora # Network Configuration file: C:\ORACLE11G\app\oracle\product\11.2.0\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.

    PMT =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = AOPENMINI)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCPS) (HOST = 192.168.178.103)(PORT = 2484))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)


    (SERVICE_NAME = PMT)
    )
    )

    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = AOPENMINI)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCPS) (HOST = AOPENMINI)(PORT = 2484))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.168.178.103)
    )
    )

    SQLNET.ora

    sqlnet.ora # Network Configuration file: C:\ORACLE11G\app\oracle\product\11.2.0\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.

    # This file is actually generated by netca. But if customers can opt for
    # install 'Software Only', this file does not exist and without the native
    authentication #, they will not be able to connect to the database on NT.

    SQLNET. AUTHENTICATION_SERVICES = (NONE)

    SSL_VERSION = 0

    TRACE_LEVEL_CLIENT = USER

    NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

    SSL_CLIENT_AUTHENTICATION = TRUE

    TRACE_LEVEL_SERVER = USER

    WALLET_LOCATION =
    (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA =
    (DIRECTORY = C:\ORACLE11G\app\oracle\product\11.2.0\admin\PMT\wallet)
    )
    )

    ADR_BASE = C:\ORACLE11G\app\oracle\product\11.2.0\log

    Here is the error I get

    error

    Caused by: java.net.ConnectException: connection refused: connect

    at java.net.PlainSocketImpl.socketConnect (Native Method)

    at java.net.PlainSocketImpl.doConnect (unknown Source)

    at java.net.PlainSocketImpl.connectToAddress (unknown Source)

    at java.net.PlainSocketImpl.connect (unknown Source)

    at java.net.SocksSocketImpl.connect (unknown Source)

    at java.net.Socket.connect (unknown Source)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect (unknown Source)

    at oracle.net.nt.TcpsNTAdapter.connect(TcpsNTAdapter.java:114)

    at oracle.net.nt.ConnOption.connect(ConnOption.java:123)

    at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:337)

    For some reason, the server doesn't listen on port 2484 at all (running telnet localhost 2484 on the server itself leads to no possible connection).

    Is not not a network expert I'm stuck here and would appreciate any help on how to overcome this problem of set-up.

    Thank you

    Why a listener 2nd for the TCPS? Why not use a single listener - as is the default value recommended?

    Do you have SSL certificates (root complete auth chain) for the server in the portfolio of Oracle for this server - with the generated SSL certificate request, signed by a root authority?

    To see the server tcp listener endpoints, use the netstat command. Enable SQL * Net follow-up on the side of the listener if you need to trace and debug connections to the listener. Activate too on the client side if you need to trace the calls from the client to the listener.

  • apex 4.0 with oracle 11g ee mail

    Hello

    I spent when you work with apex 3 I could work with apex mailsend very nice.
    Apex 4.0 with oracle 11g ee, I'm not able to send emails any more.

    Last error message in the queue is:

    ORA-29279: permanent SMTP error: 550 via this server without authentication.
    the smtp server has not been changed, the code is very well

    How can I go further?

    Thank you very much
    Florin

    Florin,

    Make sure that you use the relevent to instructions for your version.
    If you use 4.0 - you probably want the same script - with use of APEX_040000 appropriate.

    See the steps of INSTALLATION of document ITEM.

    http://docs.Oracle.com/CD/E17556_01/doc/install.40/e15513/otn_install.htm#CBHBABCC

    -Make sure that you don't drop the former users of apex framework before update or remove them from the ACL. It can cause you problems.

    -Tim St.

    P.S. Take a minute to update your profile so that your name is clear.

    Published by: Tim St. H., December 11, 2012 16:54

  • query not given function function index in oracle 11g

    I have a query that uses function based indexes when run in oracle 9i, but when I run the same query
    without any change, it does not consider the index. This is the query:

    SELECT distinct patient_role.domain_key, patient_role.patient_role_key,
    patient_role.emergency_contact_name,
    patient_role.emergency_contact_phone, patient_role.emergency_contact_note,
    patient_role.emergency_contact_relation_id,
    patient_role.financial_class_desc_id, no_known_allergies, patient_role. CREATED_BY,
    patient_role. CREATED_TIMESTAMP,
    patient_role. CREATED_TIMESTAMP_TZ, patient_role. UPDATED_BY, patient_role. UPDATED_TIMESTAMP,
    patient_role. UPDATED_TIMESTAMP_TZ,
    patient_role.discontinued_date
    MEETING, patient_role
    WHERE patient_role.patient_role_key = encounter.patient_role_key
    AND SUPERIOR (TRIM (main: encounter.account_number SYS_B_0)) = UPPER (TRIM (main: SYS_B_1 of))
    ((: SYS_B_2))
    AND patient_role.discontinued_date IS null
    AND encounter.discontinued_date IS null;

    Definition of the index:

    CREATE INDEX "user1". "' IX_TRIM_ACCOUNT_NUMBER ' ON 'user1 '. MEETING"(AT THE TOP (TRIM (LEADING))
    ('0' TO 'ACCOUNT_NUMBER')), 'PATIENT_ROLE_KEY', 'DOMAIN_KEY', 'DISCONTINUED_DATE')
    PCTFREE, INITRANS 10 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE (INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645)
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
    DEFAULT USER_TABLES)
    TABLESPACE "user1".

    Database: Oracle 11g (11.2.0.3)
    O / s: 64-bit Linux (the query does not consider the index even on the windows operating system)

    Any suggestions?

    -Onkar

    Published by: onkar.nath on July 2, 2012 15:32

    Onkar,

    I don't appreciate posting you this issue in several forums at the same time.
    If I know you also posted this on Asktom, I wouldn't even bother.
    As for your "problem":
    First of all: some kind cursor_sharing MUST have been implemented. Oracle is a predictable system, not a fruitmachine.
    Anyway, your statement that '0' is replaced by a variable binding is simply false. If you really believe this isn't fake, SUBMIT an SR.

    But your real problem isn't Oracle: it is your 'application', which is a mess anyway. Allowing for alphanumeric numbers is a very bad idea.
    Now, you already put workaround on workaround on workaround on workaround.
    Question is this: it is terminal, and you must either to kill him or to replace it.

    -------------
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle 11g EM

    Hello

    I have Oracle 11g on Win2k8 server. I thnk I can accidentally removed the Oracle EM service in windows.

    Is there a way to create again, prefeby without recreating the EM repository?
    Manually create the windows service back?

    Thanks in advance.

    Here's the problem of the listener. Your listener is listening on port 1521

    C:\Users\Administrator>lsnrctl status
    
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 09-JAN-2012 16:15
    :51
    
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xx.xxx.x.xxx)(PORT=1521)
    ))
    STATUS of the LISTENER
    

    considering that when configuring dbcontrol, you provided the listening port 5501

    Enter the following information:
    Database SID: xxxx
    Listener port number: 5501
    Password for SYS user: 36914
    Password for SYSMAN user: 903
    

    Salmabn

    Published by: Salman Qureshi on January 9, 2012 18:09

  • Oracle 11g with Oracle 9i RMAN backup

    Dear all

    Can we do the backup of Oracle 11g with Oracle 9i RMAN database, is it possible and did everything a try this?

    Thanks in advance.

    concerning

    Yes its possible.

    Check this matrix,

    http://download.Oracle.com/docs/CD/E11882_01/backup.112/e10643/compat003.htm#i634479

    HTH
    Aman...

    Published by: Aman... on January 11, 2010 18:07
    updated the link from 11.1 to 11.2 docs.

Maybe you are looking for