Recent content by sgelinas

  1. S

    ORA-00904 Invalid Identifier

    ML_PORTAL@TESTUTF8 index Table PIR_ORGANIZATION -------------------------------------------------------------------------------- Columns Name Type Optional Default Comments ORGA_ID VARCHAR2(32) PIR_ORGA_ID VARCHAR2(32) Y NAME VARCHAR2(80) CTRL_CHECK NUMBER(4) 1...
  2. S

    ORA-00904 Invalid Identifier

    We are using a character set of UTF-8 on the server (10g). In our apps we are inserting data (TOracleDataset) and receive an error: insert into pir_organization t (pir_orga_id, name) values ('42', 'test orga') ORA-00904:"TC"."TYPE#":invalid identifier I set the property BytesPerCharacter to...
  3. S

    OracleSession memory leak

    I did a litlle apps, for test, and if I repeatly do an oracleSession.Logon and OracleSession.logoff, I got memory leak. if I let my test apps work all night, the system memory is full. Is there a fix, we boughtthe source code, so is there something we can change in the source Thanks Serge G
Back
Top