Oracle 11g access of different OS

Hello

I have Oracle 11 g installed in Windows 7 in a machine, now I have the distribution of Linux (OS) installed in the same machine (Dual boot). I have created database and tables of database available on the database oracle under Windows 7.

Is it possible to connect to the Linux distribution database using shell script and access the data, execute a stored procedure, etc.? This question may seem weird, but really need help and thoughts. Thanks in advance.

Oracle_Walker wrote:
Is is necessary to install Oracle on a virtual machine? I suppose that, instead it can be installed in the SUSE distribution. Please correct if I misunderstood something here.

It is not a "either / or" between "VM" or "SUSE"... like your 'pretty' seems to imply it.

The virtual machine is a virtual machine. On this virtual machine , you can load any OS which support virtualization product. If you create a virtual machine and on this VM load an operating system is supported by the virtual machine and also supported by Oracle. Once this is done, you install Oracle on this virtual machine, what OS it is running. Oracle know nor indispensable as the virtual machine rather than physical. And it's quite abstraction of the operating system that is running the virtualization product, any restriction on that OS would not apply.

Tags: Database

Similar Questions

  • Oracle 11G - access to the table problem

    Hello
    New on Oracle IAM... After you create a database, I created a connection and SYSDBA role...
    And then I create a table called Table1. And then I create a new USER and I Connect with the same SID of the database, but the role has the DEFAULT value for this new USER...

    01. but the problem is that I can't find the Table1 table for this new user... so how acess as Table1...?

    02. I came to know in Oracle, also we can design forms for the frontend and can generate EXE... Is this true?

    03. in SQL Server - Sql Port with static IP - we have access to the database for remote users... Is it possible for Oracle?


    Thanks for the directions...

    997497 wrote:
    Hello
    New on Oracle IAM... After you create a database, I created a connection and SYSDBA role...

    What the user did you use to connect? I'm guessing that you logged in as SYS

    And then I create a table called Table1. And then I create a new USER and I Connect with the same SID of the database, but the role has the DEFAULT value for this new USER...

    So I guess that you have created the table in the SYS schema. You should never, ever create user objects in the SYS schema. If you have created the table in the SYS schema, you really need to drop and create in a more appropriate scheme.

    You indicate that you come from SQL Server, so there may be a question of terminology. Which refers to SQL Server as a "database" is roughly equivalent to what Oracle designates as a "scheme." An Oracle database contains many schemas. A schema is the set of objects owned by a particular user.

    01. but the problem is that I can't find the Table1 table for this new user... so how acess as Table1...?

    As I said above, you really, really should not create objects in the SYS schema. If you really want, however, you need to log the SYS schema and grant access on the table to your new user

    GRANT SELECT ON sys.table1 TO your_new_user
    

    You will then need to fully qualify the table name in your SELECT (or create a synonym or the current_schema)

    SELECT *
      FROM sys.table1
    

    02. I came to know in Oracle, also we can design forms for the frontend and can generate EXE... Is this true?

    Older versions of Oracle Forms would create server executables. The modern versions are used to create three-tier applications. You can also use APEX to build web applications. Of course, you can also generate executables by writing code in another language (often .net).

    03. in SQL Server - Sql Port with static IP - we have access to the database for remote users... Is it possible for Oracle?

    Is this possible? Sure. Depending on what means "remote users", however, it may be poorly advised - you would never open a database to the internet directly, for example, you want to ensure that the remote users are connected to your network (via a virtual private network).

    Justin

  • Oracle 11g XE on Open Suse 13.1

    Hi all

    I'm currently installing an Oracle 11 g Express on Open Suse 13.1 in a virtual machine.

    I used the document as a reference for my installation: Oracle Database Express Edition

    Comments:

    I have a facility of Open Suse 13.1 vanilla except for these changes:

    • I adjusted/etc/hostname to OpenSuse, in order to avoid special characters in the host name
    • I increase the 2045 to 2049 MB SWAP partition to ensure the minimum configuration

    I downloaded the RPM and extract. Then I started the installation

    SUSE@openSUSE:~/downloads/Disk1 > sudo rpm - ivh oracle-xe - 11.2.0 - 1.0.x86_64.rpm

    root password:

    Preparing...                          ################################# [100%]

    /var/tmp/RPM-tmp.jL4h0F: line 257: [: 18446744073709551615: integer EXPECTED]

    Update / installation...

    1:Oracle - xe - 11.2.0 - 1, 0 # [100%]

    Execution of the post-installation steps...

    You must run 'configure /etc/init.d/oracle-xe' as the root user to set up the database.

    Afterwards, I ran the configure script using the default values:

    SUSE@openSUSE:~/downloads/Disk1 > sudo /etc/init.d/oracle-xe Setup

    Oracle Database 11g Express Edition Setup

    -------------------------------------------------

    This will configure the startup properties of database Oracle 11 g Express

    Edition.  The following questions will determine whether the database should

    start the system startup and ports, it will use passwords that

    will be used for database accounts.  Press < enter > to accept the default values.

    CTRL-C will stop.

    Specify the HTTP port that will be used for Oracle Application Express [8080]:

    Specify a port that will be used for the listener to the database [1521]:

    Specify a password to use for database accounts.  Note that the same

    password will be used for SYS and SYSTEM.  Oracle recommends using

    Different passwords for each account database.  This can be done after

    initial Setup:

    Confirm the password:

    Want that Oracle Database 11g Express Edition to be started on boot (y/n) [o]:

    From Oracle Net listener... Fact

    Configuring database...

    Configuration of the database failed.  Look at /u01/app/oracle/product/11.2.0/xe/config/log for more details

    You have an idea what is happening here? I have attached the newspapers and some additional information. Maybe you can help me?

    Thank you very much in advance!

    cloneDBCreation.log

    Create controlfile reuse set database "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    BEGIN dbms_backup_restore.zerodbid (0); END;

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    ORA-01034: ORACLE not available

    ORA-27101: shared memory realm does not exist

    Linux-x86_64 error: 2: no such file or directory

    ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    ORA-00130: invalid listener address ' (ADDRESS = (PROTOCOL = TCP)(HOST=OpenSuse) (PORT = 1521))'

    Create controlfile reuse set database "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    alter system enable restricted session

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    ALTER database resetlogs open "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    ALTER database rename global_name to "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    alter system switch logfile

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    change of system checkpoint

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    alter database drop logfile Group 3

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    ALTER TABLESPACE TEMP add TEMPFILE ' / u01/app/oracle/oradata/XE/temp.dbf' SIZE 20480 K REUSE AUTOEXTEND ON NEXT 640 K MAXSIZE UNLIMITED

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    Select nom_tablespace from dba_tablespaces where nom_tablespace = "USERS".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    Select the sid, program, serial No., user name of session $ v

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    alter user sys identified by 'oracle '.

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    change the system of the user identified by 'oracle '.

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    modify the disable restricted session system

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    CloneRmanRestore.log

    ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    ORA-00130: invalid listener address ' (ADDRESS = (PROTOCOL = TCP)(HOST=OpenSuse) (PORT = 1521))'

    Select TO_CHAR (systimestamp, 'YYYYMMDD hh') of double

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    declare

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    Select TO_CHAR (systimestamp, 'YYYYMMDD hh') of double

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0


    postDBCreation.log

    Start

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    Created file.

    ORA-01034: ORACLE not available

    ORA-27101: shared memory realm does not exist

    Linux-x86_64 error: 2: no such file or directory

    ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    ORA-00130: invalid listener address ' (ADDRESS = (PROTOCOL = TCP)(HOST=OpenSuse) (PORT = 1521))'

    Select ' utl_recomp_begin: ' | TO_CHAR (sysdate, ' hh) double

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    BEGIN utl_recomp.recomp_serial (); END;

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    Select ' utl_recomp_end: ' | TO_CHAR (sysdate, ' hh) double

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    postScripts.log

    CREATE or REPLACE a LIBRARY dbms_sumadv_lib AS ' / u01/app/oracle/product/11.2.0/xe/lib/libqsmashr.so';

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    BEGIN dbms_datapump_utl.replace_default_dir; END;

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    Commit

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    create or replace the XMLDIR directory as ' / u01/app/oracle/product/11.2.0/xe/rdbms/xml'

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    DELETE THE ORACLE_OCM_CONFIG_DIR DIRECTORY

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    DELETE THE ADMIN_DIR DIRECTORY

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    REMOVE THE WORK_DIR DIRECTORY

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    BEGIN dbms_swrf_internal.cleanup_database (cleanup_local = > FALSE); END;

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    Commit

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    / etc/HOSTNAME

    OpenSuse

    / etc/hosts

    #

    # hosts this file describes a number of host-address name

    mappings for the TCP/IP subsystem.  It is especially

    # used at the time, when no name servers are running.

    # On small systems, this file can be used instead of one

    # "named" server name.

    # The syntax:

    #

    # IP address full-qualified-Hostname short-Hostname

    #

    127.0.0.1 localhost

    # a special IPv6 address

    : 1 localhost ipv6-ipv6 loopback localhost

    FE00::0 ipv6-localnet

    FF00::0 ipv6-mcastprefix

    FF02::1 ipv6-allnodes

    FF02::2 ipv6-allrouters

    FF02::3 ipv6-allhosts

    Hello

    1.

    Please set up your domain in/etc/hosts FULL name

    https://en.Wikipedia.org/wiki/Fully_qualified_domain_name

    http://KB.IU.edu/data/AIUV.html

    your turns to me such as CentOS and Oracle Linux.

    Or take a look at the site of intrest:

    http://www.Novell.com/documentation/SUSE91/SUSELinux-adminguide/HTML/ch14s03.html

    127.0.0.1 localhost

    192.168.85.133 OpenSuse. ???  OpenSuse

    2.

    To connect:

    sqlplus sys / as sysdba

    or

    sqlplus system /.

    Note: the password is case sensitive!

    or disable this as SYSDBA (sqlplus sys / as sysdba):

    ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON IS FALSE SCOPE = BOTH;.

    3.

    Set the password:

    ALTER DEFAULT PROFILE LIMIT PASSWORD_LIFE_TIME UNLIMITED;

    and restart

    stop immediately;

    start-up;

    4.

    I created a /ect/profile.local file with:

    . /U01/app/Oracle/product/11.2.0/XE/bin/oracle_env.sh

    Thus, every time you start, it will set the environment.

    It's my Profile.local:

    . /U01/app/Oracle/product/11.2.0/XE/bin/oracle_env.sh

    ORACLE_HOME=/U01/app/Oracle/product/11.2.0/XE

    ORACLE_OWNER = oracle

    ORACLE_SID = XE

    LSNR = $ORACLE_HOME/bin/lsnrctl

    SQLPLUS = $ORACLE_HOME/bin/sqlplus

    Export ORACLE_HOME

    export ORACLE_SID

    export ORACLE_BASE = / u01/app/oracle

    export PATH = $ORACLE_HOME/bin: $PATH

    NLS_LANG='$ORACLE_HOME/bin/NLS_LANG.sh'

    ORACLE_ADMIN = / u01/app/oracle/admin / $ORACLE_SID

    export ORACLE_ADMIN

    ORACLE_FLASH = / u01/app/oracle/fast_recovery_area / $ORACLE_SID

    export ORACLE_FLASH

    ORACLE_ALERT = / u01/app/oracle/diag/rdbms/xe/XE/trace

    export ORACLE_ALERT

    ORACLE_DATA_PUMP_DIR = / u01/app/oracle/admin/XE/dpdump

    export ORACLE_DATA_PUMP_DIR

    DIAGNOSTIC_DEST = $ORACLE_HOME/log

    export DIAGNOSTIC_DEST

    TNS_ADMIN = $ORACLE_HOME/network/admin

    Export TNS_ADMIN

    5.

    Recreate the DBSNMP user in the database as SYSDBA (sqlplus sys / as sysdba):

    @/u01/app/oracle/product/11.2.0/xe/rdbms/admin/catnsnmp.sql

    @/u01/app/oracle/product/11.2.0/xe/rdbms/admin/catsnmp.sql

    Best regards.

  • Oracle 11g CMO

    Hi all

    am an Oracle 11 g RAC OCÉ, plan to write oracle 11g CMO, can anyone suggest how to proceed?

    How the review will be... is this objective or another criterion?

    How to buy the right? and how much cost in India?

    anytime I write or Oracle Corp. will decide on the dates etc...?

    Please guide me the details.

    Thank you

    Sam.

    The 11g COM is different from all the other reviews.  This is a 2 day practical laboratory exercise.  You are given to an Oracle server and need to perform different tasks, solve problems, etc.

    The review of the CMO is only given to a relatively small number of times throughout the year.  Strictly speaking, there are a lot of times, but they are spread all over the world, so many times at a location any where near you will be weak - maybe one or two a year.

    In addition to the exam, you must also take two practical courses acceptable to Oracle.  You can find more information, including the price in your area by reading and following the links available at the following ADDRESS:

    https://education.Oracle.com/pls/web_prod-PLQ-dad/db_pages.GetPage?page_id=653&get_params=P_ID:52 #tabs - 3

  • Install oracle 11g Client in an application server (HP - UX 64-bit operating system)

    I'm going to install oracle 11g client in an application server (HP - UX 64-bit operating system)
    I have to create the new mount for client installation point?
    Through the application server, I will access (rac) database server.

    I have enough space available in / or root mount point.
    I have space in / opt mounting point, can I make a directory in/opt/OU1/app and install the client at this place in the access database?



    Thank you
    Solaiman

    876149 wrote:
    I'm going to install oracle 11g client in an application server (HP - UX 64-bit operating system)
    I have to create the new mount for client installation point?
    Through the application server, I will access (rac) database server.

    I have enough space available in / or root mount point.
    I have space in / opt mounting point, can I make a directory in/opt/OU1/app and install the client at this place in the access database?

    Thank you
    Solaiman

    You can install in any desired point of installation/directory. Oracle does not give a flying fig this topic. Just put it somewhere that makes sense.

  • Import of XML in the oracle 11g database

    I have some difficulty parsing of an XML file in the oracle 11g database.

    Currently using Oracle 11 g Express Edition (XE)

    Here's how my XML file looks like this:


    <? XML version = "1.0" encoding = "UTF-8" standalone = "yes"? >
    -< AccountMap xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" >
    -< account >
    -< AccountMapping >
    < AccountID > 0000000000000 - 000 < / AccountID >
    < AccountName > XLS < / AccountName >
    Excel < AccountType > < / AccountType >
    < AccountOwner > system < / AccountOwner >
    < / AccountMapping >
    -< AccountMapping >
    < AccountID > 0000000000000 - 001 < / AccountID >
    < AccountName > XLSS < / AccountName >
    Excel2 < AccountType > < / AccountType >
    System2 < AccountOwner > < / AccountOwner >
    < / AccountMapping >
    -< AccountMapping >

    and so now the file continues... I have the xml file that is saved on my hard drive

    I created a package in SQL Developer

    create or replace
    PACKAGE XML_FILEHANDLER AS

    type TRecord is (record
    Account_ID varchar2 (100)
    , Varchar2 (100) AccountName
    , Varchar2 (30) AccountType
    , AccountOwner varchar2 (100)
    );

    type TRecordTable is table of the TRecord;

    getRows function (p_directory in varchar2, p_filename in varchar2) return TRecordTable pipeline;

    END XML_FILEHANDLER;

    -BODY

    create or replace
    PACKAGE BODY XML_FILEHANDLER AS

    getRows function (p_directory in varchar2, p_filename in varchar2) return TRecordTable AS pipeline

    nb_rec NUMBER: = 1;
    tmp_xml CLOB.
    tmp_file CLOB.
    REC TRecord;

    BEGIN

    DBMS_LOB.CREATETEMPORARY (tmp_file, true);
    tmp_file: = dbms_xslprocessor.read2clob (p_directory, p_filename);

    recomm. Account_ID: = regexp_replace (tmp_file, '. * <>(. *) Account_ID < / Account_ID >. *', '\1', 1, 1, 'n');
    recomm. AccountName: = regexp_replace (tmp_file, '. * < AccountName >(.*) < / AccountName >. *', '\1', 1, 1, 'n');
    recomm. AccountType: = regexp_replace (tmp_file, '. * < AccountType >(.*) < / AccountType >. *', '\1', 1, 1, 'n');
    recomm. AccountOwner: = regexp_replace (tmp_file, '. * < AccountOwner >(.*) < / AccountOwner >. *', '\1', 1, 1, 'n');

    loop

    -This regexp is instance (s) of this model: "<? XML...? ' > < root_tag >... < / root_tag >.
    tmp_xml: = regexp_substr ([tmp_file, ' < \?xml[^?] +------? > \s+ < ([^ >] +) >. *? < / \1 > ', 1, nb_rec, 'n');
    When the output length (tmp_xml) = 0;
    -dbms_output.put_line (tmp_rec);
    nb_rec: = nb_rec + 1;

    SELECT Account_ID AccountName, AccountType, AccountOwner
    in rec. Account_ID, rec. AccountName, AccountType rec. rec. AccountOwner
    from xmltable)
    "Accounts/AccountMapping" in the way of xmltype (tmp_xml) columns
    Path of varchar2 (100) Account_ID 'Account_ID '.
    , Path of varchar2 (100) AccountName "AccountName".
    , AccountType varchar2 (30) path 'AccountType '.
    , Path of varchar2 (100) AccountOwner "AccountOwner.
    );

    line (CRE);

    end loop;

    DBMS_LOB.freeTemporary (tmp_file);

    GetRows END;

    END XML_FILEHANDLER;

    -I call my function using the following sql query

    Select * from table (XML_FileHandler.getRows ("XML", "test.xml"));

    Here is the error I get

    ORA-29283: invalid file operation
    ORA-06512: at "SYS." UTL_FILE", line 536
    ORA-29283: invalid file operation
    ORA-06512: at "XDB". DBMS_XSLPROCESSOR', line 265
    ORA-06512: at "user. XML_FILEHANDLER', line 13
    29283 00000 - "invalid file operation.
    * Cause: An attempt was made to read from a file or a directory which is
    not exist, or the file or directory access was denied by the
    Operating system.
    * Action: Check access privileges to the file and directory on the file system
    and if reading, check that the file exists.

    I did the following

    -Provided appropriate access to the user (read, write), including directory access rights
    -ensure that the directory exists
    -to ensure the existence of the file

    I have searched all over google and metalink but am unable to get this to run... Help, please!

    >
    SELECT Account_ID AccountName, AccountType, AccountOwner
    in rec. Account_ID, rec. AccountName, AccountType rec. rec. AccountOwner
    from xmltable)
    "Accounts/AccountMapping" in the way of xmltype (tmp_xml) columns
    Path of varchar2 (100) Account_ID 'Account_ID '.
    , Path of varchar2 (100) AccountName "AccountName".
    , AccountType varchar2 (30) path 'AccountType '.
    , Path of varchar2 (100) AccountOwner "AccountOwner.
    );
    >
    implement

    SELECT Account_ID, AccountName, AccountType, AccountOwner
    into rec.Account_ID, rec.AccountName, rec.AccountType, rec.AccountOwner
    from xmltable(
    'AccountMap/Accounts/AccountMapping' passing xmltype(tmp_xml) columns
    Account_ID varchar2(100) path 'Account_ID'
    , AccountName varchar2(100) path 'AccountName'
    , AccountType varchar2(30) path 'AccountType'
    , AccountOwner varchar2(100) path 'AccountOwner'
    );
    
    SQL> SELECT Account_ID, AccountName, AccountType, AccountOwner
      2  --into rec.Account_ID, rec.AccountName, rec.AccountType, rec.AccountOwner
      3  from xmltable(
      4  'AccountMap/Accounts/AccountMapping' passing
      5  xmltype('
      6  
      7  
      8  
      9  0000000000000-000
     10  XLS
     11  Excel
     12  System
     13  
     14  
     15  0000000000000-001
     16  XLSS
     17  Excel2
     18  System2
     19  
     20  
     21  ')
     22  columns
     23  Account_ID varchar2(100) path 'Account_ID'
     24  , AccountName varchar2(100) path 'AccountName'
     25  , AccountType varchar2(30) path 'AccountType'
     26  , AccountOwner varchar2(100) path 'AccountOwner'
     27  );
    
    ACCOUNT_ID                                                                       ACCOUNTNAME                                                                      ACCOUNTTYPE                    ACCOUNTOWNER
    -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ------------------------------ --------------------------------------------------------------------------------
                                                                                     XLS                                                                              Excel                          System
                                                                                     XLSS                                                                             Excel2                         System2
    
    SQL> 
    

    AccountID use AccountID not Account_ID

    Account_ID varchar2(100) path 'AccountID'
    

    Published by: Alexandr on August 9, 2012 12:35 AM

  • ARCHIVELOG Question on Oracle 11g

    Hi, all.

    Oracle 11g on RHEL4

    What is the difference between these two files: o1_mf_1_4343_4wsz7olb_.arc and arch1_4343_678636531.dbf

    Oracle creates the same file in two different places with different names. One is arch * .dbf and the other is * *.arc

    dallinux161 oraedw ccedw > pwd
    / orahome10/ccedwdb/flash_recovery_area/CCEDW/ARCHIVELOG/2009_03_27
    dallinux161 oraedw ccedw > ls
    o1_mf_1_4343_4wsz7olb_.arc o1_mf_1_4344_4wt0h3wc_.arc
    dallinux161 oraedw ccedw >


    dallinux161 oraedw ccedw > pwd
    /orahome10/ccedwdb/11.1/DBS
    -rw - r - 1 oraedw oinstall 47805440 Mar 27 10:21 arch1_4343_678636531.dbf
    -rw - r - 1 oraedw oinstall 3140608 Mar 27 10:42 arch1_4344_678636531.dbf

    Disable archive 10 using the log_archove_dest_state_10 parameter

  • Oracle 11g compatibility with oracle 10g and 9i?


    Hi all



    I have a few questions about the compatibility of 11g.



    Client Oracle 11g is compatible with oracle 10g client that is already installed on the desktop computer?


    If any changes to do so and where?



    Is oracle 11g oracle 10 g/9i on the same server where are installed the 10 g/9i compatible?


    Concerning

    If the question you ask yourself is 'Can I have multiple versions of the Oracle installed on the same client computer' or "Can I have several versions of the database Oracle installed on the same machine", the answer is Yes. As long as you install each version in another House of Oracle, and we are talking about versions 8.1.5 and upward, you can have as many different versions of the client and the database on the same machine as you wish. Of course, you are still subject to the support of operating system compatibility (e.g. Oracle 9.2 did not had been supported on Windows 2008, so do not expect to work).

    The only problem you may have would be with components that are not compatible with several House. This mainly affects third-party Windows drivers (drivers third party ODBC, etc.) who do not know how to work with multiple Oracle homes and end up using which version of the client Oracle happens to appear first in the path.

    Justin

  • How to access a different drive?

    How to access a different drive? For example... C drive memory is full, the drive D is empty!  32 concerts to every reader!

    Hello RobertShaffer10,

    You have any hard a very small disk capacity to aid long-term Vista.

    You can combine the two Partitions into a single one using this method:

    http://www.Vistax64.com/tutorials/95418-disk-management-delete-extend.html

  • Oracle 11g 11.2.0.1 connect to Forms 6i [32 bit] Version 6.0.8.11.3 (Production)

    Hello

    I set up a new server with Windows 8r2. Install Oracle 11 g 64 bit.

    Mounted 10 32-bit Desktop windows forms [32-bit] Version 6.0.8.11.3 (Production).

    I am able to connect to Oracle 9i. but I want to connect to Oracle 11g

    Are there measures where I can solve my problem.

    already had made the following changes to the server

    C:\ > sqlplus/nolog

    SQL > connect / as sysdba

    Conectado.

    SQL > shutdown immediate

    SQL > startup restrict

    SQL > alter database character set internal_use UTF8;

    SQL > shutdown immediate

    SQL > startup

    Under sqlnet.ora I changed

    NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

    SQLNET. ALLOWED_LOGON_VERSION_SERVER = 8

    SQLNET. ALLOWED_LOGON_VERSION_SERVER = 8

    SQLNET. ALLOWED_LOGON_VERSION_CLIENT = 8

    I'm still not able to connect.

    Sandy

    1. what error message do you receive forms 6i when you can not connect

    2. what level of Forms 6i patch do you have?  A more recent patch level may be required.

    Tony

  • That means 1z0-117 oracle 11g sql tuning now say it includes v12 addition v11

    Hello

    I did the 1z0-117 sql tuning review once.

    Not too far away.

    I studied under and turned off for a while.

    I anticipate taking in 1 month.

    However, I just noticed that the oracle site says 1z0-117 also said that v12 is also included for consideration:

    Oracle 11g sql tuning.

    It makes no sense at all.

    Roger

    However, I just noticed that the oracle site says 1z0-117 also said that v12 is also included for consideration:

    Oracle 11g sql tuning.

    Unless you are looking for something I'm not, what actually is the 1Z0-117 page says: "validated against: review has been validated against Oracle Database 11g Release 2 version 11.2.0.1.0 and database Oracle 12 c 12.1.0.1.0"

    What they actually mean by it is that someone went through all the issues and and asked the question "is still a relevant issue for the release of 12 c to Oracle?'." "  If they find issues that are not valid because of an update/change, then the question will be removed from review (or changed) so that someone who has used 12 c but not 11 g will not at a disadvantage.

    This is * No * means that Oracle has added questions to the review of the capabilities that were introduced in version 12 c.

  • Oracle 11g r1 license work for oracle 11g r2?

    Hello

    We have license of oracle 11g r1 then do we need to purchase a separate license to upgrade to 11g r2?

    Hello

    No, no need to buy a separate license to upgrade to 11g r2 just improved it.

    Amatu Allah.

  • How can I create a list of choices for the search bit in Oracle 11g ADF fields?

    Hi Experts,

    Please inform how to add some selection list or drop downs on the pane search Oracle 11g ADF.

    I have a requirement to create a list of choices for the search store field. # Please notify.

    SS_SearchCriteriaPage1.png

    Thank you

    David Selvaraj

    You can create a view based on a static list object and attach it to your attribute as lov-driven model.

    Dario

  • Shape how Hide bar by default in oracle 11g

    Hi people of genius.

    I want to just hide the bar window by default in forms of oracle 11g. Please advise me how to hide who I had him marked in red below.

    Thank you

    This thread appears to be a bit confusing.  You try to delete the entry 'Window' menu or the bar together, which includes the Oracle logo?  If you try to remove the whole bar AND that you use the latest version of forms (11.1.2.2), you can use the new applet parameter guiMode.  This new feature of 11 GR 2 allows to hide the various window dressings.  See the Deployment Guide forms 11.1.2 for more details on how to use this new feature:

    http://docs.Oracle.com/CD/E48391_01/doc.11120/e24477/basics.htm#FSDEP759

  • use of temporary space in oracle 11g rac

    Hello

    Oracle version: oracle 11g r2

    OS: linux

    storage: asm on exadata

    Please help us understand the use of the temp

    {code}

    SQL > set linesize 1000
    SQL > set pagesize 1000
    SQL > col USERNAME format a20
    SQL > col SPID format a10
    SQL > col MODULE format a30
    SQL > col PROGRAM format a30
    SQL > SELECT s.sid, s.serial #, s.username
    2, p.spid, s.module, p.program
    3, SUM (su.blocks) * tbsp.block_size/1024/1024 mb_used
    4, su.tablespace
    5. FROM v$ sort_usage su
    6, v$ session s
    dba_tablespaces tbsp
    7, $v 8 p process
    9 WHERE su.session_addr = s.saddr
    10 AND su.tablespace = tbsp.tablespace_name
    11 AND s.paddr = p.addr
    GROUP 12 OF
    13 s.sid, s.serial #, s.username, s.osuser, p.spid, s.module,.
    14 p.program, tbsp.block_size, su.tablespace
    15 ORDER BY s.sid;

    USERNAME SID SERIAL # SPID MODULE PROGRAM MB_USED TABLESPACE
    ---------- ---------- -------------------- ---------- ------------------------------ ------------------------------ ---------- -------------------------------
    11 2092 DBSNMP 2861 emagent_SQL_oracle_database Oracle @ [email protected] 8 TMP4

    SQL > select * from v$ temp_space_header;

    FILE_ID BYTES_USED, BYTES_FREE BLOCKS_FREE RELATIVE_FNO BLOCKS_USED NOM_TABLESPACE
    ------------------------------ ---------- ---------- ----------- ---------- ----------- ------------
    TMP1 2 + 12 222274816 33554432 2048 1024 3.6418E
    TMP3 4 + 11 19283968 75497472 4608 1024 3.1595E
    TMP4 5 + 11 19687936 0 0 1024 3.2257E
    TMP5 6 + 13 688638464 0 0 1024 1.1283E

    {code}

    Why isn't bytes_used reclaim as only 8 MB is currently using

    Thank you

    PMP

    I wanted to tell temp is never off allocated. So, if a 'bad' query explodes temp. the only thing you can do is to create a new and drop the old one.

    11 GB temp is clearly ridiculous. Usually, this is caused by the merge join Cartesian paths in your instructions.

    -----------

    Sybrand Bakker

    Senior Oracle DBA

Maybe you are looking for