line of code gives me a table. But why?

I'm having some trouble of coding. refArtboard.ArtboardRect is a table in illustrator that contains the position of account 4 entries.

When I run: refArtboardX = refArtboard.ArtboardRect (0) I get the first entry in the table as a double.

I moved this part of the code into a subroutine. When I go to the Sub and reach this line: refArtboardX = refArtboard.ArtboardRect (0) then refArtboardX becomes an array containing all the entries of refArtboard.ArtboardRect 4 rather then a single value. I can't understand what is going wrong here. I tried sponsorpark it as a double but got an error. I can put any number at all at the end of refArtboard.ArtboardRect (0), but the result is always table (0 to 3). does anyone have ideas, what could go wrong here. If anyone has a thought, I would be very interested to hear.

I pasted the code below to give more context.

Set refArtboard = doc. Artboards.GetByName ("L & A")

refArtboardName = refArtboard.Name

Set layerChoice = idoc. Layers (refArtboardName)

refArtboardX = refArtboard.ArtboardRect (0)

Set newSymbol = symbolMethod.Add (refSymbol ("LA #15"))

Set bottomLftSymbolRef = newSymbol

newSymbol.Left = refArtboardX + marginRef

newSymbol.Top = refArtboard.ArtboardRect (3) + newSymbol.Height + marginRef

lastSymbolLeft = newSymbol.Left

lastSymbolTop = newSymbol.Top

newSymbol.Move layerChoice, aiPlaceAtBeginning

Set newSymbol = symbolMethod.Add (refSymbol ("LL #14, 15OR"))

newSymbol.Left = lastSymbolLeft + newSymbol.Width + 14

newSymbol.Top = lastSymbolTop

newSymbol.Move layerChoice, aiPlaceAtBeginning

Thank you very much.

Dane

Hello CarlosCanto

Thanks for the reply. Next ITME I will certainly add a complete code. The main reason I didn't is because the code is long about 40 pages.

I actually just figured what was wrong about 3 minutes ago. I had not declared refArtboard as a working inside the subroutine. This is my first time using a subroutine, so I'm not at all familiar with it. appearently variable declarations do not pass in the subroutines.

Best regards

Dane

Tags: Illustrator

Similar Questions

  • Sales order form, line status code is displayed as "WITHDRAWN". but the same code appears as "AWAITING_SHIPPING" for the same line in the database. can you please explain, where the value in frontend comes? It differs from the flow_status_code in oe_or

    Sales order form, line status code is displayed as "WITHDRAWN". but the same code appears as "AWAITING_SHIPPING" for the same line in the database.

    Where the value in the frontend is filling?

    It differs from the flow_status_code in oe_order_lines_all?

    Thanks for the correction.

    He slipped right out of my mind!

    Here is a detailed explanation of this case:

    Status of orders picked and picked partial

    Kind regards

    Bashar

  • What these lines of code?

    Hi all!

    I don't know if this is the right forum but I am planing to open a blog on Blogger. But I want to design it from scratch (which is to write the code on a completely white page). I already know the CSS and HTML (I learned especially for Blogger). The problem is I do not understand some lines of code and I don't know why they are there. In order to be able to fully design my own Blogger blog, I need urdastand how it works. Here is the code:

    2016-09-03.png

    I am do the lines of average 656-658? And lines 665-667? And so on. Is someone can break itdown for me? I have lear another language programming or something? Would appreciate any help.

    Kind regards.

    Bart

    Bart91 wrote:

    What is "template"? It is written in HTML isn't it?

    A theme determines the appearance/layout of your Blog.  It is not just HTML & CSS.  It is the owner of Blogger code.  Blogger stores your content in a database.  The theme retrieves content from Google's servers.  You must use the code owner of Blogger or your blog will not work.   If it is not properly encoded, I'm pretty sure Blogger system will reject it anyway.  So don't try to customize a theme until you fully understand as Blogger of the encoding scheme.  It is unique.

    Find a free or commercial Blogger theme that you can live with.   It will save you hours of frustration.

    Blogger Business 2016 models

    Free download of 2016 models sensitive blogger

    Blogger Templates 2016 | Blogspot Premium models

    Nancy O.

  • Fill the table with the formula nodewith a line of code

    Hello

    This is my first post of the community, OR maybe this question has been asked 1000 times but I could find no answer.

    Before using LabView I used Matlab a lot. I find a bit that it's too complicated without reason sometimes in labview work with arrays.

    I inherited, and I'm doing a little cleaning. what it does is extractr 2 and 3 position and creates a new table with her and another oner with other elements of the first table. In my view, that he becomes confused because you should rely on the cell of the table, the position of the output and I didn't wat to work this way.

    I replaced it with a knot of formula. Here is the code

    The departure is FP, the table of 6 elements is mdot and the 2 elements array is press

    MDOT float64 [6], press [2];

    MDOT [0] = FP [0]; MDOT [1] = FP [1];
    MDOT [2] = FP [4]; MDOT [3] = PS [5];
    MDOT [4] = PS [6]; MDOT [5] = FP [7];

    Press [0] = PS [2], press [1] = PS [3];

    Now, I want to know if it is possible to do as I would in matlab or C, where you can create a table with one line of code. What would the syntax in formula node to do something like:

    MDOT [6] = [FP [0], FP [1], [4] of FP, FP [5], FP [6], FP [7]];

    Press [2] = [FP [2], FP [3]];

    Thank you

    Use remove the table.  You can provide an index and length of elements to remove.  One of the outputs will be the original with the subset of the deleted table and the other output is the subset deleted.  1 NŒUD!

    EDIT: Created a snippet just after my previous post.

  • I have to renew the admittance of covers offered by my University pass, but the product (the redemption code) code gives me error. What can I do?

    I have to renew the admittance of covers offered by my University pass, but the product (the redemption code) code gives me error. What can I do?

    Hello

    Please help us to better understand.

    What is the error you get?

    In the meantime, you can also check: -.

    -Help code them redemption

    How activate/redeem redemption Adobe CC Code

  • Check the constraint on the table but to apply only to certain lines?

    Hello

    Using oracle 11.2.0.3

    We have table and you want to put a strain of additional validation on a column on the table, but for this constarint check apply only to some lines in the table

    for example, if the line has produced some type of a particular column must always be completed.

    What is the best way to do this?

    Thank you

    Hello

    More simply

    CHECK (some_column IS NOT NULL

    OR product_type! = « X »

    )

    or, depending on the expected results when product_type is NULL

    CHECK (some_column IS NOT NULL

    OR NVL (product_type, 'OK'). = « X »

    )

  • Copy a few lines in the same table, but with different IDS

    Hi all
    I had this problem... I have a table with its pk (which is a sequence). With a statement select, I extract a few lines, and then I would record in the same table, but with IDS different (obviously eheheh).

    I don't know how to do...

    Thks for all help ;)


    p.s. I want to change some fields in lines before saving as well... don't know how do it more...

    example:

    ID NAME TYPE
    1 ferrari car
    2 cars lamborghini


    I'm trying to copy the second and changing its type in "BMW".

    I could result:

    1 ferrari car
    2 cars lamborghini
    3 bmw cars



    Thank you

    Assuming that your table is named cars_tb and the cars_seq of the sequence.

     insert into cars_tb
      select cars_seq.nextval, name, type
      from cars_tb
    

    This would overlap with any existing lines, but with a new id.

    If you want to duplicate a specific line and change a value, you could do something like:

     insert into cars_tb
      select cars_seq.nextval, name, 'BMW'
      from cars_tb
      where type = 'lamborghini'
    

    or better, use the PK

     insert into cars_tb
      select cars_seq.nextval, name, 'BMW'
      from cars_tb
      where id = 2
    
  • Graph of a table, but not all of the ranks of it?

    I'm graphic of a data table so that several waveforms appear on my graph of the waveform. The table has 500 lines, but I will not draw everyone, only the first row, 20th, 40th, 60th,..., 500th row. I was thinking of using a loop for to extract the lines, I need using the VI "subset of the table", but I don't know how to configure the inputs. In addition, if there is a better way, can someone let me know? Thank you!

    Had some access to LabVIEW. Something like that? For scalability, you probably want to replace the constant 500 with a function to get array size. That way if the size of your table changes, you will ensure you will always get all the data without modifying the code

  • Selection of several Tables, but requiring data based on a table in the 3rd

    Hi all

    I'm having a lot of trouble with this selection

    I have three tables:
     prod_poured, conc_test, and cyl_break
    To set up my report, I need to recover these data:
    cyl_break.pour_no "Pour Number", cyl_break.cyl_id "Cylinder ID", cyl_break.pour_d "Pour Date", conc_test.mix "Mix #", conc_test.amb_t "Ambient Temperature", conc_test.conc_t "Concrete Temperature", conc_test.air "Air %", cyl_break.break_d "Break Date", cyl_break.age "Age (Days)", cyl_break.spec_str "Specified Strength", cyl_break.str "Specimen Strength"
    and I need to enter all the data from these two tables when a column in the prod_poured table meets a certain condition

    That's what I have so far:
    select cyl_break.pour_no "Pour Number", cyl_break.cyl_id "Cylinder ID", cyl_break.pour_d "Pour Date", conc_test.mix "Mix #", conc_test.amb_t "Ambient Temperature", conc_test.conc_t "Concrete Temperature", conc_test.air "Air %", cyl_break.break_d "Break Date", cyl_break.age "Age (Days)", cyl_break.spec_str "Specified Strength", cyl_break.str "Specimen Strength"
    from conc_test inner join cyl_break on conc_test.pour_no = cyl_break.pour_no, prod_poured
    where conc_test.pour_no = prod_poured.test_id and prod_poured.job_no = '9-12-821';
    It gives me good results but wayyy too many of them so obviously, that I got something wrong.

    the results it gives are this:
    Pour Number     Cylinder ID     Pour Date     Mix #     Ambient Temperature     Concrete Temperature     Air %     Break Date     Age (Days)     Specified Strength     Specimen Strength
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100324A     100324A3     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     51.9
    100324A     100324A3     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     51.9
    100324A     100324A3     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     51.9
    100324A     100324A3     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     51.9
    100324A     100324A4     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     50.8
    100324A     100324A4     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     50.8
    100324A     100324A4     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     50.8
    100324A     100324A4     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     50.8
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    100324E     100324E3     24-MAR-10     10     10     15     6     21-APR-10     28     35     50.7
    100324E     100324E3     24-MAR-10     10     10     15     6     21-APR-10     28     35     50.7
    100324E     100324E3     24-MAR-10     10     10     15     6     21-APR-10     28     35     50.7
    100324E     100324E3     24-MAR-10     10     10     15     6     21-APR-10     28     35     50.7
    100324E     100324E3     24-MAR-10     10     10     15     6     21-APR-10     28     35     50.7
    100324E     100324E4     24-MAR-10     10     10     15     6     21-APR-10     28     35     51.6
    100324E     100324E4     24-MAR-10     10     10     15     6     21-APR-10     28     35     51.6
    100324E     100324E4     24-MAR-10     10     10     15     6     21-APR-10     28     35     51.6
    100324E     100324E4     24-MAR-10     10     10     15     6     21-APR-10     28     35     51.6
    100324E     100324E4     24-MAR-10     10     10     15     6     21-APR-10     28     35     51.6
    The results that I need to give is this:
    100322A     100322A3     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.6
    100322A     100322A4     22-MAR-10     10     16     16     4.2     19-APR-10     28     35     50.4
    100324A     100324A3     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     51.9
    100324A     100324A4     24-MAR-10     10     9     15     5.8     21-APR-10     28     35     50.8
    100324E     100324E3     24-MAR-10     10     10     15     6     21-APR-10     28     35     50.7
    100324E     100324E4     24-MAR-10     10     10     15     6     21-APR-10     28     35     51.6
    100326B     100326B3     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     48.3
    100326B     100326B4     26-MAR-10     10     9     15     5.7     23-APR-10     28     35     49
    As you can see it my query provides good results, just too much of them. I just need to have a result by cylinder id.

    I can't seem to wrap my mind around this and if someone could set up a proper selection based on what I need which would be extremely useful. If you need to any more data to provide a help just ask and I'll stick it.

    Thank you

    DTR

    Published by: DB on April 26, 2010 11:12

    Hello

    Whenever you have a problem, post a small example of data (CREATE TABLE and INSERT statements) for all the tables involved, so people can recreate the problem and test their solutions.

    There is a one-to-many relationship between conc_test and prod_poured? In other words, can there be several lines of prod_poured all with the same test_id?
    If so, you probably don't want to join prod_poured; one EXISTS or IN Sub query instead.
    For example:

    select  cyl_break.pour_no     "Pour Number"
    ,     ...               -- other columns, as you already have them
    from         conc_test
    inner join     cyl_break     on     conc_test.pour_no = cyl_break.pour_no
    where   conc_test.pour_no     IN (  SELECT  test_id
                              FROM    prod_poured
                              WHERE   job_no     = '9-12-821'
                           )
    ;
    

    No doubt someone will suggest that say you SELECT DISTINCT to remove duplicate rows. This is inefficient; It is best not to get the first duplicate lines.

  • Help: HAVE Chan 2 volts, 1 AO Chan Volt. UH VI Code gives access to the memory

    Hello:

    First of all, I am a total newbie to Labview so apologies if the answer seems obvious, trivial. That's what I seem to be able to put together based on screws of the sample as well as reading here. Some details of the implementation

    * Application: 2 AnalogVoltage input 1 channel data acquisition channel analog output voltage of DAQ devices

    * Material: NOR-PCI-MIO-16-4 (Dev2), BNC-2110 connector

    * OS: Windows XP

    * Version: Labview 8.5

    * Wiring: Two sensors via BNC Dev2/ai0 and Dev2/ai1, BNC to TTL generator PFI0, BNC Dev2/ao0 for material Gain Control

    Intention:

    1 relaxation simultaneously (dev2/ai0 and dev2/ai1) acquisition channels and voltage generation nuer a TTL signal (connected to PFI0)

    2. particularly important to be able to generate a voltage signal decaying off Dev2/ao0 which I use to order a part separated from the material.

    Approach (my VI is attached):

    1. I created the inputs/outputs analog cable channels of entry in the series. Added timingand trigger screws

    2 selected PFI0 as a source of outbreak of AI. Dev2/AI/StartTrigger selected as source of relaxation for AO. Selested Dev2/AI/SampleClock synchronization AO for the synchronization application

    3 used a startup sequence to ensure that GOT it start first

    4. code give the following error message:

    =================================================

    Error 3 occurred in an unidentified location:

    Possible reasons:

    LabVIEW: Internal error. Area of poorly accessed memory.
    =========================
    NOR-488: Controller not properly treated GPIB.

    ==================================================

    Indications as to what I'm doing wrong? Any help is really appreciated as I am on a deadline.

    My instinct is that associates to the reading of Scripture entry output data, but do not know what.

    Thank you very much!

    See you soon,.

    uidahosa,

    This knowledge base article describes your problem.  I didn't specifically see this situation in your code, but the "Okay + warnings" is connected to the [error code] I think that it was probably a misclick.  I'm curious to see what errors you get after that.

  • How do I script in DIAdem to include specific lines of code (similar to .ini in LabVIEW files) based on the computer/user?

    I took Basic training courses so DIAdem Advanced and have been scripting for several months.  I am interested in how to include specific lines of code based on the computer.  Told me it would be similar to .ini in LabVIEW files, although I've never used myself .ini files.

    Hi Karen,.

    What do you mean by "includes the lines of code?  Do you mean what happens when you run a command 'ScriptInclude()' or 'ScriptCmdAdd()' in a tiara VBScript?  Or do you mean that you want to run several lines as DIAdem begins, similar to 'ScriptStart() '?

    What do you mean by "computer-based?  Do you mean you want to implement different batch files on different computers, but you are still using the same file (named) command on each target computer?  Or do you mean that you want to implement the same command on all target computers file, but you want different commands to run this file based on the computer on which you are.  In the latter case, how do you determine computer on which you are on - MAC address, logged in user name, or what?

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Exaprom PDF: how cells that can cover several lines in the body of the table?

    I use Exaprom PDF but I have a case that I can't work.

    I would like to generate a table where a cell spans an entire line in the body of the table, the table should be translated as:

    ____________

    |__|__|__|__|

    |__|__|__|__|

    |___________|

    |__|__|__|__|

    Dear Marc,

    could you post an example how span a cell of an entire row in the table with the function body "Append custom Table.vi."

    For example, please use the 2009 version.

    Thank you

    Asper

    This message refers to the report Exaprom PDF generation tool:

    https://decibel.NI.com/content/docs/doc-10952

    Perhaps this.

  • I have a table of the adf, I added a column that contains a button that I created, when I click it must remove this row in the table, but it is not, please help

    I have a table of the adf, I added a column that contains a button that I created, when I click it must remove this row in the table, but it is not, please help

    I don't understand. You use vo and eo for you to use business components.

    Again, this kind of code call in trouble.

    You must post the changes to make them visible to the eo find vo. You must then run the query for the changes in the business layer strips then you must update the iterator he table is based on.

    In your code I see that happen, hooch maybe because it is more often than not formatted and undocumented.

    My advice is to do a small test case that you can manage with easy sql. Once you get it to run transfer you the results to the actual application.

    Timo

  • The line of code for the change of color in FindChangeByList.txt

    Hello

    I would like to know how the following line of code would look like if I want to change the color of the letters 'u' - to the color red? :

    grep{"findWhat:" \u0075 ""}{changeTo: 'u', appliedFont: 'Sabondiacritic', fontStyle: "Regular"}{caseSensitive:true, includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}Find out all the letter x and replace it with the Arabic word.

    Like this:

    Help is appreciated as always!

    With regard to Camille

    Try this,

    {changeTo:"\u", appliedFont:"Sabondiacritic", fontStyle:"Regular", fillColor:"C=15 M=100 Y=1000 K=0"}
    

    but don't know why you use unicode \u0075 in the Grep search... instead, quite simply, you can use "\u".

  • mode patterns expdp, exclude certain tables, but still had exported

    OS: linux redhat

    DB: 11.2.0.3

    Try to export several patterns, but to exclude the two tables, but in the export log, I still see these exported tables.

    Here is the file by:

    UserID = "/ as sysdba".

    = export directory

    dumpfile = exp_schema_without_two_tables.dmp

    logfile = exp_schema_without_two_tables.log

    Customer Schemas

    EXCLUDE = TABLE: "IN (' CLIENT.)" ACCTLOGINS ',' CUSTOMER. (USERLOGINS') ".

    It worked successfully, however check the newspaper know those:

    Object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS treatment

    Processing object type SCHEMA_EXPORT/POST_SCHEMA/PROCOBJ

    . . exported "CUSTOMER." "' ACCTLOGINS ' 10,617 GB 82914685 lines

    . . exported "CUSTOMER." "' USERLOGINS ' 6,171 GB 82921278 lines

    Can you guys help me to make it work?

    Thank you

    Hello

    I think that the previous answers were ponting allows you to remove the schema. proefix in the clase exclude - at the moment its attempts to exclude a table called "CUSTOMER. ACCTLOGINS' not a table called ACCTLOGINS owned by the CUSTOMER.

    You change parfile to this

    UserID = "/ as sysdba".

    = export directory

    dumpfile = exp_schema_without_two_tables.dmp

    logfile = exp_schema_without_two_tables.log

    Customer Schemas

    EXCLUDE = TABLE: 'IN ('OF THE ' ACCTLOGINS,' USERLOGINS') '.

    And as others have mentioned dony use / as sysdba - this works largely ok, but do not for general use only exceptionally.

    See you soon,.

    Rich

Maybe you are looking for