enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Time card details query in Fusion OTL — Cloud Customer Connect

    community.oracle.com/customerconnect/discussion/700377/time-card-details-query...

    Time card details query in Fusion OTL. Jul 27, 2023 11:32AM 6 comments. Summary: Hi All, We are creating one report to get the Time card details. we are looking for 'Time type' and 'Override dept costing' fields. We couldn't able to find the exact table name and column name.

  3. questions about character sets and partial multibyte characters

    community.oracle.com/mosc/discussion/4516812/questions-about-character-sets...

    Apr 5, 2022 11:48AM in Database Administration (MOSC) 3 comments Answered . characterset = AL32UTF8. SQL > select chr (240) from dual; ERROR: ORA-29275: partial multibyte character. SQL > create table dummy (a char (1)); Table created. SQL > insert into dummy values (chr (240)); 1 row created.

  4. How to achieve File to base64 in OIC. — Cloud Customer Connect

    community.oracle.com/customerconnect/discussion/590563/how-to-achieve-file-to...

    Content. I have a requirement, I have to convert the base64encode of the file (ZIP file) from Source (FTP) and I have to POST the encoded binary data to the SOAP request. Here, how we can do File -> Base64Encode? and What operation we have to choose in the FTP adapter? Tagged: Adapters. API.

  5. ORA-02050: transaction rolled back, some remote DBs may be...

    community.oracle.com/mosc/discussion/4131843/ora-02050-transaction-rolled-back...

    ORA-02050: transaction 15.7.2997 rolled back, some remote DBs may be in-doubt. ORA-03135: connection lost contact. ORA-02063: preceding line from MY_DBLINK. Wed Mar 21 16:40:02 2018. DISTRIB TRAN MYDB.COM.b8d11e1a.15.7.2997. is local tran 15.7.2997 (hex=0f.07.bb5) insert pending collecting tran, scn=15485876215736 (hex=e15.96269fb8) Wed Mar 21 ...

  6. Find and remove Space( ) & Hyphen(-) from string value.

    community.oracle.com/mosc/discussion/3908055/find-and-remove-space-hyphen-from...

    There is a string value exist in a field column named Location (LOCN) in Table: F4111. Column consist of string including white space and hyphen/dash (-). For Ex.: 1234-AB - - 43AX-. Now, we would like to remove the the space and - from this column. So, after conversion it will be looks like: 1234AB43AX.