Implement Oracle BI Publisher for JDE E812 with tools version 8.96.4

At the present time we do not use Oracle BI Publisher with JDE. Now, we must improve our relationship with BI Publisher.
To implement BI Publisher, let me know the following
1. where should I start? Can you give us the link to document?
2. how much will I pay?
3. about how long it will take?
I just saw the document ID 789074.1 .
Please see the details
I use JDE E812 with release of 8.96.40 tools

Hi Rauf,
BI Publisher is in the stack of your application, you don't need to pay for it (the on-Board of jde version).

For 8.96 only:

Download the JK14530 of 8.12 appropriate ESUs
Follow the instructions in the XML editor for JD Edwards EnterpriseOne guide

Once the BEEP (or in this old tr "XMLP") is up and running you need very little time to build your model.

Kind regards.

Bruno Condemi

Published by: Bruno Condemi on 8-ott-2012 14.10

Tags: Oracle

Similar Questions

  • I want to clone my hard drive and this clone allows you to configure a new computer, how do I do this for several PCs with different versions of XP?

    I am trying to replace 15 PCs.  They all have XP because their BONES, bought with different SPs at different times.  They all have been updated to SP3...  They have all MS 2003, upgaded to MS 2007.  I would use a clone as image.  I do not support different key codes?  Although the XP are authentic, I may not all key codes.  My predessor has not keep good records, and stickers on some had labels of Vista.  Even if the PC was bought with XP downgrade.  I need to use XP because of some other software requirements.

    What is the best way to represent all the PC so that I can get back them to my users?

    Hello

    I suggest you to refer to this link and check if it helps:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-windows_install/cloning-Windows-XP-Pro-to-new-hard-drives-ready-to/b7edf501-6ae6-4bc1-94BB-39a4177d8b71

    It will be useful.

  • Plugin Check guard tracking Shockwave for Director despite the latest version

    When I tap the Plugin Check page Firefox 4.0.1

    <"rel ="nofollow"> http://www.mozilla.com/en-US/plugincheck/ >"

    He noted the next plugin is obsolete:

    Shockwave for Director
    Adobe Shockwave for Director Netscape plug-in, version 11.5.9

    However, I have the latest version of Shockwave installed (11.5.9.620) installed. Reinstall the plugin does not change how the Mozilla Firefox Plugin Check page views this plugin.

    Adobe Shockwave for Director Netscape plug-in is also known as "Shockwave Player" not to be confused with 'Shockwave Flash', which is also known as Adobe Flash. Bad naming conventions by Adobe translates into some confusion.

    Sorry for the problem with the version number. Version 11.5.9.620 is indeed the last version, but your plugin doesn't show the '. '. 620"that confuses the Plugins page check. There was a problem with how Adobe indicates the incomplete version number in the past and I thought everything was corrected, but it seems that she did not correct how it shows in OSX. On my system Windows, add-ons > list of Extensions and the Plugin Check page shows the full version number (11.5.9.620).

    You can still use this page to check and view the number of full version on the Adobe site (this page will also test and view the Flash version number): http://www.adobe.com/shockwave/welcome/

    You can find the numbers of most recent version for any Adobe product by reading the most recent security bulletin for each product on this site: http://www.adobe.com/support/security/

  • Integrate Oracle BI Publisher with Oracle Form [authentication]

    Report & Oracle FMW 11g R2 (11.1.2) form

    Oracle BI Publisher 11.1.1.6

    Oracle Database 11 g Release 11.2.0.4.0 - 64 bit Production


    With the help of the link below, I want to integrate Oracle BI Publisher with Oracle form

    http://www.Pitss.EU/fileadmin/Pitss/images/de/White_Papers/White_paper_BIPublisher_WebServices.PDF

    But I need to know one thing, as mention in link, weblogic user/pwd in the java code for authentication with BI Publisher, above

    My Question here, what is the best way to manage authentication with BI Publisher while integrating with Oracle Form?

    I think, in a document, just to mention for example,

    It will not be advisable if keeping the user weblogic/pwd in Java code, at the end of this java code becomes a jar file and deployed to the server and then downloaded to the client computer. ensure that completely and the values are hardcoded, if the password change question once again, this means having user/pwd in jar will never be a good solution.

    For a quick overview, I'd do it keep advice the user/pwd in db in encrypted form and access to oracle form with decrypted and pass the value in the api ReportServiceClient.CallRunReport)

    If you feel, every time you need to access user/pwd of db and decypte it, that I advise you here, get user/pwd when set in the context of db and out of context with decrypted.

    Another may be the best idea.

  • Encryption with dbms_crypto does not correspond to vectors of tests published for OFB mode

    Hello

    I use the dbms_crypto package in Oracle Express 11.2 I am trying to see that changes of encryption according to the "operating mode".  For reference, I used vectors of tests published on the web site: AES Test vectors I used these test vectors for a while with several languages such as Python PyCrypto and have generally found the information on this page to be reliable.

    When you try to use the BBA (output feedback mode) with AES256 encryption, I get a result that does not match the name on the web site of Test vectors.  Curiously, the result I get when using BBA mode matches the indicated result on the vector of Test for the ECB mode Web site, and in fact, if I use dbms_crypto ECB mode I get the same result. (If I try the CBC mode, I get the result the CBC matches appear on the web site of Test vectors).

    This suggests that when you specify the OFB mode in the call to dbms_crypto.encrypt, it's actually using ECB instead.

    I'm happy to share my code with someone who is interested.  I have not write it here now, though. It's pretty simple.  I use to set the mode,

    l_modNUMBER: = dbms_crypto. ENCRYPT_AES256
    + dbms_crypto. CHAIN_OFB
    + DBMS_CRYPTO. PAD_NONE;

    very similar to the Oracle documentation on this topic.

    Thanks for your interest,

    Norbert Kremer

    Hi Norbert,.

    Please report to us that I did a quick test on versions Enterprise Edition 11.2.0.3 and the 12.1.0.1.0, the 12 c seems to be OK, but 11.2.0.3 has a problem:

    Using the first vector to test for the OFB 256 - bit AES encryption mode

    Encryption key: 603deb1015ca71be2b73aef0857d77811f352c073b6108d72d9810a30914dff4

    Initialization vector, ciphertext Test vector

    6bc1bee22e409f96e93d7e117393172a dc7e84bfda79164b7ecd8486985d3860 000102030405060708090A0B0C0D0E0F

    Result:

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    With the partitioning option

    SQL > @ofb

    Result: F3EED1BDB5D2A03C064B5A7E3DB181F8

    Expected: dc7e84bfda79164b7ecd8486985d3860

    PL/SQL procedure successfully completed.

    Connected to:

    Database Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production

    With the options of partitioning, OLAP, advanced analytics and Real Application Testing

    SQL > @ofb

    Result: DC7E84BFDA79164B7ECD8486985D3860

    Expected: dc7e84bfda79164b7ecd8486985d3860

    PL/SQL procedure successfully completed.

    I'll file a bug for this issue shortly and put you here,

    Greetings,

    Damage ten Monkshood

  • What Linux RHEL (Linux Red Hat Enterprise Server 6.7) compatible for oracle database 11.2.0.4 with grid Infrastructure?

    Compatible Linux RHEL (Linux Red Hat Enterprise Server 6.7) for oracle database 11.2.0.4 with grid Infrastructure.

    Hi all

    We plan to patch Linux Redhat Enterprise Server (6.4 and 6.5) to 6.7.

    I tried Searchin' on support of oracle for the compatibility of the database for Linux patches, but not able to find accurate information.

    can anyone share the ID document or information related to it.

    If OS RHEL 6 update 4 to 6-7 update patch

    (1) is it compatible

    (2) bugs or problems reported

    (3) in addition to the binary link again than the DBA to perform any other

    Thank you

    Hello

    6.7 RHEL is certified for the database 11.2.0.3 or newer. In other words, it is certified for RHEL 6.7 11.2.0.4

    Certification information for the Oracle database on Linux x 86-64 (Doc ID 1304727.1)

    -Jonathan Rolland

  • ORA-01035: ORACLE only available for users with the RESTRICTED SESSION privilege

    Whenever I have to connect as user sys as sysdba, I can connect at ease.

    But every time that I try with a user (one for monitoring tool). I get a message, database is in restricted mode.

    SQL > connect patrol05/patrol $05

    ERROR:
    ORA-01035: ORACLE only available for users with the RESTRICTED SESSION privilege

    WARNING: You are more connected to ORACLE.

    Your database was opened with restricted session.
    As sysdba, run the following command to session restrcited dissable the option:

    alter system disable restricted session;
    

    Best regards
    Norbert

  • Single Instance Oracle 11.2.0.4.7 with GRID + ASM - AMT headphone attack Poison Fix?

    I'm under a single Instance Oracle 11.2.0.4.7 with GRID + ASM database on Red Hat Enterprise Linux 5.7. I'm trying to fix the infamous TNS Listener Poison attack vulnerability. I tried to implement the COST using this guide (Doc ID 1453883.1) but it doesn't seem to work as it still appears on a scan of the retina. I can't get a remote listener to register to test the vulnerability, and it does not appear in the log listener xml as a registration or denied. Don't know what I'm doing wrong.


    I added this to my listener.ora:

    SECURE_REGISTER_LISTENER_PROD = (CPI, TCP)

    The Alternative fix to the COST must turn off dynamic registration but I can do it when executing grid with the DSO with only a single instance database?

    How can I fix with my setup?

    You would implement better VNCR on 11.2.0.4:

    for CARS: 1914282.1

    the properties of a single instance: 1600630.1

  • Oracle fusion tax and its integration with the application third-party to the functional aspect only.

    Hello

    I'm looking for some details / documents in which Oracle merger tax and its integration with third party requested to the functional aspect only. Could someone please help to fix the required details.

    Thank you... Sandeep

    Hi Sandeep,

    have you looked at these docs for Fusion Apps Financials / ERP Cloud?

    -Implementation of the tax- http://docs.oracle.com/cloud/latest/financialscs_gs/FAITX/toc.htm

    -To tax assistance - http://docs.oracle.com/cloud/latest/financialscs_gs/FAUTX/toc.htm

    "Implementation tax" contains a chapter on 3 third-party integrations. Is that what you are looking for?  If not, can you clarify what you mean by 'integration with 3rd party applications'?

    Thank you

    Oliver

    Fusion applications Developer Relations

    https://blogs.Oracle.com/fadevrel

  • Patch Oracle BI Publisher 11.1.1.7.0

    Hello

    I have install Oracle BI Publisher 11.1.1.7.0 (build # 20130303.1415 on Sun Mar 03 14:22:08 THIS 2013).

    I need patch Oracle BI Publisher, but I don't know which patch to download and install. I lose myself when I look at a list of Patch in

    OBIEE 11 g: required and recommended patches Patch Sets Bundle (Doc ID 1488475.1()

    Thanks for your help

    Concerning

    Just

    Hi just,

    BI Publisher - last patch of January 2015

    Patch 20124371 BI Pack Patch 11.1. 1.7.150120 with patch 19822893 Oracle BI Publisher 11.1.1.7.150120
    For more information about the Bugs that are fixed with this patch, see this note:
    Overview of patch update available for Oracle BI Publisher Enterprise 11g (Doc ID 1276869.1)

    Bogdan

  • Installation Oracle BI Publisher and the command prompt closes on its own

    I am following the instructions to install Oracle BI Publisher 11.1.1.7.1 Trial Edition with the instructions available on http://www.oracle.com/technetwork/middleware/bi-publisher/trial-edition-install-guide-1556170.pdf

    The instructions tell you don't not to close the prompt during the installation process.  In my installation, command line closes on its own.

    Don't know what I can do.

    I'm installing on a Windows 7 64-bit PC.  I have Java installed update 7 45 and Internet Explorer 10.

    Make sure that you install the BEEP in a folder that does contain no spaces. For example "C:/Program Files/BEEP...". ». Given that space in "Program Files" the guest back sometimes charge and close immediately telling me error "path not found", but the dos window closes quickly and you will not be able to see the error. Install to a different folder. Say "C:/BEEP".

    Watch the docs below and remove the classpath as well.

    https://blogs.Oracle.com/adfjdev/entry/java_jre7_lib_ext_qtjava

    Let us know if still you faces some challenges.

    Thank you

    ~ KKT ~.

  • Problem establish Oracle Database Gateway for SQL Server

    I configured dblink between Oracle and SQL Server by using the 'Oracle Database Gateway for SQL Server' method.

    I use dg4odbc and freetds, suite Doc-ID 561033.1 .

    I have my isql and osql works correctly, tsql.
    But get below error when query any table/column of Oracle sql * for the sql server database.

    Select subscription_type in Address@ITSMSP;

    ORA-28511: lost RPC connection to heterogeneous remote agent using SID = ORA-28511: lost CPP
    connecting to heterogeneous remote agent to help
    SID = (Description = (Address = (Protocol = TCP)(Host=localhost) (port = 1522)) (CONNECT_DATA = (SID = ITSM-Prod)))
    ORA-02063: preceding the line of ITSMSP


    As per below track appears after the connection is a failure.
    I get this error with each table or column selection.
    I already prepare DBlink user id and password with the double quotes and link with the apostrophe.
    One thing surprised me when I close my session it request commit or rollback.
    Although I don't do anything except select.
    I already tried by setting autocommit on, but still getting the same error.


    We create the oracle for sql server before database gateway. This time, few things are different:
    1. the name of the server (on sql server database) contains a '-' hyphen.
    2. name of database server Sql contain also one '-' hyphen.
    2 sql database server for windows 64 - bit OS, prior, we used 32 bits.

    Please let me know if anyone set the Oracle database gateway using dg4odbc and freetds to sql server where the database of sql server resident in 64-bit windows machine.


    Here's the snapshot trace: remove the server name with *.

    Oracle Corporation - Tuesday 2 April 2013 21:15:38.096

    Heterogeneous Agent release
    11.2.0.3.0

    Oracle Corporation - Tuesday 2 April 2013 21:15:38.096

    Version 11.2.0.3.0

    Hgogprd entries
    HOSGIP to 'HS_FDS_TRACE_LEVEL' returned '4 '.
    Hgosdip entries
    default assignment of 50 HS_OPEN_CURSORS
    setting HS_FDS_RECOVERY_ACCOUNT or 'RECOVER '.
    HS_FDS_RECOVERY_PWD layout to the default
    default HS_FDS_TRANSACTION_LOG of HS_TRANSACTION_LOG layout
    HS_IDLE_TIMEOUT layout to the default 0 value
    layout by default HS_FDS_TRANSACTION_ISOLATION of "READ_COMMITTED".
    layout by default «AL32UTF8» HS_NLS_NCHAR
    layout HS_FDS_TIMESTAMP_MAPPING default 'DATE '.
    layout HS_FDS_DATE_MAPPING default 'DATE '.
    layout HS_RPC_FETCH_REBLOCKING failure to 'ON '.
    HS_FDS_FETCH_ROWS layout without '100 '.
    parameter HS_FDS_RESULTSET_SUPPORT default 'FALSE '.
    parameter HS_FDS_RSET_RETURN_ROWCOUNT default 'FALSE '.
    parameter HS_FDS_PROC_IS_FUNC default 'FALSE '.
    parameter HS_FDS_MAP_NCHAR if there is no 'TRUE '.
    setting HS_NLS_DATE_FORMAT or 'YYYY-MM-DD HH24:MI:SS ".
    parameter HS_FDS_REPORT_REAL_AS_DOUBLE default 'FALSE '.
    HS_LONG_PIECE_TRANSFER_SIZE layout without "65536".
    parameter HS_SQL_HANDLE_STMT_REUSE default 'FALSE '.
    parameter HS_FDS_QUERY_DRIVER if there is no 'TRUE '.
    HOSGIP returned the value 'FALSE' to HS_FDS_SUPPORT_STATISTICS
    parameter HS_FDS_QUOTE_IDENTIFIER if there is no 'TRUE '.
    setting in HS_KEEP_REMOTE_COLUMN_SIZE if 'OFF '.
    parameter HS_FDS_GRAPHIC_TO_MBCS default 'FALSE '.
    parameter HS_FDS_MBCS_TO_GRAPHIC default 'FALSE '.
    Default value of 64 assumed for HS_FDS_SQLLEN_INTERPRETATION
    HS_CALL_NAME_ISP layout "gtw$: SQLTables; GTW$: SQLColumns. GTW$: SQLPrimaryKeys. GTW$: SQLForeignKeys. GTW$: SQLProcedures. GTW$: SQLStatistics; "gtw$: SQLGetInfo.
    parameter HS_FDS_DELAYED_OPEN if there is no 'TRUE '.
    HS_FDS_WORKAROUNDS layout by default "0".
    Release of hgosdip, rc = 0
    ORACLE_SID is ' *-* '.
    Product information:
    Port RLS / Upd:3 / 0 PrdStat:0
    Agent: Oracle Database Gateway for ODBC
    : Installation
    Class: ODBC, ClassVsn:11.2.0.3.0_0011, Instance: *-*.
    Release of hgogprd, rc = 0
    Hgoinit entries
    HOCXU_COMP_CSET = 1
    HOCXU_DRV_CSET = 31
    HOCXU_DRV_NCHAR = 873
    HOCXU_DB_CSET = 873
    HS_LANGUAGE is american_america.we8iso8859p1
    LANG is en_US. UTF-8
    HOCXU_SEM_VER = 112000
    Entry hgolofn to 2013/04/02-21: 15:38
    HOSGIP to 'HS_FDS_SHAREABLE_NAME' returned ' / usr/lib64/libodbc.so '.
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLAllocHandle
    symbol_peflctx = 0x2ca08300
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLBindCol
    symbol_peflctx = 0x2ca08390
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLBindParameter
    symbol_peflctx = 0x2ca08b50
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLCancel
    symbol_peflctx = 0x2ca09dc0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLDescribeParam
    symbol_peflctx = 0x2ca11890
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLDisconnect
    symbol_peflctx = 0x2ca11d30
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLEndTran
    symbol_peflctx = 0x2ca14580
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLExecute
    symbol_peflctx = 0x2ca15a20
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLFetch
    symbol_peflctx = 0x2ca16220
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLFreeHandle
    symbol_peflctx = 0x2ca17c40
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLFreeStmt
    symbol_peflctx = 0x2ca17c60
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetData
    symbol_peflctx = 0x2ca19370
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetEnvAttr
    symbol_peflctx = 0x2ca1c4f0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetFunctions
    symbol_peflctx = 0x2ca1c890
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLMoreResults
    symbol_peflctx = 0x2ca1e330
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLNumResultCols
    symbol_peflctx = 0x2ca1ef80
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLParamData
    symbol_peflctx = 0x2ca1f280
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLPutData
    symbol_peflctx = 0x2ca210b0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLRowCount
    symbol_peflctx = 0x2ca21480
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetEnvAttr
    symbol_peflctx = 0x2ca22fc0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetDescRec
    symbol_peflctx = 0x2ca22e10
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLColAttribute
    symbol_peflctx = 0x2ca0a3e0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLColumns
    symbol_peflctx = 0x2ca0bb80
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLConnect
    symbol_peflctx = 0x2ca0f4f0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLDescribeCol
    symbol_peflctx = 0x2ca11150
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLDriverConnect
    symbol_peflctx = 0x2ca12890
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLExecDirect
    symbol_peflctx = 0x2ca154b0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLForeignKeys
    symbol_peflctx = 0x2ca16b40
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetConnectAttr
    symbol_peflctx = 0x2ca17fb0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetDescField
    symbol_peflctx = 0x2ca199d0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetDescRec
    symbol_peflctx = 0x2ca19e90
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetDiagField
    symbol_peflctx = 0x2ca1b060
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetDiagRec
    symbol_peflctx = 0x2ca1bc90
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetInfo
    symbol_peflctx = 0x2ca1cad0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetStmtAttr
    symbol_peflctx = 0x2ca1d4d0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetTypeInfo
    symbol_peflctx = 0x2ca1df90
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLPrepare
    symbol_peflctx = 0x2ca1f9b0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLPrimaryKeys
    symbol_peflctx = 0x2ca1fec0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLProcedureColumns
    symbol_peflctx = 0x2ca20470
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLProcedures
    symbol_peflctx = 0x2ca20b00
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetConnectAttr
    symbol_peflctx = 0x2ca21770
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetStmtAttr
    symbol_peflctx = 0x2ca24320
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetDescField
    symbol_peflctx = 0x2ca22b30
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLStatistics
    symbol_peflctx = 0x2ca258c0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLTables
    symbol_peflctx = 0x2ca26550
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Release of hgolofn, rc = 0 to 2013/04/02-21: 15:38
    HOSGIP to 'HS_OPEN_CURSORS' returned '50 '.
    HOSGIP to 'HS_FDS_FETCH_ROWS' returned '100 '.
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536".
    HOSGIP to 'HS_NLS_NUMERIC_CHARACTER' returned '. "
    HOSGIP to 'HS_KEEP_REMOTE_COLUMN_SIZE' returned 'OFF '.
    HOSGIP for "HS_FDS_DELAYED_OPEN" returns 'TRUE '.
    HOSGIP to 'HS_FDS_WORKAROUNDS' returned '0 '.
    HOSGIP to 'HS_FDS_MBCS_TO_GRAPHIC' returned 'FALSE '.
    HOSGIP to 'HS_FDS_GRAPHIC_TO_MBCS' returned 'FALSE '.
    Invalid value of 64 for HS_FDS_SQLLEN_INTERPRETATION
    treat_SQLLEN_as_compiled = 1
    Release of hgoinit, rc = 0 to 2013/04/02-21: 15:38
    Entry hgolgon to 2013/04/02-21: 15:38
    Reco:0, name: *, tflag:0
    Entry hgosuec to 2013/04/02-21: 15:38
    Release of hgosuec, rc = 0 to 2013/04/02-21: 15:38
    HOSGIP to 'HS_FDS_RECOVERY_ACCOUNT' returned 'RECOVER '.
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returns "HS_TRANSACTION_LOG".
    HOSGIP to 'HS_FDS_TIMESTAMP_MAPPING' returned 'DATE '.
    HOSGIP to 'HS_FDS_DATE_MAPPING' returned 'DATE '.
    HOSGIP for "HS_FDS_MAP_NCHAR" returns 'TRUE '.
    HOSGIP to 'HS_FDS_RESULTSET_SUPPORT' returned 'FALSE '.
    HOSGIP to 'HS_FDS_RSET_RETURN_ROWCOUNT' returned 'FALSE '.
    HOSGIP to 'HS_FDS_PROC_IS_FUNC' returned 'FALSE '.
    HOSGIP to 'HS_FDS_REPORT_REAL_AS_DOUBLE' returned 'FALSE '.
    using the * as a default for 'HS_FDS_DEFAULT_OWNER '.
    HOSGIP to 'HS_SQL_HANDLE_STMT_REUSE' returned 'FALSE '.
    Entry hgocont to 2013/04/02-21: 15:38
    HS_FDS_CONNECT_INFO = ' *-* '.
    RC =-1 of HOSGIP for 'HS_FDS_CONNECT_STRING '.
    Entry hgogenconstr to 2013/04/02-21: 15:38
    DSN: *-*, name: *.
    OPTN:
    Entry hgocip to 2013/04/02-21: 15:38
    DSN: *-*.
    Release of hgocip, rc = 0 to 2013/04/02-21: 15:38
    # > connection settings (len = 39) < #.
    ## DSN=****-****;
    #! UID = *;
    #! PWD = *.
    Release of hgogenconstr, rc = 0 to 2013/04/02-21: 15:38
    Entry hgolosf to 2013/04/02-21: 15:38
    ODBC function-available-table 0xFFFE 0x00FF 0xFF00 0x03FF 0xFB7F 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0 x 0000 0xFE00 0x3F5F
    Release of hgolosf, rc = 0 to 2013/04/02-21: 15:38
    DriverName:libtdsodbc.so, DriverVer:0.91
    DBMS name: Microsoft SQL Server DBMS Version: 95.10.0255
    Release of hgocont, rc = 0 to 2013/04/02-21: 15:38
    SQLGetInfo Returns Y for SQL_CATALOG_NAME
    SQLGetInfo Returns 128 for SQL_MAX_CATALOG_NAME_LEN
    Release of hgolgon, rc = 0 to 2013/04/02-21: 15:38
    Entry hgoulcp to 2013/04/02-21: 15:38
    Entry hgowlst to 2013/04/02-21: 15:38
    Release of hgowlst, rc = 0 to 2013/04/02-21: 15:38
    SQLGetInfo returns 0x1f for SQL_OWNER_USAGE
    Able TXN: isolation 2, Option: 0xf
    SQLGetInfo Returns 128 for SQL_MAX_SCHEMA_NAME_LEN
    SQLGetInfo Returns 128 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 134 to SQL_MAX_PROCEDURE_NAME_LEN
    HOSGIP returned the value "TRUE" to HS_FDS_QUOTE_IDENTIFIER
    SQLGetInfo returns "(0 x 22) for SQL_IDENTIFIER_QUOTE_CHAR"
    instance 2 capabilities will be uploaded
    context: 0x00000000, capno:1989, add info: 0
    context: 0x0001ffff, capno:1992, add info: 0
    Release of hgoulcp, rc = 0 to 2013/04/02-21: 15:38
    Entry hgouldt to 2013/04/02-21: 15:38
    NO translation of DD for instance have been downloaded
    Release of hgouldt, rc = 0 to 2013/04/02-21: 15:38
    Entry hgobegn to 2013/04/02-21: 15:38
    tflag:0, original: 1
    Hoi:0x4093b4c8, ttid (len 38) is...
    00: 54415058 2E435245 49474854 4F4E2E45 [TAPX]
    10: 44552E33 61383332 3362322E 312E3233 [3a8323b2.1.23]
    20: 2E323037 3631 [. 20761]
    tbid (len 35) is...
    00: 54415058 2E435245 49474854 4F4E2E45 [TAPX]
    10: 44555 B 31 2E32332E 32303736 315D5B31 [[1.23.20761] [1]]
    [20: 2E345D [. 4]]
    Release of hgobegn, rc = 0 to 2013/04/02-21: 15:38
    Entry hgodtab to 2013/04/02-21: 15:38
    number: 1
    Table: address
    Allocate hoada [0] @ 0x14eedc70
    Hoada free [0] @ 0x14eedc70
    SQL text of hgodtab, id = 0, len = 23...
    00: 73656C 65 6374202A 6 202241 2066726F [select * 'a]
    10: 64647265 737322 [prepare]"
    Entry hgodscr_process_sellist_description to 2013/04/02-21: 15:38


    Thanks a lot for your help.
    PAL

    Published by: 997807 on April 3, 2013 07:26

    Hello
    Thanks for the information. 2.2 UnixODBC driver manager is quite old and there is now one more late 2.3.1 version available here.

    http://www.unixODBC.org/

    by clicking on the tab "Download".
    Can you download and install this version then use in the configuration instead of the 2.2 version?

    Kind regards
    Mike

  • Oracle's solution for this need for specific research.

    Hello

    We are on Oracle 11.2.0.2 on Solaris 10. We need to be able to search on data that have diacritics and we should be able to make the serach ignoring this diacritical. That is the requirement. Now, I could hear that Oracle Text has a preference called BASIC_LEXER which can ignore diacritics and so only this feature I implemented Oracle Text and just for this DIACRITIC search and no other need.

    I mean I put up preferably like this:
      ctxsys.ctx_ddl.create_preference ('cust_lexer', 'BASIC_LEXER');
      ctxsys.ctx_ddl.set_attribute ('cust_lexer', 'base_letter', 'YES'); -- removes diacritics
    
    
    With this I set up like this:
    
    CREATE TABLE TEXT_TEST
    (
      NAME  VARCHAR2(255 BYTE)
    );
    
    --created Oracle Text index
    
    CREATE INDEX TEXT_TEST_IDX1 ON TEXT_TEST
    (NAME)
    INDEXTYPE IS CTXSYS.CONTEXT
    PARAMETERS('LEXER cust_lexer WORDLIST cust_wl SYNC (ON COMMIT)');
    --sample data to illustrate the problem
    
    Insert into TEXT_TEST
       (NAME)
     Values
       ('muller');
    Insert into TEXT_TEST
       (NAME)
     Values
       ('müller');
    Insert into TEXT_TEST
       (NAME)
     Values
       ('MULLER');
    Insert into TEXT_TEST
       (NAME)
     Values
       ('MÜLLER');
    Insert into TEXT_TEST
       (NAME)
     Values
       ('PAUL HERNANDEZ');
    Insert into TEXT_TEST
       (NAME)
     Values
       ('CHRISTOPHER Phil');
    COMMIT;
    
    --Now there is an alternative solution that is there,  instead of thee Oracle Text which is just a plain function given below (and it seems to work neat for my simple need of removing diacritical characters effect in search)
    --I need to evaluate which is better given my specific needs -the function below or Oracle Text.
    
    CREATE OR REPLACE FUNCTION remove_dia(p_value IN VARCHAR2, p_doUpper IN VARCHAR2 := 'Y')
    RETURN VARCHAR2 DETERMINISTIC
    IS
    OUTPUT_STR VARCHAR2(4000);
    begin
    IF (p_doUpper = 'Y') THEN
       OUTPUT_STR := UPPER(p_value);
    ELSE
       OUTPUT_STR := p_value;
    END IF;
    
    OUTPUT_STR := TRANSLATE(OUTPUT_STR,'ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖØÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöøùúûüýÿ', 'AAAAAACEEEEIIIINOOOOOOUUUUYaaaaaaceeeeiiiinoooooouuuuyy');
    
    RETURN (OUTPUT_STR);
    end;
    /
    
    
    
    --now I query for which name stats with  a P%:
    --Below query gets me unexpected result of one row as I am using Oracle Text where each word is parsed for search using CONTAINS...
    SQL> select * from text_test where contains(name,'P%')>0;
    
    NAME
    --------------------------------------------------------------------------------
    PAUL HERNANDEZ
    CHRISTOPHER Phil
    
    --Below query gets me the right and expected result of one row...
    SQL> select * from text_test where name like 'P%';
    
    NAME
    --------------------------------------------------------------------------------
    PAUL HERNANDEZ
    
    
    --Below query gets me the right and expected result of one row...
    SQL>  select * from text_test where remove_dia(name) like remove_dia('P%');
    
    NAME
    --------------------------------------------------------------------------------
    PAUL HERNANDEZ
    My need any only had to be able to do a search that ignores diacritical characters. To implement Oracle Text for this reason, I was wondering if it was the right choice! More when I find now that the functionality of the TYPE is not available in Oracle Text - Oracle text search are based on chips, or words, and they differ from the exit of the LIKE operator. So, maybe I just used a simple like function below and used that for my purpose instead of using Oracle Text:

    Just this feature (remove_dia) removes diacritical characters and maybe for my need is all what is needed. Can anyone help to revisit that given my need I better do not use Oracle text? I need to continue to use the feature of as operator and also need to bypass the diacritics so the simple function that I satisfied my need while Oracle Text causes a change in the behavior of search queries.

    Thank you
    OrauserN

    If what you need is AS feature and you do not have one of the features of Oracle complex search text, then I would not use Oracle Text. I would create an index based on a function on your name column that uses your function that removes diacritical marks, so that your searches will be faster. Please see the demo below.

    SCOTT@orcl_11gR2> CREATE TABLE TEXT_TEST
      2    (NAME  VARCHAR2(255 BYTE))
      3  /
    
    Table created.
    
    SCOTT@orcl_11gR2> Insert all
      2  into TEXT_TEST (NAME) Values ('muller')
      3  into TEXT_TEST (NAME) Values ('müller')
      4  into TEXT_TEST (NAME) Values ('MULLER')
      5  into TEXT_TEST (NAME) Values ('MÜLLER')
      6  into TEXT_TEST (NAME) Values ('PAUL HERNANDEZ')
      7  into TEXT_TEST (NAME) Values ('CHRISTOPHER Phil')
      8  select * from dual
      9  /
    
    6 rows created.
    
    SCOTT@orcl_11gR2> CREATE OR REPLACE FUNCTION remove_dia
      2    (p_value   IN VARCHAR2,
      3       p_doUpper IN VARCHAR2 := 'Y')
      4    RETURN VARCHAR2 DETERMINISTIC
      5  IS
      6    OUTPUT_STR VARCHAR2(4000);
      7  begin
      8    IF (p_doUpper = 'Y') THEN
      9        OUTPUT_STR := UPPER(p_value);
     10    ELSE
     11        OUTPUT_STR := p_value;
     12    END IF;
     13    RETURN
     14        TRANSLATE
     15          (OUTPUT_STR,
     16           'ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖØÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöøùúûüýÿ',
     17           'AAAAAACEEEEIIIINOOOOOOUUUUYaaaaaaceeeeiiiinoooooouuuuyy');
     18  end;
     19  /
    
    Function created.
    
    SCOTT@orcl_11gR2> show errors
    No errors.
    SCOTT@orcl_11gR2> CREATE INDEX text_test_remove_dia_name
      2  ON text_test (remove_dia (name))
      3  /
    
    Index created.
    
    SCOTT@orcl_11gR2> set autotrace on explain
    SCOTT@orcl_11gR2> select * from text_test
      2  where  remove_dia (name) like remove_dia ('mü%')
      3  /
    
    NAME
    ------------------------------------------------------------------------------------------------------------------------
    muller
    müller
    MULLER
    MÜLLER
    
    4 rows selected.
    
    Execution Plan
    ----------------------------------------------------------
    Plan hash value: 3139591283
    
    ---------------------------------------------------------------------------------------------------------
    | Id  | Operation                   | Name                      | Rows  | Bytes | Cost (%CPU)| Time     |
    ---------------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT            |                           |     1 |  2131 |     2   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| TEXT_TEST                 |     1 |  2131 |     2   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | TEXT_TEST_REMOVE_DIA_NAME |     1 |       |     1   (0)| 00:00:01 |
    ---------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       2 - access("SCOTT"."REMOVE_DIA"("NAME") LIKE "REMOVE_DIA"('mü%'))
           filter("SCOTT"."REMOVE_DIA"("NAME") LIKE "REMOVE_DIA"('mü%'))
    
    Note
    -----
       - dynamic sampling used for this statement (level=2)
    
    SCOTT@orcl_11gR2> select * from text_test
      2  where  remove_dia (name) like remove_dia ('P%')
      3  /
    
    NAME
    ------------------------------------------------------------------------------------------------------------------------
    PAUL HERNANDEZ
    
    1 row selected.
    
    Execution Plan
    ----------------------------------------------------------
    Plan hash value: 3139591283
    
    ---------------------------------------------------------------------------------------------------------
    | Id  | Operation                   | Name                      | Rows  | Bytes | Cost (%CPU)| Time     |
    ---------------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT            |                           |     1 |  2131 |     2   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| TEXT_TEST                 |     1 |  2131 |     2   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | TEXT_TEST_REMOVE_DIA_NAME |     1 |       |     1   (0)| 00:00:01 |
    ---------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       2 - access("SCOTT"."REMOVE_DIA"("NAME") LIKE "REMOVE_DIA"('P%'))
           filter("SCOTT"."REMOVE_DIA"("NAME") LIKE "REMOVE_DIA"('P%'))
    
    Note
    -----
       - dynamic sampling used for this statement (level=2)
    
    SCOTT@orcl_11gR2>
    
  • Oracle.bi.publisher.ScheduleReport missing authorization

    I wanted to remove the option for my role as BIConsumer plan reports to BI Publisher tasks. I realized that by changing the policy of Application BIConsumer and by deleting the name of resource oracle.bi.publisher.scheduleReport . Mission accomplished.

    Now, I want to add this permission (the contact name) to my policy of BIAuthor, and I can't. When I change the policy of Application of BIAuthor and the attempt to add a resource name of bi.publisher.ScheduleReport, it is not in the list of permissions, I can add. He just disappeared. I see 7 permissions that start with oracle.bi.publisher. scheduleReport isn't one of them.

    Working with Windows 32-bit version of 11.1.1.6.2 BP1.

    Help!

    Check this link http://www.rittmanmead.com/2011/04/oracle-bi-ee-11g-migrating-security-policy-store-part-2/
    Watch grantAppRole command

    Or http://docs.oracle.com/cd/E17904_01/bi.1111/e13880/T526682T559093.htm

  • Publish two different clients with the same ID Adobe DPS publications

    Hello:

    I have a publication about InDesign and I downloaded the Adobe server with my Adobe DPS account. For the first publication, I published the publication with the producer of Folio on the portal digitalpublishing, and then I created the application using the Adobe viewer generator. Then I tried locally on my iPad. It was working fine and I could see my publication.

    Now, I need to download a new publication for another customer with the same Adobe DPS account and I need to create a different application with the new client look and feel, but I don't want to show this new application, only the last was first published.

    In a nushell, I need to keep separate two publications (or more) when they are published if I use the same account of DPS... Is this possible?

    Cordial greetings,

    Hi Leo,

    Each title should have its own publication AdobeID (a title may contain several editions / folios).

    The question for each title, you want to work on an account supplied with Adobe. Make sure that you have configured the corresponding emailaddress / emailalias. For example [email protected] and [email protected]

    Once the accounts have been implemented, you can:

    * Download and organize several folios for this publication in the corresponding Folio producer

    * Create a visualizer with your Builder Viewer and on the first page provide the AdobeID for publication to give

    You can ask new accounts of publication any time, and these are included in your subscription DPS.

    During your first obtained account Provisioning, you should have received an excel document to ask the commissioning for various publications. In this document, you can list the accounts you want to use for publications, individual users of the generator system and Viewer access.

    With sincere friendships.

    KlaasJan Tukker

    Adobe Systems Benelux

Maybe you are looking for