Question re stupid Tables

Hey everybody. I worked with the web templates so far and although I learned a lot editing them, I noticed that I still do not have a basic understanding of the HTML language. I decided to redesign my Web site from the ground, mainly with the help of the online Adobe Dreamweaver 8 tutorial.

Now, I created the first table on a page, I want to insert another table in a cell of the table with his fist. I did it and it worked fine. However, when I try to insert a picture object by using the same width as the table itself / cell of the original table (760 px), the visual aid seems to recognize a different value of the width of the (larger) table.

Why is this?

I did not use any cell fill, spacing or anything like that.

Any ideas would be greatly appreciated. Thank you.

You say that you did not use cellspacing, cellpadding, etc, but you have.

You use the default value for them (and it's not zero, either). If
you want to be zero, tell them to zero!

--
Murray - ICQ 71997575
Adobe Community Expert
(If you * MUST * write me, don't don't LAUGH when you do!)
==================
http://www.dreamweavermx-templates.com - template Triage!
http://www.projectseven.com/go - DW FAQs, tutorials & resources
http://www.dwfaq.com - DW FAQs, tutorials & resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"HTML-Newbie" wrote in message
News:edcoca$KTH$1@forums. Macromedia.com...
> Thanks for your quick response. Here is the code:
>

Tags: Dreamweaver

Similar Questions

  • Question of stupid graph OBIEE 11 g

    Hi, I have a really stupid question of the graphic on OBIEE 11g. I have the following in the criteria tab:

    Fiscal year
    Accounting period
    Business unit
    Spend the amount

    I want to do a simple line chart showing Plastica as a command prompt, the 4 exercises like colors of different lines, 12 accounting periods as the horizontal axis and the amount of expenses such as the vertical axis. Sounds simple enough, but no matter what I do, I am unable to move the "measure of labels" tile in the graphic editing page. It seems to be 'locked' in the lowest position of the "Group By" box. I don't seem to be able to move it, exclude, etc..

    The problem is the presentation is as follows: through the axis labels, instead of just saying "1" to "12", all end up by saying '1 spending amount', 'amount to spend 2', 'amount to spend 3', etc.. This puts a shit ton of excess there and it is difficult to read the axis (if you are in a few Stephen, it will add it detaches completely in the eyes of the data area of the chart, where they should be). In addition, since the "chart title" and "The Vertical axis title" already say 'Spend the amount' - it is completely useless. When I look at the properties of the graph for the 'Horizontal axis title' it just says: "Accounting period", not "measure Lable + accounting period".

    Can anyone help - it's super basic, but it's driving me crazy and the graphic is horrible.

    Thank you
    Scott

    Scott,

    Not a stupid question rather stupid bug! I guess you are using 11.1.1.5.We had previously faced the same issue a SR. It's a bug! Bug hotfix request: 12810141, this solves the problem.

    Rgds,
    DpKa

  • Questions from stupid to Smartphones blackBerry comin at ya

    Just bought a blackberry pearl 8130 and I have a couple of stupid questions, about this.

    1 send SMS, how are you?  It is similar to texting on a dumb phone?  (Since we have "smart" phones)

    2. how you configure speech recognition to the names in the address book?

    Thanks for any help.

    1. open the SMS folder on the home screen or in the Messages folder > Menu > compose SMS.

    2. find the voice dialing icon, open it and follow the prompts.

  • Install PT8.53 with Linux question: the PSDBOWNER table doesn't have a line

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Server database is the database Oracle 11 GR 1 material. Operating system is Oracle Linux 5.

    I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.

    I've been setting up PeopleTools 8,53 Instance database. Because the installation wizard has problem and cannot create instance PT853 database, I have implemented PeopleTools 8,53 PT853 Instance database manually using 2 ways as below:

    First of all, I use Oracle database DBCA to create the instance PT853 successfully, and then run the following scripts:

    (1) utlspace.sql

    (2) dbowner.sql

    (3) psadmin.sql

    (4) psroles.sql

    (5) connect.sql

    After that, the PSDBOWNER table must have a rank DatabaseName (PT853) and OwnerID (myname) Data Mover to connect. But there is no line in PSDBOWNER after running the 5 scripts above. Because of this error, I tried the second way.

    Secondly, I run the script createdb10.sql to create the instance of database PT853 successfully and then run 5 scripts as above but get the same error: PSDBOWNER has no line.

    My $ORACLE_HOME/dbs/initPT853.ora file is correct. All 5 scripts above run correctly. I don't know why PSDBOWNER has no line.

    My question is:

    Can any folk you tell me why PSDBOWNER have a line after you run 5 scripts above? How to solve the problem?


    Thank you.

    There is no issue to resolve. PSDBOWNER will be filled when you run step to build and run the Data Mover Import scripts. Even without a line in PSDBOWNER you can still connect to Data Mover mode "bootstrap", which is what you are to do this step.

    Kind regards

    Bob

  • Question on hash tables

    Hello

    I have two questions (single). Maybe someone can give me an answer (single) :-)

    This is the statement:

    $vm | Select Name, @{N = 'IP address'; E={ $_ | Get-VMGuest | {{Select - ExpandProperty IP *}}

    The Questions.

    1. why should I use E in the middle of the statement?

    2 What does E stand for?

    Thank you!

    With @ {} you create a hash table. The N means name and E for the Expression. For example, you could also write:

    $vm | Select Name, @{Name = 'IP address'; Expression = {$_ |} Get-VMGuest | {{Select - ExpandProperty IP *}}

    Best regards, Robert

  • compress the question from the table

    My question is simple:

    If I execute this SQL:
    ALTER TABLE some_table_name MOVE COMPRESS;
    and the table is already compressed, Oracle jump or spend time re - compress?

    Why I ask this is because I have a few nice PL/SQL that loops through all the tables
    in my schema, I have about 1800 tables and it compresses, but it takes a long time, hours
    and I would like to only compress Tables which are not already compressed, so compressed, jump, so
    that's why I ask... try to determine whether or not PL/SQL needs a dry:-)

    Kodiak_Seattle wrote:
    Thanks for all the help, space is always a big problem for us here, we always run out of it. On only 1/3 of all Tables is compressed, 2/3 is not.

    So just research in there, thanks!

    on the 11G R2

    To continue the question I found the following:

    (a) have compression enabled for a table does not necessarily mean that the data is compressed. If compression is enabled with the statement:

    ALTER TABLE tablename COMPRESS;
    

    the existing data in the table remain uncompressed.

    However the execution of the order

    ALTER TABLE tablename MOVE COMPRESS;
    

    Compress in the existing data in the table and it is caught in time.

    Try to compress an already compressed or partially compressed table is taken on time. Oracle will analyze the data in the table again and try to compress.
    I did a test on a table with half million records already compressed and time was almost the same as the initial compression.

    You can do a quick test on your environment to verify that.

    Sorry for the misinformation, I provided before.

    Kind regards.
    Al

  • Question of nested tables

    Hello, I need help with something that should be a matter of routine for most of the PL/SQL developers:

    I have a type:
    CREATE OR REPLACE TYPE CHFLSRESWSPC.int_array IS ARRAY OF INT;

    If I have a variable of type int_array and use BULK COLLECT in will be the result of the query fills the variable. If a question another COLLECTION in BULK IN the same variable using another query then the variable only will contain the result of the second query. I need the variable to add the result of the second in BULK COLLECT (I know I have to use another command in BULK RECUEILLENT not the second time, but I don't know what) to the first and if possible even to exclude duplicates. What is the most effective way. I know not how to loop through the colllection and use MEMBER but is not effective in my case.

    GeO2 wrote:
    Hello, I need help with something that should be a matter of routine for most of the PL/SQL developers:

    I have a type:
    CREATE OR REPLACE TYPE CHFLSRESWSPC.int_array IS ARRAY OF INT;

    If I have a variable of type int_array and use BULK COLLECT in will be the result of the query fills the variable. If a question another COLLECTION in BULK IN the same variable using another query then the variable only will contain the result of the second query. I need the variable to add the result of the second in BULK COLLECT (I know I have to use another command in BULK RECUEILLENT not the second time, but I don't know what) to the first and if possible even to exclude duplicates. What is the most effective way. I know not how to loop through the colllection and use MEMBER but is not effective in my case.

    A single method.

    I used a big collect to fill the second table, you might as well use something like...

      --load values 9 - 15 into array 2 NOT using bulk collect
      v_array_2 := int_array(8, 9, 10, 11, 12, 13, 14, 15);
    
    TUBBY_TUBBZ?   declare
      2    v_array_1     int_array := int_array();
      3    v_array_2     int_array := int_array();
      4    v_final_array int_array := int_array();
      5  begin
      6
      7    --load values 1 - 10 into array 1
      8    select
      9      level
     10    bulk collect into
     11      v_array_1
     12    from dual
     13    connect by level <= 10;
     14
     15    --load values 9 - 15 into array 2 using bulk collect
     16    select
     17      level + 8
     18    bulk collect into
     19      v_array_2
     20    from dual
     21    connect by level <= 7;
     22
     23    v_final_array := v_array_1 multiset union distinct v_array_2;
     24
     25    for x in 1 .. v_final_array.count
     26    loop
     27      dbms_output.put_line(v_final_array(x));
     28    end loop;
     29  end;
     30  /
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    
    PL/SQL procedure successfully completed.
    
    Elapsed: 00:00:00.00
    TUBBY_TUBBZ?select * from v$version;
    
    BANNER
    -------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    
    5 rows selected.
    
    Elapsed: 00:00:00.00
    
  • Questions on the tables of materialized views and MV newspaper

    Hi all

    Have some questions about Materialized View.

    (1) once the materialized view reads the records from the table MLOG, reviews the MLOG get purged. fix? or is that not the case? In some cases, I see still (old) records in the MLOG table even after updating MV.

    (2) how the table MLOG distinguishes between a reading which comes from a MV and a reading that comes from a user? If I execute manually
    "Select * < table MLOG > ' could get record of the table MLOG redacted all the same way as it does after a refresh of MV?

    (3) one of our MV updates crashes intermittently. Based on the events of waiting I noticed that it was a 'db file sequential read' against the main table. Finally I had to put an end to the update. I don't know why it was sequential reading on the main table when she should be reading the table MLOG. Any ideas?

    (4) I saw 'file db scattered read' (full table scan) usually on tables, but I was surprised to see 'db file sequential read' against the table. I thought sequential read occurs normally against the index. All the world has noticed this behavior?

    Thanks for your time.

    (1) once all the registered materialized views have read a particular line in a trunk of materialized view, it is removed, Yes. If there are multiple materialized views that are based on the same newspaper, they would all need to refresh before it would be safe to delete the log entry for MV. If one of the materialized views is no incremental updating, there may be cases where the log purge automatically.

    (2) No, your query does not cause anything be served (although you wouldn't see something interesting unless you get to implement a lot of code to analyze change vectors stored in the journal). I don't know the exact mechanism used by Oracle has been published, if you could go through and draw a session to get an idea of the moving parts. From a practical point of view, you just need to know that when you create an updatable materialized view fast, it will register as interested especially newspapers MV.

    (3) it depends on what is stored in the log of MV. The update process may need to recover specific table columns if your log stores just the fact that the data for a particular key changed. You can specify when you create a materialized view that you want to store specific columns or include the new clause values (with the NEW VALUES INCLUDING). It is perhaps beneficial (or necessary) for the refreshment quick process, but it would tend to increase the storage space for the materialized view log and increase the cost of the maintianing the materialized view log.

    (4) sequential reads on a table are perfectly normal - it just means that someone looking for a block of data in the table (i.e. looking a line in the table of ROWID based on the ROWID in an index or a materialized view log).

    Justin

  • End of question creating a table and change the format of date on the creation

    Hi all

    I'm Googling the hell out of this but either it cannot be done or im just not finiding it.

    I know how to interview and select to_char allows you to change the date format.

    My question is when you create a table as follows:

    CREATE TABLE myTable2
    2 (NAME VARCHAR2 (15),)
    3 CHAR (2) STATE,
    4 SALARY NUMBER (5.2).
    5 YEARSEMP NUMBER (2),
    6 DATE STARTDATE);

    How can I set the DATE format will be a four-digit year? It is even possible to make when you create or you do it only when inserting?

    Thank you!

    Hello

    791443 wrote:
    Okay, so I guess that you can't change the default value for more than one session? So that whenever I have connect the date MM/DD/YYYY came? I know how ALTER, I was wondering if I can schedule the date WHEN I'll get the value by default whenever I connect JJ/MM/AAAA

    Exactly.

    The DBA can change the default format, which will then apply to all the columns DATE for all users.
    If you are the ADMINISTRATOR of you own private database, which is an option.

    If you are using SQL * Plus, you can put the ALTER SESSION SET NLS_DATE_FORMAT command in a file, login.sql, so it will run automatically every time that you start a session.
    Other frontends probably have similar functionality.

    You can also create a view, which had a column VARCHAR2 with formatted data. If you do this, the view also have the actual DATE column — VARCHAR2 column won't be good for sorting or making comparisons of inequality.
    From Oracle 11, you can have a virtual column in the table itself.

  • Why register to ask a question so stupidly difficult?

    A question explicitly.

    Hello greybeard2012, talk us a lot in the forum and, I think, soon we can find a way simpler to do this. Sorry for that. If we can help you something please ask.

    Thank you

  • Question of bedside table

    I tried to use the bedside table. Even spent the extra $30 for a stand to keep it on the side. When activated, nightstand mode turns on, but the watch quickly turns off by itself, goes black. Is it possible to have show constantly? The charger is connected. Thank you.

    No, it is not possible to have it display constantly. I found that it turns very easily if I type even at the edge of the table, though.

    Submit your Apple asking this feature here:

    http://www.Apple.com/feedback

  • Script Question of calculation tables.

    Hello, I'm not sure that it is still possible, but is it possible to have a table from indesign Calculate column B and column C for example.  Here's how its implementation.

    JOB # #up NECESSARY TOTAL
    JOB15500* formula to multiply the B2 - and C2.*
    JOB23250* formula to multiply B3 - and C3.*

    and so on until 14 rows.

    I looked in the Indesign forum and didn't see where it was available in the program itself.  SO I hope theres a way to do this in a script.  I'm having 14 rows if all what matters.

    Thanks for any help.

    Have you thought about this: Calculations Raynaux - calculation in tables Indesign CS Script

    HTH

    Loïc

    www.ozalto.com

  • Question of editing table

    So, here is what says my text:

    ALTER TABLE CRUISE_ORDERS

    CHANGE THE ORDER_DATE DATE

    DEFAULT SYSDATE

    CONSTRAINT NN_ORDER_DATE NOT NULL;

    This statement is syntactically valid and will run successfully if there is No

    rows in the table at the time where it is executed.


    Fact it's slow average on the column or rows in the table. The way he speaks about this throughout the section had me a bit confused.

    I'm thinking in the column (because the default conversion and data type does not work), but I don't see here a problem of execution if there is data in the other columns.

    However with the language, the book was using, I'm pretty sure, that it is which means absolutely no line there...

    Thank you. Any other opinions? Also when I mentioned by default won't work, I wanted to say it may or may not work given the situation (format masks).

    However, I have just renoticed the constraint not null. It must mean the column is filled or that there is no other lines in the table to add this new column.

    Hmm...

  • Reg: question of external table-

    Hi Experts,

    I am trying to create and read from an external table, but it raises an error. Please notify.

    Scenario-

    I'm downloading a file of my APEX application that is stored in a BLOB field. Then, comes the following:

    DBMS_LOB.CREATETEMPORARY (v_clob, true);

    -/ / Convert BLOB on the CLOB type

    () DBMS_LOB.converttoclob

    v_clob, v_blob,

    DBMS_LOB. LOBMAXSIZE,

    v_dest_offset, v_src_offset,

    v_blob_csid, v_lang_context, g_msg

    );

    -/ / creating a csv file

    v_temp_filename: = 'apex_ ' | TO_CHAR (sysdate, 'yyyymmddhh24miss') |'. CSV';

    -/ / Put the csv file in the database directory 'APEX_DIR '.

    dbms_xslprocessor.clob2file (v_clob, 'APEX_DIR', v_temp_filename);

    -/ / creating an external table

    v_ext_table: = q'[create table (apex_temp_data_ext)

    C001 varchar2 (4000), c002 varchar2 (4000), c003 varchar2 (4000), c004 varchar2 (4000), c005 varchar2 (4000).

    C006 varchar2 (4000), c007 varchar2 (4000), c008 varchar2 (4000), c009 varchar2 (4000) c010 varchar2 (4000).

    C011 varchar2 (4000), c012 varchar2 (4000), c013 varchar2 (4000), c014 varchar2 (4000), c015 varchar2 (4000).

    C016 varchar2 (4000), c017 varchar2 (4000), c018 varchar2 (4000), c019 varchar2 (4000), c020 varchar2 (4000).

    C021 varchar2 (4000), c022 varchar2 (4000), c023 varchar2 (4000), c024 varchar2 (4000), see c025 varchar2 (4000).

    C026 varchar2 (4000), c027 varchar2 (4000), c028 varchar2 (4000), c029 varchar2 (4000), c030 varchar2 (4000).

    C031 varchar2 (4000), c032 varchar2 (4000), c033 varchar2 (4000), c034 varchar2 (4000), c035 varchar2 (4000).

    c037 varchar2 (4000), c038 varchar2 (4000), c039 varchar2 (4000), C036 varchar2 (4000), c040 varchar2 (4000).

    c042 varchar2 (4000), c043 varchar2 (4000), c044 varchar2 (4000), c041 varchar2 (4000), c045 varchar2 (4000).

    C046 varchar2 (4000), c047 varchar2 (4000), c048 varchar2 (4000), c049 varchar2 (4000), c050 varchar2 (4000)

    )

    (external) Organization

    type oracle_loader

    the default directory apex_dir

    (settings) access

    records delimited by newline

    fields completed by «,»

    surrounded of possibly ' "' and '"' NOTRIM

    missing field values are null

    (

    C001 varchar2 (4000), c002 varchar2 (4000), c003 varchar2 (4000), c004 varchar2 (4000), c005 varchar2 (4000).

    C006 varchar2 (4000), c007 varchar2 (4000), c008 varchar2 (4000), c009 varchar2 (4000) c010 varchar2 (4000).

    C011 varchar2 (4000), c012 varchar2 (4000), c013 varchar2 (4000), c014 varchar2 (4000), c015 varchar2 (4000).

    C016 varchar2 (4000), c017 varchar2 (4000), c018 varchar2 (4000), c019 varchar2 (4000), c020 varchar2 (4000).

    C021 varchar2 (4000), c022 varchar2 (4000), c023 varchar2 (4000), c024 varchar2 (4000), see c025 varchar2 (4000).

    C026 varchar2 (4000), c027 varchar2 (4000), c028 varchar2 (4000), c029 varchar2 (4000), c030 varchar2 (4000).

    C031 varchar2 (4000), c032 varchar2 (4000), c033 varchar2 (4000), c034 varchar2 (4000), c035 varchar2 (4000).

    c037 varchar2 (4000), c038 varchar2 (4000), c039 varchar2 (4000), C036 varchar2 (4000), c040 varchar2 (4000).

    c042 varchar2 (4000), c043 varchar2 (4000), c044 varchar2 (4000), c041 varchar2 (4000), c045 varchar2 (4000).

    C046 varchar2 (4000), c047 varchar2 (4000), c048 varchar2 (4000), c049 varchar2 (4000), c050 varchar2 (4000)

    )

    )

    location ('] ' |) v_temp_filename | " ')

    )

    3 parallel

    reject limit unlimited;] " ;



    immediately run v_ext_table;

    It gives me a generic mistake on the front-end server. But, when I take this external Table as well as the "v_temp_filename", that it is created, but when the SELECTION is fired triggers error:

    ORA-29913: error in executing ODCIEXTTABLEOPEN legend

    ORA-29400: data cartridge error

    KUP-00554: error occurred when parsing the access settings

    KUP-01005: syntax error: found 'distinctive sign': expected an a: "binary_double, types binary_float, comma, date, defaultif, char, decimal, double, float, integer, (, nullif, oracle_date, oracle_number, position, raw, recnum,), unsigned, varchar, varraw, varrawc, varcharc, zoned.

    KUP-01008: the bad ID was: varchar2

    KUP-01007: in column 15 of line 6

    Privilege is already provided - GRANT READ, WRITE on APEX_DIR to APEX_DEV;

    But you should check with DBA on the rwx for the generated 'v_temp_filename' permission.

    Pointers?

    Thank you and best regards,

    Nordine

    (on Oracle 11.2.0.3.0, Apex 4.2.5)

    Try this:

    . . .   E t c...

    -/ / creating an external table

    v_ext_table: = "CREATE TABLE Apex_Temp_Data_Ext

    (

    C001 VARCHAR2 (4000), C002 VARCHAR2 (4000), C003 VARCHAR2 (4000), C004 VARCHAR2 (4000), C005 VARCHAR2 (4000).

    C006 VARCHAR2 (4000), C007 VARCHAR2 (4000), C008 VARCHAR2 (4000), C009 VARCHAR2 (4000), C010 VARCHAR2 (4000).

    C011 VARCHAR2 (4000), C012 VARCHAR2 (4000), C013 VARCHAR2 (4000), C014 VARCHAR2 (4000), C015 VARCHAR2 (4000).

    C016 VARCHAR2 (4000), C017 VARCHAR2 (4000), C018 VARCHAR2 (4000), C019 VARCHAR2 (4000), C020 VARCHAR2 (4000).

    C021 VARCHAR2 (4000), C022 VARCHAR2 (4000), C023 VARCHAR2 (4000), C024 VARCHAR2 (4000), SEE C025 VARCHAR2 (4000).

    C026 VARCHAR2 (4000), C027 VARCHAR2 (4000), C028 VARCHAR2 (4000), C029 VARCHAR2 (4000), C030 VARCHAR2 (4000).

    C031 VARCHAR2 (4000), C032 VARCHAR2 (4000), C033 VARCHAR2 (4000), C034 VARCHAR2 (4000), C035 VARCHAR2 (4000).

    C036 VARCHAR2 (4000), C037 VARCHAR2 (4000), C038 VARCHAR2 (4000), C039 VARCHAR2 (4000), C040 VARCHAR2 (4000).

    C041 VARCHAR2 (4000), C042 VARCHAR2 (4000), C043 VARCHAR2 (4000), C044 VARCHAR2 (4000), C045 VARCHAR2 (4000).

    C046 VARCHAR2 (4000), C047 VARCHAR2 (4000), C048 VARCHAR2 (4000), C049 VARCHAR2 (4000), C050 VARCHAR2 (4000)

    )

    (EXTERNAL) ORGANIZATION

    TYPE Oracle_Loader

    The DEFAULT DIRECTORY Apex_Dir

    (SETTINGS) ACCESS

    RECORDS DELIMITED BY NEWLINE

    FIELDS TERMINATED BY ","

    OPTIONALLY SURROUNDED BY "" "AND" "" NOTRIM

    MISSING FIELD VALUES ARE NULL

    (

    C001 TANK (4000), C002 TANK (4000), C003 TANK (4000), C004 TANK (4000), CHAR C005 (4000),

    C006 TANK (4000), C007 TANK (4000), C008 TANK (4000), C009 TANK (4000), C010 TANK (4000).

    C011 TANK (4000), C012 TANK (4000), C013 TANK (4000), CHAR C014 (4000), C015 TANK (4000),

    C016 TANK (4000), C017 TANK (4000), CHAR C018 (4000), C019 TANK (4000), C020 TANK (4000),

    C021 TANK (4000), C022 TANK (4000), C023 TANK (4000), CHAR C024 (4000), SEE C025 TANK (4000),

    C026 TANK (4000), CHAR C027 (4000), C028 TANK (4000), C029 TANK (4000), C030 TANK (4000),

    C031 TANK (4000), C032 TANK (4000), C033 TANK (4000), C034 TANK (4000), C035 TANK (4000).

    C036 TANK (4000), C037 TANK (4000), C038 TANK (4000), C039 TANK (4000), C040 TANK (4000).

    C041 TANK (4000), C042 TANK (4000), C043 TANK (4000), C044 TANK (4000), C045 TANK (4000).

    C046 TANK (4000), C047 TANK (4000), C048 TANK (4000), C049 TANK (4000), C050 TANK (4000)

    )

    )

    LOCATION('''||) V_Temp_Filename | " ')

    )

    3 PARALLEL

    UNLIMITED RELEASE LIMIT ';

    . . .   E t c...

  • Question of fact table.

    Hi all

    I'm new to OBIEE 11 g.


    I have 3 tables
    table (a) per_all_assignment_f
    Here are the columns

    assignment_id
    effective_start_date
    effective_end_date
    employee_category
    job_id
    person_id
    position_od

    table (b) per_all_people_f
    Here are the columns

    CREATION_DATE
    date_of_birth
    effective_start_date
    effective_end_date
    full_name
    national_identifier
    person_id

    Table c) per_jobs
    Here are the columns

    date_from
    date_to
    name
    job_id


    If I display data in table people / assignment, I'm fine and I get no error.
    But if I add all columns of the table, I get the following error message. It's just a normal table.  Please advice.


    A general error occurred. [nQSError: 43113] The message returned by OBIS. [nQSError: 14025] In fact no table exists at the level of detail requested: [[Assignment.EMPLOYEE_CATEGORY, Assignment.EMPLOYMENT_CATEGORY], [People.DATE_OF_BIRTH, People.EMPLOYEE_NUMBER, People.FIRST_NAME], [Jobs.NAME]]. (HY000)

    I got it.

    I created a join of

    (a) per_all_assignment_f to per_all_people_f via person_id

    (b) per_all_assignment_f to per_jobs through job_id

    (c) per_all_assignment_f to per_position via position_id.

    Layer MDB seems to be the key (driving table).

    Thank you once again.

Maybe you are looking for

  • Why Firefox does not load javascript accessed by a link?

    I have a FF Add-ons disabled 15.0.1.Every time a success, a link to a JavaScript, the script does not run, it loads just like a text in a browser window.For example, on http://markup.io , there is a script to make annotations on web pages (http://api

  • Cann't deploy xnet in RT with Veristand 2011

    Hello I can hardly deploy XNET in RT my laptop has installed labivew 2010 and 2011 Veristand. When I tried to deploy a simple application with XNET device in PXI-8106. An unknown error has occurred: possible reason (s): =========================NEITH

  • is it possible to limit the use of the internet to Windows 7 on a connection counter?

    I use Internet measured recently and was shocked to discover that my Windows 7 laptop has been download tens of megabytes per hour, looking at the State of wireless network connection and also receive messages from the ISP I had grown once more my as

  • Plans for students

    Hello worldI saw there is an offer for students, which will prompt you for an affiliation with some institutes. So here's my answer: I'm a student on the famous platform Coursera (www.coursera.org), which gives me also the certificate at the end of a

  • Need help and suggestions for partitioned tables

    HelloWe have a table and it is partitioned and partitioned with datetime column, IE... partition by range.I tried to run the query in the form below and it runs 1 HR and did not get the result and I kill the query.Select min (datetime) max (datetime)