MS ACcess and Oracle CLOB

I am trying to transfer data in an Oracle Access database. The table that I'm aiming is a CLOB and access/Windows ODBC complain about being out of reach sql data type. Experiment with the removal of the fields of my script I reduced to the deposited CLOB. I tried some google searches and found several answers to the error, but none that has nothing to do with CLOB
The table is defined as a linked table and the dsn file looks like this
I use the DRIVER = Microsoft ODBC for Oracle in my data source and the field Access I migrate from is defined as "Memo", but again once I tried experimental loads with more restrictive data types and different drivers and not had any joy.
I all else fails I can dump the whole lot into an excel file and load it by Developer sql but for various reasons, I prefer to go through the access road if possible. Can anyone help please?
Thank you

Do not forget that the Microsoft ODBC for Oracle driver is designed with Oracle7 in mind. Then maybe clob is not supported. (Also pilot has been deprecated long, long ago by SM.)

Within the first few relevant google search links:
http://msdn.Microsoft.com/en-us/library/ms713590 (v = VS. 85) .aspx
http://support.Microsoft.com/kb/244661

Published by: orafad on Sep 20, 2011 14:10

Tags: Database

Similar Questions

  • Interface between MS Access to Oracle

    Guys,

    I need to have an interface between a MS Access DB for Oracle. On some events on MS Access. you will need to send information to oracle db and at the same time some events on oracle to send info to MS Access

    There will be communication in both directions between ms access and oracle.

    According to your experience guys do you have suggestions?

    Number of things I've designed:
    1 can visit his profile generate the XML file and dump it to oracle and periodically predefined folder can access this file for the registration process and insertion.
    2. direct connection between MS access and Oracle

    You guys have any suggestions?

    R

    Hello

    Click on the link below
    [http://www.orafaq.com/node/60]

    Kind regards
    Delphine K

  • PHP and OCI - Lob: read oracle clob

    I'm having a weird problem with PHP and the method of the OIC - Lob: read.

    We have a page that connects to the database and all other fields in fate without any problem. However, when it comes to the CLOB, only a small part of the actual data is retrieved.

    The code uses:

    $content= $features[14]->read(2000); echo $content;

    And we get a small section of returned field (only about 185 on a total of 553 tanks). The really strange thing is that no matter what the length specified is - it returns, although a small section - and the cut seems to in fact be 549 bytes/tanks - anything below the read (length) specified as 549 shortens the string returned (although what is returned is much less the 549 tanks) but something more than 549 makes no difference.

    In addition, we used the method of NOZZLE - Lob: load with exactly the same results where only part of the actual value of the clob field is returned.

    Any ideas of what could be the cause?

    Version of PHP is 5.1.6

    RDBMS is 11.2.0.4.2

    OIC config via the phpinfo() function shows

    OCI8

    Oci8 support

    activated

    Review

    $Revision: $1.269.2.18

    Active persistent connections

    1

    Active connections

    1

    Oracle Instant Client Version

    1. 10.2

    Temporary Lob support

    activated

    Support for collections

    activated

    Directive

    Local value

    Master value

    OCI8.default_prefetch

    10

    10

    OCI8.max_persistent

    -1

    -1

    OCI8.old_oci_close_semantics

    0

    0

    OCI8.persistent_timeout

    60

    60

    OCI8.ping_interval

    60

    60

    OCI8.privileged_connect

    Off

    Off

    OCI8.statement_cache_size

    20

    20

    It turns out that there was a problem with the tns alias.  To test, the connection string has been hard-coded and the clob data was then returned correctly without truncation.  Using the alias tns in the connection descriptor appears to have been the root of the problem, so there was a little in tnsnames.ora syntax error although I'll be damned if I can understand why it was partially recovering the clob.

  • Certification of "Eloqua Oracle and Oracle Content Marketing Cloud Service 2013 pre-sales specialist"?

    Hello

    I want to know I want to take the exam of Eloqua Oracle and Oracle Content Cloud Service 2013 Marketing Specialist pre-sales.
    Currently, I'm taking classes, unable to find the page where I can go for the certification exam.

    Any suggestions?

    Thanks in advance.

    Hello

    You should be able to access through this link: http://ilearning.oracle.com/ilearn/en/learner/jsp/offering_details_home.jsp?classid=1371508648

    I was able to retrieve it by visiting this page, which has little more context that may be useful: Service of Cloud Marketing Oracle Eloqua specialization criteria

    Please like and mark as helpful if you find it useful.

    Joseph

  • transfer of data from access to oracle through ODBC

    I plan to create a data warehouse.

    I transfer an access to oracle table using ODBC. structure of the access table is below.

    dw.JPGn

    When I opened the session table in oracle hour start and end changed to 30-dec-99, could you please help me how to display time of beginning and end of column value

    dw2.JPG

    Sorry, but this is the forum for data retrieval. Try to find a forum for ODBC or go on the forum of the General database.

  • How did the same predicate is completed access and filter?

    SELECT select, j.job_title, d.department_name

    OF e hr.employees, hr.departments d, hr.jobs j

    WHERE e.department_id = d.department_id

    AND e.job_id = j.job_id

    AND select LIKE 'a % ';

    Execution plan

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

    Hash value of plan: 975837011

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    | 0 | SELECT STATEMENT | 3. 189. 7 (15) | 00:00:01 |

    |* 1 | HASH JOIN | 3. 189. 7 (15) | 00:00:01 |

    |* 2 | HASH JOIN | 3. 141. 5 (20) | 00:00:01 |

    | 3. TABLE ACCESS BY INDEX ROWID | EMPLOYEES | 3. 60. 2 (0) | 00:00:01 |

    |* 4 | INDEX RANGE SCAN | EMP_NAME_IX | 3 | | 1 (0) | 00:00:01 |

    | 5. TABLE ACCESS FULL | JOBS | 19. 513. 2 (0) | 00:00:01 |

    | 6. TABLE ACCESS FULL | DEPARTMENTS | 27. 432. 2 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - access("E".") DEPARTMENT_ID "=" D ". ("" DEPARTMENT_ID ")

    2 - access("E".") JOB_ID '=' J '. ("' JOB_ID ')

    4 - access ("E". "Last_name" LIKE 'A %') "

    filter ("E". "LAST_NAME" LIKE 'A %') "

    I understand not only how to select column is evaluated by the access and filter? Can someone there explain please? Or recommend me an article or document that explain this predicate excatly explains to explain the plan?

    Thanks in advance.

    Near NightWing.

    I believe that the predicate can be used to access THE index entries and if entries of access could include potentially "false positives" then filtering is required to remove the FPs.

    This filtering can be done in the same step of the operation (such as access) or as an extra step.

    My apologies, this has become much longer and more detailed that I intended it to be. :-(

    If I understand correctly,

    In terms of the explanation of the path, each step can include access and filtering process for "entries" (index or line). In the plan to explain the predicate section shows Information the use of predicate for step 'matching. "

    Some predicates can be "used" to ACCESS (ing) the entries, while the same or additional predicates (or even other) can be "used" to FILTER (ing) access entries (which have been consulted, but the optimizer is not sure that EACH AACCESSed entry is indeed a part of final result set). In such cases optimizer applies filtering predicate also during the operation stage. The optimizer can sometime even add additional operation steps or predicate [almost like a short circuit]

    So, using our previous configuration, allow us to run test cases.

    In this query we use AS predicate but the operand does NOT contain any 'wild' character In this case INDEX RANGE SCAN is performed, but since there is no wild characters are involved we can be sure that each entry using this predicate is indeed part of the final result set. This predicate Section shows that the predicate is used ONLY to access (index) entries.

    We know that the result set of this query is NULL lines.

    > explain plan for select v1 of tst where v1 as "A".

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |           |     1.     7.     1 (0) | 00:00:01 |

    |*  1 |  INDEX RANGE SCAN | TSTV1_IDX |     1.     7.     1 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - access ("V1" = 'A')

    However, in this application, there is a wildcard character in the predicate, so while the INDEX RANGE SCAN step access entries using this predicate, it could potentially access entries that can be part of the final result set. So in the SAME step of the INDEX RANGE SCAN operation the predicate is also used for filtering. Since this is the only predicate, it may seem redundant.

    > explain plan for select v1 of tst where v1 like 'a % '.

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |           |    24.   168.     1 (0) | 00:00:01 |

    |*  1 |  INDEX RANGE SCAN | TSTV1_IDX |    24.   168.     1 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - access ("V1" LIKE 'A %')

    filter ("V1" LIKE 'A %')

    If we add an another predicate as below (also includes wild character), it gets interesting. INDEX RANGE SCAN step performs two access AND filtering.

    Please note that the predicate 'V1' AS '%' is used to ACCESS and FILTER, fine FILTER uses additional predicates.

    > explain plan for select v1 of tst where v1 like 'A %' and v1 as "%c".

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |           |     1.     7.     1 (0) | 00:00:01 |

    |*  1 |  INDEX RANGE SCAN | TSTV1_IDX |     1.     7.     1 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - access ("V1" LIKE 'A %')

    filter ("V1" IS NOT NULL AND "V1" LIKE 'A %') AND "V1" LIKE "%c"

    When we change the predicate 'V1' LIKE 'A %' to 'V1' > 'A', then we can use the predicate to access entries AND do not forget that each entry using this predicate are

    Indeed part of results if other predicates are met. In this case optimizer of must not filter on 'V1' > 'A', wherever it must continue to filter on 'V1' LIKE '%c '.

    > explain plan for select v1 of tst where v1 > 'A' and v1 as "%c".

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |           |     1.     7.     1 (0) | 00:00:01 |

    |*  1 |  INDEX RANGE SCAN | TSTV1_IDX |     1.     7.     1 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - access("V1">'A')

    filter ("V1" IS NOT NULL AND "V1" LIKE "%c")

    Of course, if we do the predicate so that the entries are NOT accessible using the predicate, then for INDEX FULL SCAN (no Beach cannot be determined) operation comes into play and the predicate of ACCESS goes. All entries in the index are ALWAYS accessible (predicate applied no ACCESS) and FILTER predicate is applied.

    > explain plan for select v1 of tst where v1 like '%c %'

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |           |     1.     8 S     1 (0) | 00:00:01 |

    |*  1 |  INDEX SCAN FULL | TSTV1_IDX |     1.     8 S     1 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - filter ("V1" IS NOT NULL AND "V1" LIKE '%A%c')

    For the example proposed by JL, two predicates are used in the INDEX RANGE SCAN step to access THE entries. In addition, we can be sure that all entries that are accessible with success using this predicate can be included in the final result set. So not necessary filtering.

    > explain plan for select v1 of tst where v1 > 'A' and v1<>

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |           |    24.   168.     1 (0) | 00:00:01 |

    |*  1 |  INDEX RANGE SCAN | TSTV1_IDX |    24.   168.     1 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - access("V1">'A' AND "V1")<>

    Interestingly, when we change the 'B' in the previous query to 'A', change predicates of inequality, so we cannot use index. Optimizer knows this and switches for FTS and introduced an additional step of operation FILTER. In my view, the filter predicate can be applied in operation of FTS. Additional FILTER stage is the predicate as FALSE hard-coded value. It does not yet use our predicate of the query.

    Well, don't know if he actually bypasses the operation of FTS. SQL trace can indicate that.

    > explain plan for select v1 of tst where v1 > 'A' and v1<>

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |      |     1.     8 S     0 (0) |          |

    |*  1 |  FILTER |      |       |       |            |          |

    |   2.   TABLE ACCESS FULL | TST |    49.   343.     3 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - filter (NULL IS NOT NULL AND NULL IS NOT NULL)

    Subsequently, optimizer decides to use the INDEX RANGE SCAN, even if the predicate is always an inequality. Go figure...

    > explain plan for select v1 of tst where v1 > 'A' and v1<=>

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

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

    |   0 | SELECT STATEMENT |           |     1.     8 S     0 (0) |          |

    |*  1 |  FILTER |           |       |       |            |          |

    |*  2 |   INDEX RANGE SCAN | TSTV1_IDX |     1.     8 S     0 (0) | 00:00:01 |

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

    Information of predicates (identified by the operation identity card):

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

    1 - filter (NULL IS NOT NULL)

    2 - access("V1">'A' AND "V1")<>

    As others have said, it is difficult to understand and predict the path, but fortunately Oracle doing the right thing, 99% of the time.

    VR

    Sudhakar

  • Conversion of query MS Access to Oracle

    Hello

    With the help of Oracle 11 g.

    I need to convert query MS Access to Oracle:

    UPDATE AR2000_CREDITS_DEBITS INNER JOIN (APPROVED_CREDITS_DEBITS INNER JOIN CREDIT_DEBIT_TYPE ON APPROVED_CREDITS_DEBITS. CREDIT_DEBIT_TYPE = CREDIT_DEBIT_TYPE. CREDIT_DEBIT_TYPE)

    ON AR2000_CREDITS_DEBITS. CREDIT_DEBIT_ID = APPROVED_CREDITS_DEBITS. CREDIT_DEBIT_ID AND

    AR2000_CREDITS_DEBITS. OBLIGATION_SUB_ACCOUNT = APPROVED_CREDITS_DEBITS. SUB_ACCOUNT)

    SET

    AR2000_CREDITS_DEBITS. CLASSIFICATION_CODE = 'X ',.

    AR2000_CREDITS_DEBITS.comments = 'PB - all fields. "

    WHERE

    AR2000_CREDITS_DEBITS. CLASSIFICATION_CODE is null

    AND AR2000_CREDITS_DEBITS. BASE_AMOUNT = BEFORE_TAX_AMOUNT

    AND LAST_SIGNED_DATE = OBLIGATION_DATE

    AND AR2000_CREDITS_DEBITS.GL_DISTRIBUTION_CODE not Like '% SMB.

    Thank you

    M.R.

    You are not viewing the details of your tables so we do not know where the

    BEFORE_TAX_AMOUNT, LAST_SIGNED_DATE, or OBLIGATION_DATE owned or what relationships are exactly.

    You'll probably look at something on these lines:

    Update arcd ar2000_credit_debits

    Set classification_code = 'X ',.

    Comments = "PB - all fields."

    where classification_code is null

    and gl_distribution_code not like '% SMB.

    and (base_amount, last_signed_date)

    in (select before_tax_amount, obligation_date

    of acd approved_credit_debits

    Join credit_debit_type cdt on (acd.credit_debit_type = cdt.credit_debit_type)

    where arcd.credit_debit_id = acd.credit_debit_id

    and arcd.obligation_sub_account = acd.sub_account

    )

    Although I doubt that it works because it is (there certainly not tested), and we need all the information on the tables and relationships first.

  • Designer sql access manager oracle to initialize application on Windows 7 error

    I try to use the application on a windows computer Designer 7.  PeopleTools 8.50.10 and Oracle 10 g 32-bit client installed.  I can connect to the database via sqlplus.  When I open the application designer and try to connect, I get:

    SQL Access file Manager: SQL ManagerSQL Access error. #2 stmt. Position of the error: 0 return: 8097 - Oracle initialization error

    My account of windows 7 is a "standard user" account  When I log in as an administrator, I can connect to designer app without any problem.  Anyone know what changes I can make so that standard users can use designer app or mover of data without the need to access admin account?

    Thank you!

    Way the easiest way is to disable the user on windows access control.

    From the windows menu start in the search box, type UAC, and move the slider to never notify.

    Also, make sure that the configuration manager settings are configured correctly, this is related to the windows user profile (ConnectId, path of the Oracle Client, etc.).

    Because you can connect to the developer of the Application with the administrator user, first try to export configuration manager settings while logged into Windows with an administrator account and import the same configuration manager settings while logged into Windows with a regular user account.

  • Access to Oracle Press VirtualBox virtual host

    Hello

    I have a windows host system 8, install the Virtual Box last edition.

    The guest operating system is Linux oracle that came with the selection of pre-designed developer programs Oracle's VM.

    The virtual machine is set to HOST ONLY the network settings.

    Now, the thing is I want to access the Oracle in the guest from my windows host computer.

    the guest operating system indicates the IP 192.168.56.101. I can ping the IP address of the HOST machine, but cannot connect to the

    Developer SQL to oracle in the guest to the host OS. He goes on to say that impossible to connect the network card.

    Please I need help, now please do not say that to install the oracle in the window itself. In fact, I want to do the same on my macbook pro since it is my main machine.

    Hello guys,.

    Thanks for the responses you provided really appreciate it.

    I made this connection and access between the host and the guest, and to access the oracle on the guest database.

    System information:

    • MacBook Pro - OS X 10.8.4
    • RAM 4 GB [go to 8 GB]
    • Package VM: Oracle Virtual Box
    • Guest VM: Oracle VM [ http://goo.gl/dtbzO ] developer pre-designed program selection
    • Network connection: host only

    Steps to connect the host to host

    1. If you see the "ifconfig", you will see a network card named 'vboxnet0' [created after the installation of VB]
    2. Check the address allocated to the virtual machine [MAC]-> preferences-> network: copy the beginning or between address, which in my case has been 192.168.56.101 [start a]
    3. Assign the address to the vboxnet0 adepter by terminal: sudo ifconfig vboxnet0 alias 192.168.56.101 to the top
    4. Change the virtual machine network affecting "Host," only
    5. Select the vboxnet0 virtual adapter in the adapter list, apply the configurations, click ok
    6. Start the guest operating system and login
    7. Check the IP configuration it by ifconfig, you will find the map eth0 with the same IP address that you assigned to the vboxnet0 on the host machine.
    8. Sql Developer on the host machine fire
    9. Make a new connection and "Hostname" as even as the vboxnet0 IE. 192.168.56.101, fill in the other details of the connection details Oracle needed comments
    10. Test the connection
    11. Woollaaaa you are finished
  • Difference between oracle and Oracle Application Server Developer's costume?

    Hi all

    If someone please tell me the main difference between the costume of developer and Oracle Application Server.

    I will be very thank ful.

    Thank you

    Hina.

    You would need an application to host the application, but each user could access this application using a browser. So the obligation for each user is simply a browser with an appropriate Sun JRE installed - this JRE (if not already installed) can be configured to be automatically downloaded and installed on the client from the application server.

  • Read Only privileges for server access and Identity Server - OAM 10g

    Hello

    I'm working on Oracle Access Manager version 10g 10.1.4.
    I use an administrator account that is a member of the group 'Directors of COREid' to connect to access consoles and identity of OAM.
    Since this is the administrative account, it has the right to change and update all entities to access/identity.
    How can I set up an account with the "view only" privileges on all objects of access and identity of OAM?
    I need a session on the consoles of access and identity of OAM and discovers all the political configuration areas/policies/access System/Manager config/Group Manager configured bt etc will not be able to modify the any of them.
    Is it possible to set up such an account in OAM?

    Kind regards
    Abhishek.

    Hi Abhishek,

    It is possible to define different levels of administrator, but it is not possible to give an admin read access (to the objects in the consoles) without also giving change access. I don't think that there is a simple way to meet this requirement - to access the system, you can use the Strategy Manager API and write your own interface (which doesn't have the ability to change), but of course, it would be a development effort.

    Kind regards
    Colin

  • Database 10 g Express Edition and Oracle 10 g install

    I have Oracle 10 g client on my desktop and it connects to a server Oracle 10g on a database server by using a tnsnames.ora file. I feel that to run Oracle directs that a client server and database is required. Is this correct? What is the database 10g Express Edition? It is the client, the database server, or both? How should I use the tnsnames.ora file? If it is a database server where the tables are stored? Please help me I'm confused. Thank you.

    Este

    >
    I have Oracle 10 g client on my desktop and it connects to a server Oracle 10g on a database server by using a tnsnames.ora file. I feel that to run Oracle directs that a client server and database is required. Is this correct?
    >

    Not necessarily; in fact, you can run the Oracle database commands using pass (local) connections. You would of course be connected to the operating system where it is installed your Oracle database to establish local connections without using tnsnames.

    >
    What is the database 10g Express Edition? It is the client, the database server, or both? How should I use the tnsnames.ora file?
    >

    Oracle Database XE is a database server. Client software must be installed on client systems for remote access to Oracle Database 10g Express Edition. You need not install the client on the same computer as Oracle Database 10 g Express Edition.

    >
    If it is a database server where the tables are stored? Please help me I'm confused. Thank you.
    >

    The tables are logical structures that are in your data files; the data files are physically stored on the operating system on which the Oracle database server is installed.

    Kind regards
    Phiri

  • Process of ASM and ORACLE process doing the work?

    Hello

    I have a general question regarding oracle and ASM. I recently read that ASM has its own process and confirm that i grep the process and got it and some more other running processes.

    Oracle 28532 1 0 Jun20? 00:00:22 asm_psp0_ + ASM1
    Oracle 28534 1 0 Jun20? 00:00:55 asm_lmon_ + ASM1
    Oracle 28536 1 0 Jun20? 00:42:06 asm_lmd0_ + ASM1
    Oracle 28538 1 0 Jun20? 01:19:41 asm_lms0_ + ASM1
    Oracle 28542 1 0 Jun20? 00:00:04 asm_mman_ + ASM1
    Oracle 28544 1 0 Jun20? 00:26:15 asm_dbw0_ + ASM1
    Oracle 28555 1 0 Jun20? 00:02:45 asm_lgwr_ + ASM1
    Oracle 28573 1 0 Jun20? 00:01:15 asm_ckpt_ + ASM1

    On the same database, I've done grep on oracle process and got below went out with a few other processes.

    Oracle 30624 1 0 Jun20? 00:00:53 ora_diag_admprd1
    Oracle 30631 1 0 Jun20? 00:00:44 ora_psp0_admprd1
    Oracle 30641 1 0 Jun20? 03:01:44 ora_lmon_admprd1
    Oracle 30649 1 0 Jun20? 19:39:17 ora_lmd0_admprd1
    Oracle-30683 1 0 Jun20? 00:15:32 ora_mman_admprd1
    30691 1 4 Jun20 Oracle? 4-08: 40:04 ora_dbw0_admprd1
    30702 1 1 Jun20 Oracle? 1-15: 49:31 ora_lgwr_admprd1
    Oracle 30711 1 0 Jun20? 01:00:02 ora_ckpt_admprd1
    Oracle 30721 1 0 Jun20? 00:32:14 ora_smon_admprd1

    This, I understand that the DSO has its own process and I agree with that.

    Here, what do these processes. I want to say that we have many processes in common as dbw0 and lgwr etc which is who is doing the job of writing. If so do we need the other process that is sitting idle. What is the fundamental difference between these processes?

    Hello
    The ASM instance is made of the same technology as instances of database, as a result, his legacy his background process and its engine.

    DBW, lgwr, and all the other processes have the same idea, but they do different things in different instance types. For example, DBWR in the database instance writes the data blocks changed instance database SGA in its data files, on the other hand, the same dbwr process to an instance ASM writes metadata changed instance ASM LMS to the header of the disks.

    Sure if you use ASM in your environment and you have a the same server instance, you must have dbwr, lgwr, etc. of your instance of the database and instance your ASM. Each process are diferents LVO to manage and do different tasks.

    On the communication between the database instance and the Oracle instance, this is done by two new background process introduced in version 10g, they are the FILIPE and the RBAL. RBAL performs world open disks in disk groups and FILIPE connects as a foreground process in the ASM instance. An Oracle instance is not before the write operation in the ASM instance, ASM instance don't gives instance information database where the data is located, through sound medatada.

    Subject of your question to instance dbwr writing directly in the ASM disks. Yes, they do!

    ASM instance handles only the metadata needed to make files ASM instances of database accessible to the ordinary, both (ASM instances and instances of database) have access to a common set of disks that belong to groups of disks.

    PS: Some of this information comes from 10g DOC, doc 11G and Oracle Press Book named (Oracle Automatic Storage Management)

    I answered your questions?

    Kind regards
    Cerreia

  • Guyz I need to convert the database from ms access to oracle 10g

    Hello everyone... I wanan convert my access database to oracle 10g. As I create a form like OVERVIEW MONTHLY after the transfer to oracle 10 g... I wud really cud happy if a few b help me in this matter...
    I'm ready to send database... access to u people can check it out and get back to me with a useful solution!

    Hello

    Oracle SQL Developer migration

    Oracle SQL Developer integrates migration support, offering users the opportunity to migrate objects from database and data from MySQL, Microsoft Access and Microsoft SQL Server, Sybase to Oracle. This document details the installation steps to help prepare your environment for migration of database and provides a brief description of each of the 5 main steps of a migration.

    http://www.Oracle.com/technology/tech/Migration/Workbench/files/omwb_getstarted.html

    Concerning

  • Import an Access from Oracle database

    Hello

    I would like to know if there is a way to import an Access from Oracle database


    Thanks forward

    The easy and simple way to do this is using Sql Developer

    Please see the link is a guide step by step to achieve what you want

    http://www.Oracle.com/technology/tech/Migration/Workbench/Viewlets/accessconnlauncher.html

    http://www.Oracle.com/technology/tech/Migration/Workbench/Viewlets/msaccesslauncher.html

    Concerning

Maybe you are looking for

  • invalid paymeth

    Hello! I had problems with my visa card when I pay my own in the App Store! I had own Appstore $ 19.99, but I tranfer money $ 40 on my visa already but when I vertify your billing information to pay off my own but the apple ID warning (your paymeth h

  • I have no installed ipv4 protocols

    I have apparently no ipv4 rpotocals on my windows xp served 3 pack, running some programs microsoft fixit, but no one has found any problem, or reported them missing. Could you let me know how to install them myself or where I can get the relevent pa

  • e200v1 01.02.24 Bug

    Upgrade to the latest firmware and the sansa is no longer recognized by my computer. How can I go back to the previous firmware?

  • I need help to set up my wireless router

    When I insert the CD to install the Wireless G Broadband Router (linksys by Cisco) the installation process does not start automatically - what should I do? I have Windows Vista Thank you Bonnie

  • BEX / BEX64 problem event name. PLEASE HELP ME...

    I had this problem for the last two weeks and the same message appears ".exe has stopped working". Windows cannot open my MW2 single player or multiplayer file, The Witcher 3 Wild Hunt or GTA 5. He started only with MW2 and then more games like GTA a