Oracle EXADATA database

Hi, I'm doing research on which impact would be in my (ETL) application to Oracle EXADATA.

How, where can I find information on this topic?

Thanks in advance

As says the famous phrase: "Exadata is still Oracle!
In other words, your application will most likely work the same as before - but 10 times faster :)

Seriously, you gave us too few details to say something specific.

A single point: ETL has generally flat files involved. You would put them in DBFS on Exadata.
If you have not yet heard about this: it looks like a regular file system for your ETL process, but it spans disks (almost) all storage servers.

Kind regards
Uwe Hesse

"Don't believe it, try it!
http://uhesse.com

Tags: Database

Similar Questions

  • major differences of exadata database, listener, process than the normal RAC environment?

    I would ask for any input about the major differences of exadata database, listener, process than the normal RAC environment.

    I know now the exadata have not only SCAN listeners, but many other listeners. expert here can provide clarification?

    Thank you

    All the right questions... Welcome to the world of Exadata.

    These are questions that could get into a lot more detail and discussion than a forum post. At a high level, you certainly don't want delete all indexes on Exadata. However, you need to index and an indexing strategy will change on Exadata. After you move a database from one not Exadata Exadata environment you are probably more indexed. Indexes used for OLTP transactions real - looking one or a few lines among others will usually quickly with an index. The index used to avoid a percentage of records but always returning number of records can often be moved. On the index depends on the nature of the workload and your application. If you have a control on the index, then test your queries and DML with the index (s) invisible. Check your implementation plan, the columns io_cell_offload in v$ sql, smart scan wait events to ensure you get intelligent analysis... and see if the smart scan is faster than using the index (s). The real-time SQL Monitor is an excellent tool to help with this - use dbms_sqltune or grid/cloud control.

    Parallelism is a great tool to help still speed up queries and direct path loading operations and can help prompt smart scans... but use of parallelism really depends on your workload and must be controlled using DBRM and the parallel init parms, possibly using same parallel declaration put on hold, so it is not overwhelm your system and cause concurrency problems.

    If you have a mixed environment of workload or consolidates databases on Exadata so my opinion is IORM plans should certainly be implemented.

  • Character set US7ASCII AL32UTF8 migration to Oracle Applications database

    What is the best method to get the character set migration of Oracle Applications database?

    The options available are

    (1) export and import

    (2) CSALTER

    (3) DMU

    Database - 11g

    Applications - R12

    Please suggest some tips and recommendations.

    Kind regards

    Nordine

    Post edited by: e0d0dacd-a343-414e-bfc0-aff53eaab398

    Nordine salvation,

    I suggest you to refer the link: "How do I convert the character set for Oracle R12.1.1 running on 11.0.6 database Oracle US7ASCII' as it is very relevant to you."

    Response to your previous post would be:

    S ' stick to a plan

    -Try all of the activity on the TEST server for yourself

    -Troubleshoot and debug all the question from A - Z

    -On the successful implementation, make a backup of the Production and move the solution to PROD.

    If possible, run a lot of questions while doing the character set migration oracle applications, database because it contains the application tables.

    I accept the fact that EBS database is complicated to a database independent, but still all the features and debugging tools and troubleshooting is the same, although it is autonomous or EBS database.

    We should do if we stuck to the top in with and truncate in the application according to the CSSCAN results tables,.

    little tables when we checked in Metalink he says to avoid these tables which do not affect the database or application.

    Try in a Test Server, the above link helps you on the issue. You can find answer to some tables with loss in metalink if it's a bug, just lift a SRt solve your problem.

    What we must do if we are in important application tables, export and import will help in this issue.

    No, if we have available data with loss, then we cannot use the Import/Export and we will have to use CSALTER instead.

    is this the right method or must contact oracle support for assistance on important application tables.

    YES, I personally recommend you try and paralleling have ongoing Oracle support. So that you will have a guide from A to Z, in the case you're wrong

    Hope this helps

    Best regards

  • How to find the version of Exadata database machine (whether X 2 or X 3 etc?)

    People,

    Y at - it a command that can tell us the Exadata Database machine to show it is V2, X 2 or X 3?

    The imageinfo command does not show this information.

    Appreciate any help on this.

    Kind regards
    Sameer

    Hi Sameer,

    This topic has been discussed on this forum last month, with some good ideas:

    Exadata version

    Also note that the V2 and X 2 have gone through several rounds of material during their life, so not all machine V2 have the same CPU features, for example.

    See you soon!

    Marc

  • B2B - BAM integration does not work with the Oracle XE database

    Hello

    Can someone explain the reasons in detail, 'the B2B - BAM integration does not work with the database Oracle XE'?

    Can't we use XE POC simple to demonstrate BAM?

    Published by: 975946 on December 27, 2012 04:14

    Hi Nithin,

    The main reason for this Oracle XE database can't handle such a huge process. Same Oracle XE is not supported in production.
    Note that SOA requires 300 process and BAM more than 100 processes (400 total), which is in addition to any other requirement its 500 to parameter.but process during the installation of Oracle SOA RCU, I hope you gave 300 single right.so his can't handle as much load if use B2B BAM integration.

    The ultimate goal is to have need to display active data in the right BAM reports? so, if you are using Oracle XE DB its may be not possible to show the active data.that the reason Oracle recommended use / works with Oracle 10 g Oracle 11 g versions EE and EE.

    Best regards
    Siva San.

  • 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

  • Error Oracle Exadata Essentials review - (1Z0-536)

    I recently had the Oracle Exadata Essentials review. There is an error in one of the questions where asked to choose two right answers three more answers are correct. If the owner/manager of the review I'd like to contact me at the [email protected] I'll let you know what question it was.

    Thank you

    Rich

    Richs says:
    I recently had the Oracle Exadata Essentials review. There is an error in one of the questions where asked to choose two right answers three more answers are correct. If the owner/manager of the review I'd like to contact me at [email protected] I'll let you know what question it was.

    Thank you

    Rich

    Proably best to raise a http://education.oracle.com/pls/eval-eddap-dcd/OU_SUPPORT_OCP.home?p_source=OCP rather than having the old email address harvested by bots on the www.

    ... It is possible to find the strange question that is "questionable"... probably on 7 times out of 8 on careful reading of the review is probably just... on 10% of the time of the canididate was right. Prometric test old used to have a get out clause of Condé the "best" answer.

    Reviews beta there is a feedback button... I don't think that is the case with production currently at pearson airport reviews. Even if he doesn't it count against time test to comment...

  • My Oracle 8 database starts?

    Hi experts. Would like to be one.

    We have this old, old Oracle 8i database on a Windows Server. The name of the comic is PROD

    I need to connect to it, but I'm having difficulties.

    I'm looking for services-

    OracleServicePROD IS launched

    OracleStartPROD will not start (maybe because the database is already started?)

    OracleNamesService does not start

    AMT involves IS started


    Can anyone give me any advice for the verification of this database is started, please?
    Thank you, John

    Above described whereas environment and "" SVRMGR30. "» EXE", it is clearly not"8i"8.0.x,, right.

    I guess that I in "Oracle 8i database" in the first post is a typo.

  • Oracle Enterprise database control language in English

    Hello world.

    When Access then Oracle Enterprise Database Control in a Windows 7 Professional in Portuguese, I see the Oracle Enterprise Database Control in Portuguese language. How can I then change control Oracle Enterprise database language to English?

    Thank you

    Direct access to Enterprise Manager in another language

    http://download.Oracle.com/docs/CD/B10501_01/EM.920/a96673/APPD.htm#624335

    check this discussion also. Change language in OEM?

  • enumerate the user tables in oracle 9i database

    Hello

    IM new bi to database oracle,...

    Anyone give me the command to enumerate the user tables in the oracle 9i database. ??.

    IM using linux redhat 4.0... and oracle 9i database...

    Thank you
    Vasanth...

    Hello

    Select sesion.sid,
    sesion. Serial #.
    sesion. UserName,
    sesion.sql_id,
    sesion.sql_child_number,
    optimizer_mode,
    hash_value,
    address,
    sql_text
    v $ sqlarea sqlarea, sesion v$ session
    where sesion.sql_hash_value = sqlarea.hash_value
    and sesion.sql_address = sqlarea.address
    and sesion.username is not null;

    -Pavan Kumar N

  • Is is possible to connect Netbean IDE to the Oracle XE database.

    Is possible to connect Netbean IDE to the Oracle XE database uses drivers provided with Netbean network.

    I m giving continuation of input to Netbean parameter.

    Data entry mode: entry field
    Driver name: JAVA DB (Network)
    Host: light-LMO
    Port: 1521
    Database: XE
    Username:lightweight
    Password: xxxxx


    When tried connecting the Oracle XE using netbean I got following error.


    ubable to add a connection. Could not establish a connection to the jdbc:derby://lightweight-ovm:1521 / XE
    using org.apache.derby.jdbc.ClientDriver (insufficient during the reading of the network - wait a minimum)
    6 bland and received only 1 byrtes. the connection has been lost.


    However, I can able to connect in the jsp pages using the following connection string.

    Class.forName ("oracle.jdbc.driver.OracleDriver");
    Conn = DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:XE", "light", "oracle");


    What's not here?

    Please post this in

    Database connectivity - Java Database Connectivity (JDBC) Forums...

    http://forums.Sun.com/forum.jspa?forumid=48&start=0

    Concerning
    Rajesh

  • Windows 7 supports Oracle 9i Database?

    Hi all
    I would like to know which Microsoft Windows 7 does support the oracle 9i database?
    Thanx

    The only certified database for Win7 version is 11 GR 2 - no older versions will be certified.

    http://download.Oracle.com/docs/CD/E11882_01/install.112/e10843/reqs.htm#CHDHGGFE

    HTH
    Srini

  • What are the risks involved in the Migration of Oracle 7 database to oracle10G

    Hello
    As a requirement of business me are necessary for the migration of our current production (Oracle 7.3.4) database to Oracle 10 G R2.

    I need to understand the risk involved in the affirmative and corrective action necessary.
    Your small contribution is greatly appreciated.

    Thanks in advance.

    Kind regards
    Vijay

    I did the migration of Oracle 8.1.6 to 10g database. Although I wasn't about many questions, questions I have met have been documented in Metalink. First, you will need to do a test migration, a UAT and then go to know the risk to go into production.
    I think you need to upgrade to 8.1.7 and migrate then import/export 10g directly. I had faced problems with the database with the Oracle Application database queues.

    Kind regards
    Marie.

  • ODI with local Oracle XE database implementation

    Hi all

    I'm putting in place the ODI with a local Oracle XE database.
    Individuals: WinXP Pro
    Oracle XE 10.2.0

    I was able to create a master repository without a problem.
    I'm trying to connect with the designer of the ODI and I created a "working repository connection", but I get the username/password invalid name when you test the connection.
    I use the Oracle user name password that I used for the creation of the master repository.
    What I'm not doing correctly?

    Thank you
    Bob

    Well I think you enter the user name and password for odi
    the user name for ODI's SUPERVISOR
    and the password for ODI SUNOPSIS

  • Saving UTL_FILE of Oracle 9i DataBase

    Hi all!

    I have a problen save an XML file that is generated in the SQL sentence in my Oracle 9i Database when the file is greater than 32 KB.

    To save the file that I use UTL_FILE library and I found that there is the problem.

    The code I use is as follows:

    CREATE OR REPLACE PROCEDURE SIGADMIN. PRUEBA_CAUC0004_EXT AUTHID CURRENT_USER IS
    CLOB XML;
    VXML varchar2 (100);
    ..
    ..
    xfile utl_file.file_type;
    doc xmldom. DOMDocument;
    ..
    ..
    BEGIN
    ..
    ..

    -Inicializamos el CLOB
    DBMS_LOB. CreateTemporary (xml, TRUE);
    ..
    ..

    -Pasar el DOM document a CLOB
    xmldom.writeToClob (doc, xml);

    xfile: = utl_file.fopen('TEMP_DIR','PRUEBA_CAUC0004.xml','w');
    ..
    ..
    WHILE (pos, len) LOOP
    VXML: = dbms_lob.substr(xml,100,pos);
    UTL_FILE.put (xfile, VXML);

    POS: = pos + 100;
    END OF LOOP
    -Liberamos los recursos
    xmldom.freeDocument (doc);
    UTL_FILE.fclose (x);
    ..
    ..
    ..

    In general, it is much easier to use"dbms_xslprocessor.clob2file" as shown in the following pseudocode:

    declare
       xml xmltype;
       cl   clob;
    begin
       xml := build_your_xml();
       cl := convert_xml_to_clob(xml);
       dbms_xslprocessor.clob2file (cl, 'YOUR_DIRECTORY', 'YOUR_FILENAME');
    end;
    /
    

Maybe you are looking for

  • Portege R830 - 111 BIOS can not find the SSD drive

    HelloFour days ago, I bought R830-111 [PT320E-00X00XPL] and a - DATA S599 2.5 "SATA II Solid State Drive 128 GB to replace the standard HARD disk drive. Unfortunately, the new SSD drive does not work with this laptop. Several times, after several reb

  • Satellite A100-998: CD/DVD player does not recognize digital camera installation disk

    Hello world. I just tried to install my digital Canon camera on my Satellite A100 - 998 (PSAA9E), but the drive just won't start. It is not recognizing that the disc is in the drive. I tried the drive with a music CD and it works very well and thinki

  • error code windows update_8007371C?

    I get an WindowsUpdate_8007371C error code. How can I solve this problem?

  • error on black screen 2000-0142

    original title: black screen Window vista DELL screen black error code 2000-0142 portable hard drive 0 that I tried the updata virus leaves the next day then morning black screen

  • Recover Google Chrome uninstall.

    Hi, I installed Google Chrome and decided to uninstall it.  I reset IE8 to its values by default and all seems OK with a GLARING question!  It seems that if I click on a hyperlink in Outlook 2007, I get this funky error message:"This operation has be