Introducing own allocation logic

Hi,
I have a requirement in which I need to allocate notification activity to a particular user by using own allocation logic as soon as the notification activity is spawned.
Please let me know is it possible and how?
Reds,
KS

Hi,
Yes - adding any activity to a workflow will include extra overhead, both in terms of processing time and data storage. This is particularly important if the activity is going to be revisited a number of times, since the previous states are also archived within the workflow schema.
To be honest, I wouldn't worry too much about it - adding an extra activity which determines the recipient has to be done at some stage, and should not be too costly in terms of either performance or storage.
If you notice a difference, even through careful monitoring of the system, I'd be surprised - assuming that the logic to determine the recipient is fairly straightforward.
HTH,
Matt
WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
Have you read the blog at http://thoughts.workflowfaq.com ?
WorkflowFAQ support forum: http://forum.workflowfaq.com

Similar Messages

  • Script logic - how to use a selection variable within an allocation logic

    Hi,
    I want to implement a simple top-down distribution to distribute values from a yearly budget (Y20xx.TOTAL) to a quarter budget (Q20xx.Q1, ... Q20xx.Q4) using the actuals of the previous year as reference.
    If we hard code the members it works fine:
    *RUNALLOCATION
    *FACTOR=USING/TOTAL
    *DIM ACCOUNT WHAT=ACC_NOT_ASSIGNED; WHERE=BAS(FIN); USING=<<<; TOTAL=<<<
    *DIM TIME WHAT=Y2009.TOTAL; WHERE=BAS(Q2009.TOTAL); USING=BAS(Q2008.TOTAL); TOTAL=<<<
    *DIM CATEGORY WHAT=SBO; WHERE=<<<; USING=ACTUAL; TOTAL=<<<
    *ENDALLOCATION
    Of course, we want to make this dynamic, using the values inputted in the selection screen of the package: time, entity and category.
    So if we start with write the following logic, it does not work anymore:
    *RUNALLOCATION
    *FACTOR=USING/TOTAL
    *DIM ACCOUNT WHAT=ACC_NOT_ASSIGNED; WHERE=BAS(FIN); USING=<<<; TOTAL=<<<
    *DIM TIME WHAT=%TIME_DIM%; WHERE=BAS(Q2009.TOTAL); USING=BAS(Q2008.TOTAL); TOTAL=<<<
    *DIM CATEGORY WHAT=%CATEGORY_DIM%; WHERE=<<<; USING=ACTUAL; TOTAL=<<<
    *ENDALLOCATION
    So, how to use the selection variables in this allocation logic? %TIME%, %CATEGORY% also did not work ...
    regards
    Dries
    solved it ...
    Edited by: Dries Paesmans on Feb 22, 2009 8:31 PM

    Hi Dries,
    Looks like you solved this, but if I can just add a small point -- when you use syntax like this:
    *DIM ACCOUNT WHAT=ACC_NOT_ASSIGNED; WHERE=BAS(FIN);
    *DIM TIME WHAT=Y2009.TOTAL; WHERE=BAS(Q2009.TOTAL);
    each time the logic runs, it will scan through the dimension from the FIN and Q2009.TOTAL members, one level at a time, until it reaches the base members (where calc = 'n'). This may happen very quickly, if the dimension has very few levels, but could take a bit of extra time if it's a particularly deep dimension. (By which I mean many levels of hierarchy -- not some 1970's Pink Floyd musical reference.)
    You may speed things up by using a member property instead of the BAS(xyz). Flag all the base members using a specific property value, and that way the logic engine can pick up the complete list of members in the WHERE clause, in a single query.
    *DIM Account What=ACC_NOT_ASSIGNED; Where=[FloydProperty]="DarkSideOfTheMoon"; ...
    This adds some maitenance work in the dimension, which may be problematic if your admins are changing it regularly (and will cause problems if they forget to update this particular property).
    I can't predict how much time this will save you (maybe not much at all), but anyway I figure you'd want to know exactly what work you're asking the system to perform.
    Regards,
    Tim

  • BPC 7.5NW Allocation Logic

    Hello Gurus,
    Suppose we need to allocate rent 1000(source) to 2 entities A & B ( ex: 500,500).. After send & refresh in input schedule , the source will become zero. Now, for some other purpose, we once agn press send & refresh button to enter some other data. But, when we do so, our allocation logic should not execute. If it is executed, then ZERO will b allocated to both entities as zero is current source value. So, how can we do this in allocation logic. Can I have the code plz. Its urgent

    Hello,
    You can achieve this by utilizing additional Dimensions in your RUNALLOCATION, like DataSrc. Idea is, that you have your initial value in Account  = C, DataSrc = Manual, but when you make Account 'C' zero you post it to DataSrc  = Posted.
    In report you keep DataSrc = Manual if you need to show the old value or DataSrc = <ALL> if you need to show value zero.
    This way RUNALLOCATION will post only values user entered without taking into affect offsets posted.
    Hope you got the idea.
    Regards,
    Gersh

  • Error when running allocation logic

    I am running the following allocation logic and get the following error:
    *RUNALLOCATION
    *FACTOR=USING/TOTAL
    *DIM P_ACCT WHAT=CE0004010; WHERE=CE0004020; USING=CE0004030; TOTAL=<<<
    *DIM ENTITY WHAT=A1000; WHERE=<<<; USING=<<<; TOTAL=<<<
    *DIM TIME WHAT=2009.JAN; WHERE=>>>; USING=BAS(2009.TOTAL); TOTAL=<<<
    *ENDALLOCATION
    UJP_RULE_EXCEPTION:Missing [] on property name: WHAT=CE0004010. I get this error when executing the script using the program "UJK_SCRIPT_LOGIC_TESTER". I also get a similar error when running it via the data manager package.
    Any thoughts on why this error is happening?

    Hi Sanjay,
    I think you are using formula property for any of the dimension member used in the Allocation logic.
    FYI Allocation will not work fine for the dimension members which is calculated using the formula written in the formula Property.
    There is no problem with your script it looks fine.
    Hope this might help you.
    Regards,
    G.Vijaya Kumar

  • Addition of values after allocation logic instead of overwrite 7.50.05 NW

    Hi Gurus
    I am writing an allocation logic where I am allocating some values in a ratio of sales. but there is already some value in the fields i am allocating into and after this logic, the new vales are overwriting the existing one. But my requirement is to add those values in exsting values. Please let me know how to do it.
    as a work around, I am copying the values into a differnt account, then running the allocation on that one and then adding this into the original account. is there any easier way for this.
    Regards
    Swathi

    Hi Swathi,
    Overwriting is the nature of planning. So, not only allocation overwrites results - all planning functions do this. The only exception is if you do multiple calculations in same construct - those will be added. Reason for this is, that user can run same planning function multiple times and you don't want those results to add up.
    So, if you want to summarize what was there before allocation and after you have to have additional Dimension, DataSrc for example, and have values in that Dimension different in existing data and in allocated. This will keep them separate. In report, do not show break-down by that additional Dimension and you'll see total of the old value and the new one.
    Please let me know if this is not what you were looking for.
    Gersh

  • BPC Run Allocation Logic

    Dear All,
    I am new in BPC world so i want ur help in solving one error
    when running allocation logic, it is not accepting more than 1 member in the denominator
    the factor i am using is 1/using
    can u pls help on this
    thanks.

    Can you please post the logic and the error you are getting?
    Thanks,
    John

  • NW BPC7.5 Allocation logic issue

    Dear all,
    I have an allocation logic for OPEX on diffrent entities
    *FOR %CURRACCT%=BAS(P0000011)
    *RUNALLOCATION
    *FACTOR=USING/100
    *DIM P_ACCT WHAT=%CURRACCT%; WHERE=%CURRACCT%; USING=OPEXSHARE
    *DIM P_DataSrc WHAT=MANUAL; WHERE=MANUAL; USING=GLOBALASSUMPTIONS
    *DIM P_ENTITY WHAT=C001; WHERE=C002; USING =C002
    *DIM P_CostCtr WHAT=100010; WHERE=200010; USING=100010
    *ENDALLOCATION
    *NEXT
    the logic validated is succesflly.
    The problem is when ever i enter data in any of the account in BAS(P0000011) , the data is allocating all the members of BAS(P0000011).
    My requirement is for which account i enter data allocate to the specific account under BAS(P0000011) based on company allocation rate.
    Please help on it.

    Sorry, I mis-read your script. I tough that you have a FOR/NEXT loop an base-members of P0000011. I don't see what your FOR/NEXT loop is doing in that form. Definitely it will take from total of all accounts under P0000011 and post it to ALL of them; and this IS were MS and NW versions are different.
    If you want to allocate data from 1 Account under P0000011 to same account, you should define a variable that is a list of BAS(P0000011)  account and use that variable in FOR/NEXT loop. This way ALLOCATION will take amount only form that Account and post it to same account without touching other accounts.
    Gersh

  • [svn:fx-trunk] 12057: Label (and RichText) will show text as tooltip if truncated and new showTruncationTip flag is set to true  ( defaults to false because Label is often used in skin that have their own tooltip logic ).

    Revision: 12057
    Revision: 12057
    Author:   [email protected]
    Date:     2009-11-20 11:22:05 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Label (and RichText) will show text as tooltip if truncated and new showTruncationTip flag is set to true (defaults to false because Label is often used in skin that have their own tooltip logic).
    QE Notes: New API (showTruncationTip)
    Doc Notes: New API (showTruncationTip)
    Bugs: SDK-23639
    Reviewer: Gordon
    API Change: Yes
    Is noteworthy for integration: Yes
    tests: checkintests mustella/gumbo/components/Button mustella/gumbo/components/Label
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23639
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as

    Hi blabla12345,
    (untested and without warranty)
    replace this line:
    const sSaveCUBE = "CUBE";
    with this:
    const sSaveCUBE = "cube";
    Have fun

  • Using property value in Allocation Logic.

    Hi All,
    Can we use a property value from one dimension as ID for different dimension in the Allocation Logic?
    I have a category Actual which has a value of 2011 in the property YEAR.
    I need to use 2011 in DIM TIME statement.If somehow i can get the 2011 value into a variable then i can use that variable in the DIM TIme statement.
    EX:
    *SELECT(%TIMEYEAR%,"ID",.....................................)   (This is where i need help ..in writing the statement)
    DIM TIME WHAT = [YEAR]=%TIMEYEAR%;  WHERE = %TIMEYEAR%(1).INP;   USING = %TIMEYEAR%(1).INP;
    This would mean:
    DIM TIME WHAT=[YEAR]=2011;   WHERE=2012.INP;   USING=2012.INP;
    Can we get this to work in Allocation Logic?I need to know if i can get the value of the property into the variable?
    Any help is appreciated.
    Thanks,
    KK

    Hi
    I believe using the category property "YEAR" in the logic may not be a good idea. In case of next year, you need to change the property value "YEAR" to 2012...... and so on.
    If you want to bring the current year as variable you can use system variable %YEAR%
    %YEAR% - Returns current calendar year
    DIM TIME WHAT = YEAR=%YEAR%; WHERE = %YEAR%(1).INP; USING = %YEAR%(1).INP;
    Try and let me know
    Thanks

  • ALLOCATION LOGIC Issue

    Hi,
         I have a scenario where I need to do allocation from one account to multiple accounts.  I have data for DEC.2009 for Account :017, Costcenter1  in ACTUAL(10,000) and I want to allocate the data to DEC.2010 to all accounts(015,016,017) to all cost centers under the parent CostCenter Group1 based on the actual history data posted to account(015,016,017)  and cost centers (1,2 & 3) for Dec 2009.
    Account :
    Account Dimension :
       AIRTRAVEL (Parent)
               015
               016
               017   (Eg: 10,000$)
    Entity Dimension(Cost Center Group 1)
    Cost Center Group 1
          1
          2     
          3
    ACTUAL : 2009. DEC
      Accounts                   015       016            017      AIRTRAVEL(Parent)
    CostCenter1       1,000       6,000       10,000       (17,000)
    CostCenter2       2,000       6,000                        (8,000)
    CostCenter3       5,000       8,000       9,000       (22,000)
    CCenterGroup 1 8,000       20,000       19,000       (47,000)
    *XDIM_MEMBERSET TIME = 2009.DEC,2010.DEC
    *XDIM_MEMBERSET D_ACCT = AIRTRAVEL
    *XDIM_MEMBERSET D_VERSION  = PLAN,ACTUAL
    *XDIM_MEMBERSET D_COSTCENTER  = CC_GRP1
    *RUNALLOCATION
    //    *FACTOR = USING/TOTAL
        *DIM D_ACCT  WHAT= 017;   WHERE=BAS(AIRTRAVEL);  USING=BAS(AIRTRAVEL)
        *DIM D_COSTCENTER  WHAT=150027;   WHERE=BAS(CC_GRP1);  USING=BAS(CC_GRP1);
        *DIM TIME          WHAT=2009.DEC; WHERE=2010.DEC;  USING=2009.DEC; TOTAL=<<<
        *DIM D_VERSION     WHAT=ACTUAL;   WHERE=PLAN;  USING=ACTUAL; TOTAL=<<<
    *ENDALLOCATION
    *COMMIT

    Thanks Gersh for  your detailed response.
    I have updated my logic to
    *RUNALLOCATION
        *FACTOR = USING/100
        *DIM D_ACCT  WHAT= 017;   WHERE=BAS(AIRTRAVEL);  USING=<<<; TOTAL=<<<
        *DIM D_COSTCENTER  WHAT=150027;   WHERE=BAS(CC_GRP1);  USING=<<<; TOTAL=<<<
        *DIM TIME          WHAT=2009.DEC; WHERE=2010.DEC;  USING=2009.DEC; TOTAL=<<<
        *DIM D_VERSION     WHAT=ACTUAL;   WHERE=PLAN;  USING=ACTUAL; TOTAL=<<<
    *ENDALLOCATION
    *COMMIT
    If I use the *FACTOR , I am getting a shortdump and thats the reason I had to comment the factor. So not sure if there is a problem with our system and I need to open a support message or need to update the script logic. If I comment the factor, then the logic is updating all the Costcenters and all the accounts with 10,000.
       Account
    CC1 10,000       10,000       10,000       (30,000)
    CC2 10,000       10,000       10,000       (30,000)
    CC3 10,000       10,000       10,000       (30,000)
            30,000       30,000       30,000       (90,000)
        What I am expecting is  All the accounts (1,2 & 3) for each cost center should be added and each account's percentage would be account/all acount total for each cost center.
    From my actual data
    ACTUAL : 2009. DEC
    Accounts      015       016      017      AIRTRAVEL(Parent)
    CostCenter1       1,000       6,000       10,000       (17,000)
    CostCenter2       2,000       6,000                        (8,000)
    CostCenter3       5,000       8,000       9,000       (22,000)
    CCenterGroup 1 8,000       20,000       19,000       (47,000)
    Account 015 for costcenter should have a percentage    1000/8000 , so that would be 0.125 and the allocation amount is 10,000, so the output plan value should be 0.125 * 10,000 = 1250
    Thanks,

  • ALLOCATION LOGIC ERROR

    Hi Friends
    can you pl. identify any error in the following Allocation Code at the time of execution.
    *RUNALLOCATION
    *FACTOR=USING/100
    *DIM P_ENTITY WHAT=PARENT; WHERE=BAS(CHILDREN); USING=P_ENTITY.ALLOC_PERCENT;
    *DIM P_TIME WHAT=2008.JAN; WHERE=2009.JAN; USING=2008.JAN; 
    *DIM P_CATEGORY WHAT=ACTUAL; WHERE=PLAN; USING=ACTUAL; 
    *ENDALLOCATION
    I Want to copy with percentages maintained in entity.
    srin

    Hi Srin,
    Have you tried running that script in transaction UJKT? Usually it provides much better diagnostics than just looking at the script:).
    But just from looking at your script it seems like USING = P_ENTITY.ALLOC_PERCENT is not valid. RUNALLOCATION can allocate results proportionally to values in Application, not in Dimension (P_ENTITY).
    You should either use WHEN/REC for your data model or keep those percentages in Application on a specific Account (or some other Dimension that you don't have now in RUNALLOCATION).
    Please let me now if I misunderstood something.
    Regards,
    Gersh

  • Allocation Logic

    Hello Gurus, I am trying to test the allocation in BPC.
    I have this scenario:
    1. I have a dimention called SKU that has all SKUs that the company sells. Also I have a Hierarchy that represent Product Family.
    2. User will imput data at Product Family level, so that I will have a dimension with all the Product Family.
    3. I need to allocate the data inputted into all the corresponding SKUs that corresponign to that hierarchy level?
    Any idea on how to deal with this?
    Thanks
    Sergio

    Hi Sergio,
    Could you please be more specific re the data to be allocated. I'd assume that you enter data to NO_SKU/ PRDOLINE1, PRODLINE2 &c intersections and may need to allocate using last year's actual figures.
    In this case something along the following lines:
    FACTOR=USING/TOTAL
    DIM SKU WHAT=NO_SKU; WHERE<>NO_SKU; USING=<<<; TOTAL=<<<
    DIM PRODLINE WHAT=BAS(TOTAL); WHERE=<<<; USING=<<<; TOTAL=<<<
    DIM CATEGORY WHAT=PLAN; WHERE=<<<; USING=ACTUAL; TOTAL=<<<
    DIM TIME WHAT=BAS(%YEAR%.TOTAL); WHERE=<<<; USING=BAS(%YEAR%(-1).TOTAL); TOTAL=<<<
    Hope this helps
    Madis

  • Simple Allocation Logic

    I am trying to copy a data from company u201CGLOBALu201D to all other companies. Below is my code. When I execute it, the value is added to itself (GLOBAL). Am I missing anything here?
    *XDIM_MEMBERSET ENTITY=<ALL>
    *RUNALLOCATION
         *NAME=Alloc1
         *FACTOR=1
         *DIM ENTITY               WHAT=GLOBAL;       WHERE<>GLOBAL;       USING=GLOBAL   
    *ENDALLOCATION
    *COMMIT
    Thanks in advance.

    Hi,
    Basically here's your problem:
    *DIM ENTITY WHAT=GLOBAL; WHERE=GLOBAL; USING=GLOBAL
    WHAT - take value on GLOBAL
    WHERE - add WHAT value to what already is on GLOBAL
    Typically you would want to take the global value and allocate it to some other entities such as BAS(ALL_ENTITY)

  • Cost Allocation to Assets at a Task

    Consider the following scenario
    In Project A ,
    Asset Cost Allocation Method = Spread Evenly
    Group Method = Expenditure Type
    An Asset A1 is created and assigned to the Task T1
    Accumlate the CIP cost at Task 1
    Then Run the Process "PRC: Generate Asset Lines for a Single Project"
    When the process is finished the asset lines are generated and cost lines are assigned to asset A1.
    Then Run the Process "PRC: Interface Assets to Oracle Assets" so the Asset A1 is interfaced to
    Oracle FA
    In Oracle FA RUn "Post Mass Addition
    Next month a new Asset A2 is created and assigned to the Task T1
    Accumlate the new CIP cost at Task 1
    When the process is finished the asset lines are generated and cost lines are assigned to Asset A1
    and Asset A2.
    So why the new cost is assigned to both Assets A1 and A2. A1 is already assigned to the interfaced
    to Oracle FA.
    Can't we achieve that the new cost only to Asset A2 which is not interfaced to Oracle FA and not to
    Asset A1.
    Regards,

    Hi
    In case there are many projects , tasks and assets, consider using the client extensions available for capital projects.
    You can develop the custom code for automatically generating assets in one client extension, and utilize the other extension to group costs into the relevant asset based on your own company logic.
    Dina

  • Reg:Allocation on previous year actuals

    Hi Experts,
                      I have an issue in allocation, i wrote allocation logic to allocate profit center by previous year actuals that was ok but if there are new profit center created for this year and there wont be any previous year actuals for it so he asks me to allocate the amount evenly to all the profit centers if that possile in Run allocation ?
    the script below
    *SELECT(%ACC%,"ID", "ACCOUNT", "TOPDOWNALLOC = 'Y'")
    *SELECT(%CurrencyList%,"ID","RPTCURRENCY","CURRENCY_TYPE = 'R'")
    *SELECT(%ENTI%,"ID","ENTITY","ID = %ENTITY_SET%" )
    *SELECT(%CATE%,"ID","CATEGORY","ID = %CATEGORY_SET%" )
    *SELECT(%TIME%,"ID","TIME","ID = %TIME_SET%" )
    *SELECT(%PTC%,"ID","PROFIT_CTR","ID = %PROFIT_CTR_SET%" )
    *XDIM_MEMBERSET RptCurrency = %CurrencyList%
    *XDIM_MEMBERSET CATEGORY = %CATE%
    *XDIM_MEMBERSET TIME = %TIME%
    *XDIM_MEMBERSET ACCOUNT = %ACC%
    *XDIM_MEMBERSET PROFIT_CTR = %PTC%
    *FOR %ACCT%=%ACC%
    *RUNALLOCATION
    *FACTOR = USING/TOTAL
    *DIM ENTITY WHAT =%ENTI%.INP ; WHERE=%ENTI%; USING=%ENTI%; TOTAL=%ENTI%
    *DIM CATEGORY WHAT=%CATE%; WHERE=<<<; USING=ACTUAL; TOTAL= <<<
    *DIM ACCOUNT WHAT=%ACCT%_INP; WHERE=BAS(%ACCT%); USING=BAS(%ACCT%); TOTAL=<<<
    *DIM DATASRC WHAT=INPUT; WHERE=INPUT; USING=UPLOAD; TOTAL=<<<
    *DIM PROFIT_CTR WHAT=BAS(%PTC%_IN); WHERE=BAS(%PTC%); USING=BAS(%PTC%); TOTAL=<<<
    *DIM COSTCENTER WHAT= NO_COSTCENTER; WHERE=BAS(1004322231); USING=BAS(1004322231); TOTAL=<<<
    *DIM TIME WHAT=BAS(%TIME%); WHERE=BAS(%TIME%); USING=BAS(2009.TOTAL) ; TOTAL=<<<
    *DIM RPTCURRENCY WHAT=LC; WHERE=INR; USING=IN; TOTAL=<<<
    *ENDALLOCATION
    *COMMIT
    *NEXT
    Regards,
    Vinoth

    Hi Vinoth,
    First, what REF_DATA is. Initially WHEN statement in BPC NW worked on members defined in your XDIM statements rather than records from your Application like in BPC MS. Starting from BPC NW 7.0 SP09 (7.5 SP04) default behavior of WHEN has been changed to be based on Application data. For compatibility purposes and to leave a choice of using Dimension data a new statement was introduced - *WHEN_REF_DATA. You can read in more details about it in OSS Note [Note 1474115 - Enable new keyword: *WHEN_REF_DATA for script logic|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1474115].
    So, based on what Profit Centers you have to use you have to put either *WHEN_REF_DATA=MASTER_DATA or *WHEN_REF_DATA=TRANS_DATA.
    I didn't understand why would you need multiple new Profit Centers. I can see 2 options of implementing your scenario:
    1. You create an Input Schedule that allows user to enter number of Profit Centers. Than you use that number in your RUNALLOCATION.
    2. You create a script that calculates number of Profit Centers and stores it in same Application. Than you use that number in your RUNALLOCATION.
    a) Your script calculates total number of Profit Centers and puts it on member NO_PC. Than FACTOR = 1/USING will be in RUNALLOCATION
    b) You populate value 1 on each Profit Center on some special Account. Than FACTOR = USING/TOTAL will be in RUNALLOCATION.
    You have to decide first which path is more convenient for you. Some of the considerations I explained in my previous posting. After than we can proceed with developing that script; otherwise there are too many unknowns in that task.
    Regards,
    Gersh

Maybe you are looking for

  • Error while adding values to record

    Hi, im trying to add values to a new record in a mdm qualified table, but im getting this error on the last line: com.sap.mdm.internal.protocol.manual.ServerException: SQL error on UPDATE on the last line.. could someone tell me whats wrong and how s

  • Search navigation web part question

    I try to configure search navigation and User Current Query from drop down always say target not found. I try to change to search results web part ,but it is not working. It set back to target not found.

  • Java Web Start and MySQL driver

    I am trying to do a simple query on a MySQL database using the JDBC driver from http://www.mysql.com/downloads/api-jdbc-stable.html When I run my app, it works exactly as it should (connects to db, queries, displays in text boxes). When I package it

  • Import error, only few tables created

    Hi, I did export of a DB with credentials (Ora version - Oracle 8i EE - 8.1.7.4.0, exp scrip was run on Unix OS and it was successfull, as cited in log file and im sure all the tables were exported) The exp file was in .ZIP format and the file size i

  • Open .ove file

    does anyone know is there any free software that open .ove file on mac? thanks~