Problem with CREATE INDEX script

Hello world!
I want to create a 3D Spatial Index. So I added a few lines (PARAMETERS ('sdo_indx_dims = 3')) in the following script, I get the error

PLS-00103: encountered the symbol "SETTINGS" then wait for the following :), * & = - + <>.
PLS-00103: encountered the symbol "SDO_INDX_DIMS" then wait for the following :), * & = - + <>.

Everything works well, if I remove the PARAMETERS ('sdo_index_dims = 3').
I know that I need a few symbols, but I'm not good in programming
Thanks for the tips!

-create spatial indexes
--
procedure create_index
newIndex user_indexes.index_name%type;
Start

list_spatial_indexed_tables;
-Find all tables containing columns and a corresponding line in user_sdo_geom_metadata
- and without a spatial index
for rec in spatial_index_cursor
loop
newIndex: = rec.table_name | '_RTREE_IDX ';
Execute ('create index' | newIndex |) "on" |
Rec.table_name | ' (' | rec.column_name |)
indextype') is mdsys.spatial_index ('sdo_indx_dims = 3') SETTINGS ');
end loop;

list_tables_missing_sdo_data ("spatial index cannot be created");

end create_index;

Hello

in a string, you must make to a single quote, two quotes, then do this:

-- create spatial indexes
--
procedure create_index is
newIndex user_indexes.index_name%type;
begin

list_spatial_indexed_tables;
-- Find all tables containing spatial columns and a corresponding row in user_sdo_geom_metadata
-- and without a spatial index
for rec in spatial_index_cursor
loop
newIndex := rec.table_name || '_RTREE_IDX';
run ('create index ' || newIndex || ' on ' ||
rec.table_name || '(' || rec.column_name ||
') indextype is mdsys.spatial_index PARAMETERS (''sdo_indx_dims=3'')');
end loop;

list_tables_missing_sdo_data ('spatial index can not be created');

end create_index;

If the quotes to the parameters clause must be doubled.

Herald tiomela
Superconsult.nl

Tags: Database

Similar Questions

  • ORA-29855 problem with creating an index

    Hi all,

    I am trying to create an index, but I have this problem:

    SQL > CREATE INDEX ITALIA_NODE_IDX ON ITALIA_NODE$ (GEOMETRY) INDEXTYPE IS MDSYS. SPATIAL_INDEX;
    CREATE INDEX ITALIA_NODE_IDX ON ITALIA_NODE$ (GEOMETRY) INDEXTYPE IS MDSYS. SPATIAL_INDEX
    *
    ERROR on line 1:
    ORA-29855: an error has occurred in the execution of routine ODCIINDEXCREATE
    ORA-13249: internal error in the Spatial index: [mdidxrbd]
    ORA-13249: error in the Spatial index: index build failed
    ORA-13249: error in the spatial index: [mdrcrtxfergm]
    ORA-13249: error in the spatial index: [mdpridxtxfergm]
    ORA-29400: data cartridge error
    ORA-01653: unable to extend table M2_10A70$ $.1024 by SPACE in tablespace USERS
    ORA-06512: a 'MDSYS. SDO_INDEX_METHOD_10I', line 10


    What do you think of this problem?
    Thank you in advance.
    Crystal

    Published by: crystal13 on June-18-2010 2.03

    Hello

    It looks like your USERS tablespace is small. You have no space left. Expand the size of the storage space by enlarging the file below or put a second to her, or put the tablespace mode AUTOEXTEND. See the guide administrators: http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#i1010516

  • Problem with create table as select (DEC)

    Hello

    We try to data cleaning of huge tables. And a customer of guise is reanme main table to the backup table. Then create a master table in select * backup table with some test.

    Now the problem with create table select, is that it creates the table without indexes and constraints. Is it possible to use the ETG (create the select table) with the same structure that he was the (all index, constriaints).

    Or any other solution to solve this problem?

    Thanks in advance

    Sweety wrote:
    Hello

    We try to data cleaning of huge tables. And a customer of guise is reanme main table to the backup table. Then create a master table in select * backup table with some test.

    Now the problem with create table select, is that it creates the table without indexes and constraints. Is it possible to use the ETG (create the select table) with the same structure that he was the (all index, constriaints).

    Or any other solution to solve this problem?

    Thanks in advance

    No, this is not possible. You need to get the manuscript of dependent object and create it manually.

  • Performance problem of creating index with LOB/CLOB content

    Hello

    I have a problem with indexing performance with a table containing columns of text
    also a clob and a lob column.

    Indexing with 20,000 lines takes about 1 hour on 11.2.0.4 with the last batch of patches 12 on
    win x 64.

    on a 11.2.0.1, the process is done in a few minutes.

    So what can I do to find out where is the problem?

    I use filter auto and basic lexer.
    Operating system is W 2008 R2 SP and latest patches. OS lang is English.
    DB is installed with AL32UTF8 and German and English language packs.

    also watched and ctx_user_index_errors and pending and there is no error or waiting in lines.
    After the index is created, everything works fine. during the creation of index no other user is connected to the database.

    so why 11.2.0.1 is so much faster than 11.2.0.4?
    some advice for me?

    Thank you!

    Hello

    so I solved all my problems.

    So I made two changes:

    1. I declared the variable theNotiz2 for recording the output for the raw text of the column NOTIZ (is a clob), add the output to the Out-Clob parameter

    2. I used the same variable for the--> this blob field caused an error with line with lob is not locked... so I said a second variable for this and that solved the problem.

    normally, I think it should work with 1 variable... but is an acceptable workaround.

    Performance now is OK because the procedure, I can set on which the documents I want to do a search or not.

    Second thing, but has nothing to do with Oracle: my frontend application makes a ZIP for each insert in a column lob and if the ctxhx does not index the content, the MDC, and before calling the conversion of plain text, so I have to make a decompression of the blob...

    so for now, all problems solved. Thank you for your support.

  • Problem with an index

    Hello world

    I have a table with an index.

    Here is my script:

    CREATE TABLE MM_STAT_SCREEN (NO_EMIARTE VARCHAR2(12 BYTE), REASSEMBLY VARCHAR2(1 BYTE), CHANNEL NUMBER (1), DATE_AUDIENCE DATE, VARCHAR2(30 BYTE), PUBLIC DISPLAY NUMBER, FILLED CHAR (1 BYTE), DATE_MOD DATE, PERS_MOD VARCHAR2 (20 BYTE), EXTRACT NUMBER, VARCHAR2 (30 BYTE) PLATFORM NOT NULL) TABLESPACE STUBBORN RESULT_CACHE (DEFAULT MODE) PCTUSED PCTFREE, INITRANS 10 0 1 MAXTRANS 255 STORAGE (64 K INITIAL NEXT 1 M MINEXTENTS 1 MAXEXTENTS UNLIMITED 0 USER_TABLES FLASH_CACHE DEFAULT PCTINCREASE BY) DEFAULT CELL_FLASH_CACHE DEFAULT LOGGING) NOCOMPRESS NOCACHE NOPARALLEL SURVEILLANCE;

    CREATE INDEX MM_STAT_SCREEN_DATE_IDX ON MM_STAT_SCREEN (DATE_AUDIENCE) RECORD TABLESPACE STUBBORN PCTFREE, INITRANS 10 2 MAXTRANS 255 STORAGE (64 K INITIAL NEXT 1 M MINEXTENTS 1 MAXEXTENTS UNLIMITED 0 USER_TABLES FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT PCTINCREASE) NOPARALLEL;

    CREATE INDEX MM_STAT_SCREEN_NO_EM_IDX ON MM_STAT_SCREEN (NO_EMIARTE, REASSEMBLY) RECORD TABLESPACE STUBBORN PCTFREE, INITRANS 10 2 MAXTRANS 255 STORAGE (64 K INITIAL NEXT 1 M MINEXTENTS 1 MAXEXTENTS UNLIMITED 0 USER_TABLES FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT PCTINCREASE) NOPARALLEL;

    CREATE INDEX MM_STAT_SCREEN_PLATFORM_IDX ON MM_STAT_SCREEN (PLATFORM) RECORD TABLESPACE STUBBORN PCTFREE, INITRANS 10 2 MAXTRANS 255 STORAGE (64 K INITIAL NEXT 1 M MINEXTENTS 1 MAXEXTENTS UNLIMITED 0 USER_TABLES FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT PCTINCREASE) NOPARALLEL;

    CREATE A UNIQUE MM_STAT_SCREEN_UNIQUE ON MM_STAT_SCREEN INDEX (NO_EMIARTE, WINDING, CHANNEL, DATE_AUDIENCE, DISPLAY, EXTRACT, PLATFORM) RECORD TABLESPACE XENTETE PCTFREE, INITRANS 10 2 MAXTRANS 255 STORAGE (64 K INITIAL NEXT 1 M MINEXTENTS 1 MAXEXTENTS UNLIMITED 0 USER_TABLES FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT PCTINCREASE) NOPARALLEL;

    CREATE OR REPLACE MM_STAT_SCREEN FOR MM_STAT_SCREEN PUBLIC SYNONYM;

    GRANT DELETE, INSERT, SELECT, UPDATE ON MM_STAT_SCREEN TO GROUNDNUT.

    GRANT SELECT ON MM_STAT_SCREEN TO APIOS_CONSULT;

    When I make this request:

    Select * from mm_stat_screen WHERE NO_EMIARTE = ' 052734-000' AND WINDING = "A" AND CHANNEL 2 AND DISPLAY = 'MOBILE' AND DATE_AUDIENCE = TO_DATE('07/10/2014','DD/MM/YYYY') =

    AND EXTRACT = 1

    AND PLATFORM = "TVGUIDE";

    I can see explain plan, it uses the wrong index, it uses MM_STAT_SCREEN_PLATFORM_IDX instedad of MM_STAT_SCREEN_UNIQUE.

    If I run

    Select * from mm_stat_screen WHERE NO_EMIARTE = ' 052734-000' AND WINDING = "A" AND CHANNEL 2 AND DISPLAY = 'MOBILE' AND DATE_AUDIENCE = TO_DATE('07/10/2014','DD/MM/YYYY') =

    AND EXTRACT = 1;

    I use the clue MM_STAT_SCREEN_UNIQUE?

    Concerning

    OK, thank you very much Ajay.

    I'll removes the previous to stay with one.

    Good day.

    Kind regards.

  • Problem with InDesign startup script does not import XML images

    I'm doing an XML import automatically from a startup script when a document is loaded. I managed to get most of the content to fill, but the images are ignored. Everything works, including images, when I do a manual 'Import XML' through the user interface or a manual script.

    Here's my manual script:

    var myDocument = app.activeDocument;
    var xmlFile = File('/c/Full/Path/To/data.xml');
    
    myDocument.importXML(xmlFile);

    But the goal is to do at startup. Here's my startup script:

    #targetengine "session"
    
    app.addEventListener('afterOpen', function(myEvent) {
       if (myEvent.target.constructor.name !== 'Document') {
       return;
       }
    
       var myDocument = myEvent.target;
       var xmlFile = File('/c/Full/Path/To/data.xml');
    
      myDocument.importXML(xmlFile);
    });

    Here is the XML tag for the image:

    <Image href="file:///C:/Full/Path/To/Image/02.png" />

    I wonder there is a problem with the 'afterOpen' event reminder, and it is the reason why it works manually using the same method, but not in the startup script.

    I solved it by avoiding the event quite listener:

    main();
    
    function main () {
    
        // create a path for a file object
        var curFile = File('/c/Path/To/file.indd);
        var xmlFile = File('/c/Path/To/data.xml');
    
        // close app if files don't exist
        if (!curFile.exists || !xmlFile.exists) {
            app.quit(SaveOptions.NO);
        }
    
        // open the file
        var curDoc = app.open(curFile);
    
        // import the xml
        curDoc.importXML(xmlFile);
    
        // create a new file object
        var pdfFile = new File(curFile.parent + '/' + curFile.name + '.pdf');
    
        // export to pdf
        curDoc.exportFile(ExportFormat.PDF_TYPE, pdfFile);
    
        // close app
        app.quit(SaveOptions.NO);
    
    }
    
  • Problems with the indexing of the files on my hard drive

    Hello world

    I am a newbie to oracle and I try to index files from my hard drive with the oracle text. After that I created a simple text file (path: "c:\tmp\test.txt") and filled with a short text, I executed the following lines without error message:

    Grant connect, resources, myuser ctxapp;
    create table myuser.testtab (id number primary, key BFILE text);
    create or replace directory test_dir as "c:\tmp";
    grant read on the myuser test_dir directory;
    insert into myuser.testtab (id, text) values (1, BFILENAME ('test_dir', 'test.txt'));
    create index myuser.idx_test on myuser.testtab (text) indextype is ctxsys.context;

    the record in the table testtab is stored, but the index table is empty. After that I tried to get information on the bfile with java, I got a SQLException with the error ORA-22285 Code after you run the following lines:

    File of type BFILE = null;
    try {}
    RSet = stmt.executeQuery ("select text from testtab where id = 1");
    If (rset.next ()) {}
    file = (rset) .getBFILE (1) (OracleResultSet);
    System.out.println ("result from fileExists:" + file.fileExists ()); This is the line where the exception is thrown
    }
    } catch (Exception e) {}
    e.printStackTrace ();
    }

    I would be obliged for more information on this problem.

    Thanks in advance,
    Chris J.

    PS: I use Oracle 11.2 g on Windows 7

    I got your problem. Drop any directory, table and index. Log in as "myuser" and do all the things. See the demo below. Do not use the name of myuser.object during execution of the orders of 'myuser '.

    SQL> conn sys@xe as sysdba
    Enter password: ******
    Connected.
    SQL> create table hr.testtab(id number primary key, text BFILE);
    
    Table created.
    
    SQL> create or replace directory test_dir as 'c:\';
    
    Directory created.
    
    SQL> grant read on directory test_dir to hr;
    
    Grant succeeded.
    
    SQL> insert into hr.testtab (id, text) values (1, BFILENAME('test_dir','test.txt'));
    
    1 row created.
    SQL> ed
    Wrote file afiedt.buf
    
      1* create index hr.idx_test on hr.testtab(text) indextype is ctxsys.cont
    SQL> /
    
    Index created.
    
    SQL> select * from ctxsys.CTX_INDEX_ERRORS;
    
    ERR_INDEX_OWNER                ERR_INDEX_NAME                 ERR_TIMES
    ------------------------------ ------------------------------ ---------
    ERR_TEXTKEY
    ------------------
    ERR_TEXT
    --------------------------------------------------------------------------
    HR                             IDX_TEST                       31-AUG-10
    AAAEjaAABAAAKsKAAA
    DRG-50857: oracle error in drstldef
    ORA-22285: non-existent directory or file for FILEEXISTS operation
    
    SQL> conn hr@xe
    Enter password: **
    Connected.
    SQL> select * from CTX_USER_INDEX_ERRORS;
    
    ERR_INDEX_NAME                 ERR_TIMES ERR_TEXTKEY
    ------------------------------ --------- ------------------
    ERR_TEXT
    --------------------------------------------------------------------------
    IDX_TEST                       31-AUG-10 AAAEjaAABAAAKsKAAA
    DRG-50857: oracle error in drstldef
    ORA-22285: non-existent directory or file for FILEEXISTS operation
    
    SQL> conn sys@xe as sysdba
    Enter password: ******
    Connected.
    SQL> drop directory test_dir;
    
    Directory dropped.
    
    SQL> conn hr@xe
    Enter password: **
    Connected.
    SQL> create or replace directory test_dir as 'c:\';
    
    Directory created.
    
    SQL> drop table testtab;
    
    Table dropped.
    SQL> create table testtab(id number primary key, text BFILE);
    
    Table created.
    SQL> set serverout on
    SQL> DECLARE
      2   v_file BFILE := BFILENAME ('TEST_DIR', 'test.txt');
      3   BEGIN
      4   IF DBMS_LOB.FILEEXISTS (v_file) = 1 THEN
      5  DBMS_OUTPUT.PUT_LINE ('File exists.');
      6   ELSIF DBMS_LOB.FILEEXISTS (v_file) = 0 THEN
      7  DBMS_OUTPUT.PUT_LINE ('File does not exist');
      8  ELSE
      9   DBMS_OUTPUT.PUT_LINE ('Unable to test existence');
     10   END IF;
     11   END;
     12  /
    File exists.
    SQL> insert into testtab values (1,BFILENAME ('TEST_DIR', 'test.txt'));
    
    1 row created.
    SQL> create index idx_test on testtab(text) indextype is ctxsys.context;
    
    Index created.
    
    SQL> select * from CTX_USER_INDEX_ERRORS;
    
    no rows selected
    
  • Problem with context index

    Hello

    I have a situation with context index

    EMP table
    ID NAME DESC

    --------------------------------------------------------------------------------
    1 RK strange scenario is not running
    2 strange scenario SK running
    3 scenario MK Strange met!

    SELECT CONTAINS (DESC, 'scenario') st, id FROM EMP WHERE DESC like '% script % '.

    gives me

    St id

    --------------------------------------------------------------------------------
    0 1
    2 100
    3 100

    DESC column is of type varchar2.

    My question is how to get back the rules that have been laid out for CONTAINS behaves this way... I need to know the rules

    Thanks in advance!
    RK

    Published by: RK on February 21, 2012 08:22

    What a double wire?

    Text based searches

  • Problem with Powershell Healthcheck script when run as a scheduled task

    Hello-

    We have completed the extremely useful VMWare Healthcheck script posted here http://communities.VMware.com/docs/doc-7430 .  A problem puzzling that we had is that

    When the script runs as a scheduled task (alerted by a batch file) the recipient will receive an email with the report attached, however the content of the report is more or less empty.

    When we run this command even file manually, we sent the report and it is completely filled.   I understand this seems completely illogical, but could someone help to understand why this is happening?

    Thank you very much.

    Steve

    I just reproduced your issue:

    I executed the script with a user who has no right on the virtual server Center but an admin on the box:

    Here is the result:

    VMware health script

    Date and time

    2009-03-04 15:58:28

    Hardware configuration of VMware ESX server.

    Versions of VMware ESX server and versions.

    VMware VC version.

    Active snapshots.

    Connected CD-ROM.

    Connected disk drives.

    Store of available spatial data.

    Data store

    UsedGB

    FreeGB

    PercFree

    0

    0

    Information of the virtual machine.

    VMware time not activated.

    There may be a problem with the permissions on this account.

    Don't forget to backup EVERYTHING before you change anything

  • Problem with creating, truncating and deleting a database in 1 transaction

    Hello

    I came across a problem when it is in the same transaction creating a data base, truncating it and then delete it. Do these 3 things causes the following transaction validation to last forever.
    The following code causes the problem:

    File envHome = new File ("truncate-delete-test");
    envHome.mkdirs ();
    EnvironmentConfig envConfig = EnvironmentConfig.DEFAULT;
    envConfig.setAllowCreate (true);
    envConfig.setTransactional (true);
    envConfig.setTxnSerializableIsolation (true);
    Environment = environment (this.envHome, envConfig);

    Transaction txn = this.environment.beginTransaction (null, TransactionConfig.DEFAULT);

    DbConfig DatabaseConfig = new DatabaseConfig();
    dbConfig.setAllowCreate (true);
    dbConfig.setTransactional (true);
    String dbName = "test-db";
    Database db = this.environment.openDatabase (txn, dbName, dbConfig);

    CBI Close();
    environment.truncateDatabase (txn, dbName, false);
    DB = this.environment.openDatabase (txn, dbName, dbConfig);

    CBI Close();
    this.environment.removeDatabase (txn, dbName);

    TXN.Commit (); <-this statement would never return.

    I encountered this problem with version 4.0.92. I've updated to 4.1.7 but the problem still exists.
    Also, it manifests when the records are written to the database before and after it truncate.

    Looking in the process with the debugger shows the following stack trace during the commit endless happens:

    [...]
    DbTree.deleteMapLN (DatabaseId) line: 1069
    DatabaseImpl.finishDeleteProcessing (line): 1164
    Txn.cleanupDatabaseImpls (boolean) line: 1404
    TXN.Commit (durability) line: 728
    TXN.Commit (line): 549
    Transaction.Commit (line): 227
    [...]

    Depending on where I stop the process, there are additional calls on top of the stack.

    Exit Registration unfortunately does not help here, as the log messages stopped once the problem started to appear.

    Is it somehow not allowed to create, truncate and delete a database in the same transaction? I couldn't find anything in this sense in the documentation, and it is no exception either.
    Or have I came across a bug in I here?

    Thanks in advance for any advice or solutions.

    Christoph
  • problem with fn:index - of

    I have a problem with the xquery function fn:index - in :

    I can't detect what type he returned to follow the instruction:

    declare
    I have integer;
    Start
    Select XMLQuery ('fn:index - ((10, 20, 30, 30, 10), 20) [1] "content back) in I double;
    end;
    */ *

    And follow error has occurred:

    Error report:
    ORA-06550: line 4, column 18:
    PL/SQL: ORA-00932: inconsistent data types: expected NUMBER obtained -
    ORA-06550: line 4, column 3:
    PL/SQL: SQL statement ignored
    * 06550. 00000 - "line %s, column %s:\n%s"*.
    Cause: Usually a PL/SQL compilation error.
    Action:

    Thanks for the reply,
    Kind regards
    Anton.

    Hello

    XMLQuery returns an XMLType instance.
    You will need getNumberVal() method to retrieve the value as a number:

    declare
    i integer;
    begin
    select XMLQuery('fn:index-of((10, 20, 30, 30, 10), 20)[1]' returning content).getNumberVal() into i from dual;
    end;
    
  • Problem with creating a sequence

    Hello

    I'm having a problem with a sequence that I am creating. Basically, I'm trying to create a sequence with a default value based on the value in another table, i.e.
    CREATE SEQUENCE seq
    START WITH (
                min(customer_id) from customer
                )
    INCREMENT BY 1;
    Is this possible? I get errors.

    You can use dynamic sql or, if you use SQL * more take advantage of substitution variables:

    SQL> DROP SEQUENCE seq
      2  /
    DROP SEQUENCE seq
                  *
    ERROR at line 1:
    ORA-02289: sequence does not exist
    
    SQL> DECLARE
      2      stmt VARCHAR2(1000);
      3  BEGIN
      4       SELECT  'CREATE SEQUENCE seq START WITH ' || min(empno)
      5         INTO  stmt
      6         FROM  emp;
      7       EXECUTE IMMEDIATE stmt;
      8  END;
      9  /
    
    PL/SQL procedure successfully completed.
    
    SQL> SELECT seq.NEXTVAL FROM dual
      2  /
    
       NEXTVAL
    ----------
          7369
    
    SQL> DROP SEQUENCE seq
      2  /
    
    Sequence dropped.
    
    SQL> COLUMN s NEW_VALUE s NOPRINT
    SQL> SELECT  min(empno) s
      2    FROM  emp
      3  /
    
    SQL> CREATE SEQUENCE seq START WITH &s;
    old   1: CREATE SEQUENCE seq START WITH &s
    new   1: CREATE SEQUENCE seq START WITH       7369
    
    Sequence created.
    
    SQL> SELECT seq.NEXTVAL FROM dual
      2  /
    
       NEXTVAL
    ----------
          7369
    
    SQL> 
    

    SY.

  • Problem with creating a new line in widget glossary

    I use 6 Captivate and have a problem with trying to display text on a new line in the description field of the widget glossary. In playback mode, a carriage return displays form \n

    I read in another discussion (from early last year), that this problem had been resolved and that the fix would be communicated soon on the blog of captivate for users without a subscription. Anyone know if the fix has been shared yet - I can't find it anywhere?

    Thanks for any help you can provide.

    Tenneil

    Hi Tenneil,

    Greetings from Adobe.

    Please click on the link below and download the Interaction of Glosarry updated.

    https://files.Acrobat.com/a/preview/0a17bb28-049e-4AC7-b8f7-dbdacef5e91c

    1. Extract the zip to your desktop.
    2. Copy "08_Glossary.wdgt" into the extracted zip file.
    3. Go to: C:\Program Files (x 86) \Adobe\Adobe Captivate 6 (32 bit) \Gallery\Interactions (for 32-bit Captivate) or C:\Program Files\Adobe\Adobe Captivate 6 (64-bit) \Gallery\Interactions (for 64-bit Captivate).
    4. Replace the glossary widget in the record of the interaction. Restart the Captivate 6. (Make sure you take the backup of the original Glosarry Widget)
    5. Ask the widget again and check the issue.

    Let me know if it works for you.

    Kind regards

    MILIN

  • Problems with creating an image mask!

    I have problems with the creation of an image mask. I tried jpg and psd as alpha channel (black and white), but it seems that there is a bug. I also tried a mask "trace" (or whatever it is called in English - I use the German version) but it doesn't work either. Someone has any idea how to solve this problem? Thanks in advance

    You can use JPEG, just set it to Luma Matte. Make sure the mask is white pure for a clean mat.

    If its black set the market back.

  • Problem with the Update Script

    I'm trying to update a column in the database with the following script, but still get errors on the ORA-00904: "CUSTOMER_CONTACT_NRD." "" "" ACTIVE ": identifier not valid, even thought it must be fair.
    In the end, I want to update the table like that, but first test it on a single customer.
    Are the media may not play directly, or am I missing something else?

    Update v_contact v1
    set
    (v1.inactive_contact) = - 1
    where (v1.cust_id =
    customer_contact_nrd.customer_id and v1.contact_no =
    customer_contact_nrd.contact_no and customer_contact_nrd.active = n
    and v1.cust_id = 106586)

    Thank you for your help.

    Published by: mcramer on October 26, 2009 12:38

    Try something like this...

    Update v_contract v1
    Set v1.inactive_contact = - 1
    where v1.cust_id in
    (by selecting v1.cust_id in customer_contact_nrd v3
    where v1.cust_id = v3.customer_id
    and v1.contact_no = v3.contact_no
    and v3.active = ' n and v1.cust_id = 106586)

    or read this...
    http://www.jlcomp.demon.co.UK/FAQ/lost_update.html

Maybe you are looking for

  • iTunes divides into two album

    Anyone know why, when I imported an album into iTunes, it was imported in two albums, that of the 1-way and one of the 17 (18 tracks on the original album)

  • HP annoyingly keeping motherboard a secret...

    I have one of these: Product name: 15-b052saProduct number: C6K22EA http://h20566.www2.HP.com/portal/site/hpsc/template.page/public/KB/docDisplay/?javax.portlet.begCach... I want to upgrade the ram, but I need to know what is the motherboard, so I ca

  • Graphics to Spawn on a separate window, on request

    Hello everyone, what I want to do, is (due to the request of the user), show three tables of waveform (or more) in a separate window, but only when the user requests them, so they block the visibility of the main VI and honestly, I'm lost in the same

  • How to copy/burn my download music on a cd

    How to copy/burn music on cd of my downloaded music

  • HP PavilionSleekbook 1b000sq: unknown device

    Hello, I have an unknown device when I open Device Manager, and I don't know what it is and what drivers should I install for it... no way of knowing?