Confusion on how oracle works in SGA

i did the following
Session 1
conn user/password
exec num(2000);/* this procedure generates numbers and inserts in a table on the xxx tablespace */
Plsql procedure completed
CommitCommit complete
     Session 2 /// this session is run simultaneously with session 1 using another terminal.
conn sys/<password> as sysdba
alter tablespace xxx offline normal
tablespace altered>
The problem is when the procedure is running I tried to turn the tablespace offline ..
But the tablespace gets offline and the procedure is still running . and also I have commited the trasaction when the tablespace is offline. The commit is successful. The commit should be unsuccessful bcos the tablespace is offline.
i am using oracle 10g R2 version on windows vista.
can anyone also give me any links or info on how oracle actually works when i give a DML query. like insert. or update..

but the procedure was still running when the
tablespace went offline normal.
How sure are you that the procedure was still successfully modifying the data ? It should have generated Oracle error ORA-00376: file N cannot be read at this time the moment the tablespace went off line.
Is the code short enough to post ? (If so, don't forget the "code" tags - see FAQ at top right - to get a fixed font display).
Is it not that dirty buffers are still being written
and the tablespace has gone offline!The session updating the data should fail as the tablespace status is changed, and the database writer will be triggered to write all the dirty blocks from that tablespace to file before the tablespace offline is completed.
>
Do you mean to say that there are still dirty buffers
belonging to the tablespace even after a checkpoint
and the tablespace being down!No.
Regards
Jonathan Lewis
http://jonathanlewis.wordpress.com
http://www.jlcomp.demon.co.uk
P.S. Here's a cut-n-paste from a SQL*Plus session running 10.2.0.1 as the tablespace holding table t1 - with one row in it - is taken offline a few moments after the pl/sql starts running:
SQL> insert into t1 values(1);
1 row created.
SQL> commit;
Commit complete.
SQL> get afiedt.buf
  1  begin
  2  for i in 1..1000000 loop
  3  update t1 set n1 = ln(i);
  4  end loop;
  5* end;
SQL> /
begin
ERROR at line 1:
ORA-00376: file 6 cannot be read at this time
ORA-01110: data file 6: 'C:\ORACLE\ORADATA\DXR2\TEST_8K.DBF'
ORA-06512: at line 3

Similar Messages

  • A bit confused about how -Suy works... Any help?

    I'm new to Arch, I've been using it for the past one or two months.
    I have been doing "pacman -Suy" every day now and everything went fine.
    Yesterday, Gnome 2.24 came through. So, I installed it. I noticed today that many parts of GNOME 2.24 have not been installed correctly. For example:
    -> The deskbar applet was not there
    -> The hamster-applet was not there
    -> The Dwell-click applet was not there
    Mostly, stuff belonging to gnome-extra meta.
    When i decided to "pacman -Sy gnome-extra", it told me that it was going to "reinstall" and NOT upgrade all the corresponding packages because they were all up-to-date (some of them were not present on my system), but then again told me to download some 27MB of packages. So I decided to proceed with the install and, lo and behold, eveything checks out OK.
    I'm baffled. Shouldn't "pacman -Suy" had upgraded everything the first time? I mean, check that gnome-extra was new and so re-install it with the new packages? What is going on here? Are there any more metas like gnome-extra that I should be upgrading by hand?
    P.S. Note: I'm using Pacman-color v3.2.1.b instead of pacman. Could this be responsible?
    Thanks!

    iphitus wrote:pacman -Syuyuyuyuyuyuyu works equally well
    Not equally... that will force a database refresh.
    Here's a script (Python for a change ) that can check if a locally installed group is complete or not. If not, it will list the packages that are missing. If you pass it group names as arguments, only those groups will be checked. If you don't pass it any arguments, all groups found locally will be checked. Be careful in how you interpret this because you might have installed a package that belongs to a group and it might tell you that xx packages belonging to that group were not found on your computer. Obviously, if you haven't installed the group, that's what you'd expect.
    The script does not install or update anything. It only displays some info. Save it as "group_checker.py" and make it executable. To check "gnome" and "gnome-extra", invoke as follows:
    group_checker.py gnome gnome-extra
    group_checker.py
    #!/usr/bin/python
    import sys
    import os
    import re
    from sets import Set
    from string import join
    local_group_cmd = 'pacman -Qg'
    for arg in sys.argv[1:]:
    local_group_cmd += " %s" % arg
    local_group_list = os.popen(local_group_cmd).read().rstrip()
    if len(local_group_list) == 0:
    exit()
    regex = re.compile('(\S+)\s+(\S+)')
    local_group_dictionary = {}
    for line in local_group_list.split("\n"):
    (group,pkg) = regex.search(line).group(1,2)
    if local_group_dictionary.has_key(group):
    local_group_dictionary[group].add(pkg)
    else:
    local_group_dictionary[group] = Set([pkg])
    sync_group_cmd = 'pacman -Sg ' + join(local_group_dictionary.keys())
    sync_group_list = os.popen(sync_group_cmd).read().rstrip()
    sync_group_dictionary = {}
    for line in sync_group_list.split("\n"):
    (group,pkg) = regex.search(line).group(1,2)
    if sync_group_dictionary.has_key(group):
    sync_group_dictionary[group].add(pkg)
    else:
    sync_group_dictionary[group] = Set([pkg])
    for group in local_group_dictionary.keys():
    missing_pkgs = sync_group_dictionary[group].difference(local_group_dictionary[group])
    if len(missing_pkgs) == 0:
    print "%s is complete" % group
    else:
    print "%s contains the following %d package(s) not found on your system" % (group, len(missing_pkgs))
    for pkg in missing_pkgs:
    print "\t%s" % pkg

  • Confused about how updates work

    Hello all,
    I just submitted my first update to an app and what I see in iTunesConnect confuses me.
    Firstly it looks like two apps now; the same one twice (though one says 1.0 and the other says 1.1). This wouldn't be confusing except for the fact that when i update information for the update it also alters information for the original app. For example I changed the release date for the update to some date in the near future; but I noticed this also changed the release date for the original 1.0 description as well; will that pull my app of the app store? Basically I am just curious how to ensure that when the update hits I go back to the top of my categories list again. Can someone shed some light on this for me? Thank you!

    The release date in iTunes Connect tells Apple the date before which you do not want your application to appear in the App Store.
    It has nothing to do with the "Release Date" as shown to users in the App Store. That can never be changed.
    If you want your 1.1 to have a newer release date, you need to create it as a completely new application. It will have to have a different name from your 1.0, since they won't let you have two applications with the same name; existing users of 1.0 won't be able to upgrade to it; and it will have no history, no reviews, and no reputation.

  • Confused with how things work after ios7

    Hi, the ios7 beta is available only for developers? If yes what does a developer and how to become one?
    Thanks.

    The iOS 7 beta is available only for members of Apple's iOS Developer Program.
    the bog wrote:
    edit: so the release of the OS from yesterday means nothing for normal people. I don't like.
    That's why it's a beta, announced at the developers' conference. Unless you want to sign up as a developer, you'll just have to wait like the rest of us
    Message was edited by: varjak paw

  • How does oracle work

    can some one guide me or provide a link or document in detail about oracle like how it works....like what happens in undo segment..how it is used....kindly help me out...in short i would like to know fundamentals of how oracle works...

    Concepts manual:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/toc.htm

  • How to work with both desktop and Surface pro 3

    Hello,
    I have a desktop for my normal use of Adobe Creative Cloud for Photoshop and Lightroom.  I have my lightroom catalog on a separate external drive.  I just got Surface pro 3 to do Adobe on it.  I am now confused on how to work on Surface and how to access my Lightroom catalog.
    Thanks for your help.
    Mo

    Just install Lightroom on your Surface Pro, plug-in the external drive, and double-click the LR catalog file.

  • Coupon Apps and How they work...

    I would like a coupon app, but am confused about how they work?  Do you scan the barcoad of an item at the store and see if it finds a coupon for you?  And if a coupon is found, does it display a coupon for you to use at the register when you pay?
    For those of you that are using a coupon app, could you explain how it works?  I would appreciate it.

    I have used the old MyCoups app. The bar code was not available then. To get coupons, what I did was I sent them to my email address. After they were on my email acccount I printed them out. I know the new app includes the bar code thing. You can scan a barcode and after you do that, it'll show you where you can buy it

  • How Oracle Clusterware works

    Can anyone give me any links where i can get the informations about how clustware works ? I have googled but no luck.. ex :- we all knwo that if we startup the database what will happen in the background like first it will read pfile/spfile then mount .. then open and we know what is happening in the background. The same way i would like to know :-
    When a server reboot/ when we issue crsctl start crs --> what will happen in the background, what all the configuration files clusterware software will read and what all the checks it will do before making all the components online ? i would like to know exact flow of this process.
    Thanks in advance
    Nishant

    Thanks Fran
    These all docs says what is clusterware and its background process and how to administrate them. With this knowlendge we cannot troubleshoot the issues. I would like to know little bit indepth about the startup process as i mentioned in my first post, I am looking for a doc something like the below. If anyone know please share the link.
    http://www.dannorris.com/wp-content/uploads/2007/05/2009_406_norris_ppr-20090330-2.pdf
    Thanks in advance
    Nishant

  • Confused about how Yahoo mail works on iTouch

    A few questions before i buy an iTouch:
    1. My Yahoo mail will only be updated when I am in wifi range, right?
    2. if the network is password protected, do I have to open safari to log in first? Or how does that work?
    I know with an iPhone, the mail is always updated as long as you are in cell phone coverage, but not sure how this works with wifi.
    thanks-

    Hi Mari Dawley
    1. Yes it will only update when connected to wifi.
    2. To connect to a local network (protected or not) you go to preferences and select wifi, you can then turn the wifi on/off and select which network you would like to connect to. If the network is password protected it will ask you to input the password when you select it.
    Hope this helps
    J.C

  • Foreign Currency Translation at Year End - How SAP Works for P&L items?

    Hi All,
    I wanted to know "How SAP works on Foreign Currency Translation at year end" from Local Currency to Group Currency for P&L Items.
    I know how SAP works for Balance sheet items but am really confused with when the translation was done for P&L Items.
    Configuration:
    We are on ECC 6.0 . Local Currency is CAD and we have 2nd Local Currency as "USD - Group Curr".
    We have set up Valuation Method - 4
    We have set up Valuation Area - 40
    For Account Determination for Currency Translation, GL accounts (Loss, Gain and B/S Adj)  were setup for the combination of Chart of Accounts, Val Area and Fin Stmt Ver.
    Sales Account Balance
    CAD (LC)        USD (2nd LC)       
    1000                   920                        
    Using tcode "FAGL_FC_TRANS", we translated our P&L items.
    Local Currency is CAD and Group Currency is USD.
    CAD 1000 and USD 920 are cumulative balances over a period of time.
    Since at the end of year CAD became stronger, exchange rate is 1.11 as an example
    Sales Account Balance
    CAD (LC)        USD (2nd LC)        Translated Value in USD
    1000                   920                        900
    System passed the following entry in USD:
    Debit Balance Sheet Adj A/c 20
    Credit Translation Gain / Loss A/c 20
    Here are the questions:
    1. How does over all translation work? - Should we get any Gain / Loss and have an effect on P&L when all accounts (P&L, B/S) are translated?
    2. How can there be a gain entry when USD value has really fallen from 920 to 900 in the current case.
    Thanks for your time.
    Vijay

    Hi,
    I had this issue too.  The entry was just opposite to what it should be.  I just flipped the accounts in table FAGL_T030TR.
    Example: 410000 is sales account which normally should have a credit balance.  Here are some entries that were posted to sales in 03/2009 and I am running FAGL_FC_TRANS at the end of the month.
    March 1, 2009 Cr. Sales CAD 1000- USD 900-
    March 2, 2009 Cr. Sales CAD  500- USD 480-
    During FC translation transaction, system takes the balance in the account for the period (if you execute it with 'Val. period balance only' checkbox checked) and not the cumulative balance.  SAP recommends translating period balance only (and not cumulative balance) for P&L accounts.  It sees a balance in LC (this again depends on the config. you have in OB22 - whether the indicator is 1 (TC as source currency) or 2 (LC as source currency for translation)) which is 1500, converts that at month end rate.  After conversion, lets say the balance is 1400-.
    In this case, we expect a credit entry on sales account
    March 31, 2009 Cr. Sales CAD 0  USD 20-
    But system was just posting the opposite.  I then flipped the accounts in FC translation configuration.  I know it is misleading.  In that configuration, system says balance sheet adjustment account, but what you should actually give there is your gain/loss account.  Our gain/loss a/c. falls in the same GL account range as the main account.  For example, for 410000, it is 410999 and for 510000, it is 510999.  We report accounts 410000 to 410999 in the same node in the FSV.
    Pl. feel free to ask further questions about this.  Pl. test in your system and correct me if my above reply is wrong.
    Cheers!

  • How to Increase the SGA Size.

    Hi Guru's
    I want to Know
    How to Increase the SGA Size in Database 8.1.7.4.1
    My Ram Size is 6 GB
    When I query the Below Script
    select name, value
    from v$parameter
    where name in ('shared_pool_size', 'java_pool_size', 'streams_pool_size',
    'log_buffer', 'db_cache_size', 'db_2k_cache_size', 'db_4k_cache_size',
    'db_8k_cache_size', 'db_16k_cache_size', 'db_32k_cache_size',
    'db_keep_cache_size', 'db_recycle_cache_size', 'large_pool_size');
    Result
    shared_pool_size     300000000
    large_pool_size     0
    java_pool_size     50000000
    log_buffer     10485760
    Please Suggest Me the How Much Value also to increase the SGA
    My RAM SIZE is 6 GB
    Regards
    ***SBJ***

    SGA size on 8i is static , and for increasing the size you have to make the changes in the pfile and bounce the database
    First thumb rule is that your SGA should not exceed more than 40% of your PHYSICAL RAM in oracle <= 8i version. You can go around 80% from oracle 9i onwards
    http://mohamedazar.wordpress.com/2010/08/30/can-i-increase-sga-target-size-greater-than-sga-max-size/
    Edited by: Amigo on Dec 18, 2010 1:31 AM

  • Trying to understand how beans work.

    I can't seem to figure out how beans work. Or more specifically how to target different parts of a bean. I think not knowing the terminology is a big part of this confusion too.
    For instance. I have a jsp file and a bean. the jsp has a form input that submits to itself. the bean gets the info that was typed in and displays is in the <%= etcetc %> tag. Now, what im trying to do is also submit that value to my mysql db. This has created numerous problems for me. For one, i don't really know how to check if it's working (other than actually looking at the DB table). The other problem is how do i target that part of the bean to tell it to do that function (again, the terminolgy eludes me).
    I'll post all of the code. There is a good chance that the DB code wont work. I'm really just hoping someone can explain to me
    how i call the DB function from the JSP file.
    I mean, is this even possible? Or do i need seperate beans for everything?? It seems kind of silly to not be able to do this.
    ok, so here is the code.
    JSP:
    <!-- JSP Directives -->
    <%@ page errorPage="myError.jsp?from=hello.jsp"%>
    <jsp:useBean id="simpleBean" scope="page" class="jspbook.ch3.simpleBean"/>
    <!-- Set bean properties -->
    <jsp:setProperty name="simpleBean" property="fname"/>
    <html>
    <head>
         <title>Hello</title>
    </head>
    <body>
    <center>
         <b><%= simpleBean.welcomeMsg() %></b>
    </center>
    <table align="center">
         <tr>
              <td>
                   <form name="sdfsdf" action="test.jsp" method="post">
                   <input type="text" name="fname" value="">
                   <input type="submit" name="submit" value="submit">
                   </form>
              </td>
         </tr>
    </table>
    </body>
    </html>and here is the bean
    package jspbook.ch3;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    public class simpleBean implements java.io.Serializable {
       private String emplid;
       private Connection con = null;
       private ResultSet rs = null;
       private PreparedStatement st = null;
       /* Member Variables */
       private String lname;
       private String fname;
      public simpleBean()
            try
              Class.forName("org.gjt.mm.mysql.Driver");
              Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/stm?user=root&password=");
        catch(Exception e)
              System.out.println(e.getMessage());
          /* Initialize bean properties */
        setLname("");
        setFname("");
      /* Accessor Methods */
      public String getLname() {
        return lname;
      public void setLname(String _lname) {
        lname = _lname;
      public String getFname() {
        return fname;
      public void setFname(String _fname) {
        fname = _fname;
      /* Display personalized message */
      public String welcomeMsg() {
        return "Hello " + fname + " " + lname +
          ", welcome to the wonderful world of JavaBeans!";
          public void insert()
           try
                String s1="insert into commstream (commTitle) values('"+fname+"')";
                st = con.prepareStatement(s1);
                st.executeUpdate();
                st.clearParameters();
                st.close();   
           catch(Exception m)
    }So there it is. If someone can explain the fundamentals to me, that would be great. What would also be great is if someone can make the above code work :)
    I've checked online tuts/specs on this, but to be honest im just not grasping it.

    iPhoto is a relational database program
    In the strongly recommended managed library (you have chosen to ignore this recommendation and use a referenced library) imported photos are copied to the iPhoto library and stored in the originals folder, a thumbnail jPEG is created and places in the data folder and when any modification is made (including autorotation) a modified version of the photo is created and placed in the modified folder. iPhoto updates its database entries to reflect everything it does.
    It is critical that you do not make any modifications of any sort to the content or structure of the iPhoto library - doing so is likely to corrupt the library and cause you to lose data.
    When you use the referenced mode which you are doing (and which is not recommended) you are taking total responsibility for the original photos which included not moving or modifying them while iPhoto is referencing them
    Unfortunately, all pictures from a certain import has duplicated in iPhoto.... so I "moved to trash" all pictures from that import
    Did you do this with the iPhoto trash? or did you use the finder to modify the contents of the iPhoto library.
    If I "move to trash", I assumed it got rid of whatever index (and preview cache) to that particular JPEG. I was actually surprised it did not delete the actual JPEG but I'm ok with that.
    again - iPhoto trash or finder trash. If you move a photo to the iPhoto trash and empty it all traces of that photo in the iPhoto library will be removed - nothing will be done to any file outside of the iPhoto library -- ever
    LN

  • Confused about how to use paint()

    Hi, I have been working really hard to try to get the following program to work but I am really confused on how to use paint(). I do not have anyone to ask so I thought this forum could help. Anyways, here is my problem...
    I am trying to recursively figure out the Sierpinski fractal. I cannot figure out if my math works or not because I do not know how to call the paint() recursively to draw my triangles.
    Please have a look at the following code. Thank you!
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    public class DrawTriangle extends Frame {
      Point a = new Point(20,480),
            b = new Point(350,40),
            c = new Point(680,480),
            halfB,
            halfC,
            halfB2,
            halfC2,
            halfC3;
      int width;
      public DrawTriangle() {
        super("Sierpinski Fractal");
        addWindowListener( new WindowAdapter() {
          public void windowClosing( WindowEvent we ) {
            dispose();
            System.exit( 0 );
        setBackground( Color.white );
        setSize(700, 500);
        setVisible(true);
      public void paint(Graphics g, Point a, Point b, Point c) {
        width = c.x - a.x;
        if (width < 6){return;}
        g.setColor( Color.GREEN );
        g.drawPolygon( new int[] { a.x, b.x, c.x }, new int[] { a.y, b.y, c.y }, 3 );
        halfC.x = c.x/2;
        halfC.y = c.y;
        halfB.y = b.y/2;
        halfB.x = b.x;
        halfB2.y = halfB.y + a.y;
        halfB2.x = a.x;
        halfC2.x = halfC.x + a.x;
        halfC2.y = a.y;
        halfC3.x = halfC.x/2 + a.x;
        halfC3.y = halfB2.y;
        paint(g, a, halfC, halfB);
        paint(g, halfC3, halfC, halfB);
        paint(g, halfC2, halfC, halfB);
      public static void main(String[] args) {
         new DrawTriangle();

    thanks jsalonen, your tip let me start working on the math to correct it.
    I have a new problem now. My math is correct but I am having problems with the recursion. I can draw only the top , left , or right triangles. I cannot get them all to work together. See code and comments below.
    Any ideas why I cant call all three of the paint()s toegther and have them work?
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    public class DrawTriangle extends Frame {
      Point a = new Point(20,480),
            b = new Point(350,40),
            c = new Point(680,480),
            halfA,
            halfB,
            halfC;
      int width;
      public DrawTriangle() {
        super("Sierpinski Fractal");
        addWindowListener( new WindowAdapter() {
          public void windowClosing( WindowEvent we ) {
            dispose();
            System.exit( 0 );
        setBackground( Color.white );
        setSize(700, 500);
        setVisible(true);
      public void paint(Graphics g)
      paint(g, a, b, c);
      public void paint(Graphics g, Point a, Point b, Point c) {
        width = c.x - a.x;
        if (width < 6){return;}
        halfA = new Point((a.x+b.x)/2, (a.y+b.y)/2);
        halfB = new Point((a.x+c.x)/2, (a.y+c.y)/2);
        halfC = new Point((b.x+c.x)/2, (b.y+c.y)/2);
        g.setColor( Color.GREEN ); //draw left triangle in green
        g.drawPolygon( new int[] { a.x, halfA.x, halfB.x }, new int[] { a.y, halfA.y, halfB.y }, 3 );
        g.setColor( Color.RED ); //draw top triangle in red
        g.drawPolygon( new int[] { b.x, halfA.x, halfC.x }, new int[] { b.y, halfA.y, halfC.y }, 3 );
        g.setColor( Color.BLUE ); //draw right triangle in blue
        g.drawPolygon( new int[] { c.x, halfB.x, halfC.x }, new int[] { c.y, halfB.y, halfC.y }, 3 );
        /*If you were to comment our two of these paint() calls the one will work correctly alone.
         *But my problem is that they do not work together! */
        //g, left point, top point, right point
        paint(g, halfA, b, halfC); //top triangle
        paint(g, halfC, halfB, c); //right triangle
        paint(g, a, halfA, halfB); //left triangle
      public static void main(String[] args) {
         new DrawTriangle();
    }

  • How OrderBy Works?

    hi
    can anyone tell me how order by works in oracle?
    here the company take has got few million records.
    select * from company ;
    i get the result in few seconds .
    select * from company order by company_id ;
    this takes long time to get the result ..
    is it like for the first query, though I get to see the result in few seconds the fetching is still happening in the back ground?

    You're kidding, right? Every version of Oracle has added more internal stuff related to handling sorting. Enough to fill several books.
    And then there are the questions of impact due to Linguistic and NLS settings, as described in the Globalization Support Guide
    I provided a general description of the flow. Oracle handles Order By in those terms.
    But there is no single way that Oracle handles ORDER BY, but most ways involve SORTING. You can get a lot more information by searching for SORT_AREA_SIZE (either internet search or metalink search).
    Read the books by Donald Knuth for details of several algorithms on sorting.
    Read Jonathan Lewis' Cost Based Optimization (vol 1 - apress.com) for a lot more hints about how Oracle does it. Or search for "Optimising sorts" at Jonathan's site.
    Or read some of Burleson's work

  • Confuse about Configuring Oracle Warehouse Builder

    newbie here... i am abit confuse on how to configure the Oracle Warehouse builder...
    I have 2 database... 1 source and 1 new one...
    I understand that i have to install the Runtime Repository in the database computer and the Target Schema through the client's computer...
    so all this while... i am just confuse about what to install into the source database and what to install into the new database...
    Please help...

    Location is a logical entity in your OWB design that can be either a database schema, a flat file location, an SAP application location etc. Once you complete your design and are ready to deploy the design into the runtime environment, you will have to 'register' the locations by providing the physical details of your location to OWB (user name/password, database, hostname etc.).
    I am a bit confused by your configuration - are the source and the target in two separate schemas or in the same schema? Your posts are somewhat contradictory.
    If they are in two different schemas, you should:
    1. Create a source module pointing to a source schema (you can then import data object structures from the source schema - i.e. you don't have to create source tables manually in OWB, but you can import them into the module automatically). This module will have a source location (for example SRC_LOC).
    2. Create a target module where all your target objects will be (i.e. where the data will be loaded). This module will have a different location (TGT_LOC). In your target module you will also create the mappings.
    3. When deploying, you will register SRC_LOC with the physical details of your source schema, while the target location will be registered with the physical details of the target schema. The code generated by OWB during deployment will make sure that the data is extracted from the source schema and inserted into the target schema (either by generating and using DB links or by qualifying the schemas in the extraction queries if source and target are in the same database instance).
    On the other hand, if both source and target objects are in the same db schema, you can have all your objects in the same target module and you will only have to register the location of this target module when deploying (LOC_TGT).
    That said, there can be a variety of reasons why there is no data in the target after you run the extract mapping that have nothing to do with locations, such as logical errors in the mapping (an inappropriate filter or a wrong join), insufficient privileges etc. I suggest you take a look in the runtime audit browser that should contain the error messages relative to your mapping.
    Regards:
    Igor

Maybe you are looking for

  • What settings would get you the best sound quality?

    Okay, so I don't really know too much about audio, but I do care abou tsound quality. I was poking around in the built in MIDI controller and I was looking at the settings for my MacBook Pro Retina 15" and the options under format where "44100Hz, 480

  • Flash CS3 quits unexpectedly when opening FLA

    When I try to open FLA files, Flash just quits (disappears instantly), and I can't open or work in any files unless I start from scratch. I'm on Windows XP Pro, and on a pretty high-end gaming PC, so it's not a hardware problem. I've been using Flash

  • Planning Detail Report (GMPPDR) in Excel Output

    Hi All, We have a requirement to show the Planning Detail Report (GMPPDR) output in Excel format. And it need to include all the four templates (Horizontal, Vertical, Exception & Action). Can someone give me some insight on how this can be achieved ?

  • UFT 12 doesn't support Adobe Acroforms. When is the updated APTT plug-in going to be released?

    UFT 12 doesn't support Adobe Acroforms. When is the updated APTT plug-in going to be released?

  • Prevent pdfmaker.xla being installed

    We use MS Office 2003.  When Adobe Reader is installed an Excel add-in called pdfmaker.xla is installed into the XLSTART folder which then causes an error message to appear when Excel is started, "Compile error in hidden module: AutoExecNew", and the