Need the pdf file must be stored directly in the database with the help of jasper

I use the package of integration of jasper... www.opal-consulting.de
using apex 4 and am now able to generate the invoice pdf... with the help of jasper and store it in a database... Board.

I need to generate the pdf in the background... without dispalying invoice in my screen...
Without having to download on my computer... And store directly in the database table.
*.. *

Is this possible...
All information is very appreicated.


Here is my part existing code... Kindly Guide.


DECLARE
l_blob BLOB;
l_mime_type VARCHAR2 (100);
BLOB l_blob2;
l_mime_type2 VARCHAR2 (100);
MPort varchar2 (200);
mrserver varchar2 (20);
BEGIN
Warn('fsubdno'||:P103_SUBSCRIBERDNO);
commit;
mrserver: = rserver();
MPort: = ' http://'|| mrserver | ' / JasperReportsIntegration/report ';


------------------------------------------------------------------------
-generate the report and return to BLOB
------------------------------------------------------------------------
xlib_jasperreports.set_report_url (mport);
Warn ('firststrikeeee');

xlib_jasperreports.get_report
(p_rep_name = > 'reinvx',)
p_rep_format = > "pdf."
p_data_source = > 'failures. "
p_rep_locale = > 'de_DE ',.
p_rep_encoding = > 'UTF - 8',
p_additional_params = > ' & Psubscribe_no ='. : P103_SUBSCRIBER_NO | ' & Psubscribed_no ='. : P103_SUBSCRIBERDNO,.
p_out_blob = > l_blob,
p_out_mime_type = > l_mime_type
);
WPG_DOCLOAD.download_file (l_blob);
Warn ('secondstrikeee');

WPG_DOCLOAD.download_file (l_blob);
BLOB_LOADB (MID (),: P103_SUBSCRIBER_NO, NULL, 'RENEWAL_INVOICE', 'RENEWALINV' |: P103_SUBSCRIBER_NO, L_MIME_TYPE, L_BLOB);
------------------------------------------------------------------------
-free resources
------------------------------------------------------------------------
DBMS_LOB.freeTemporary (l_blob);
------------------------------------------------------------------------
-judgment of the APEX page
------------------------------------------------------------------------
apex_application.g_unrecoverable_error: = TRUE;
EXCEPTION
WHILE OTHERS
THEN
xlog (SQLERRM, "PRC_GET_REPORT_TUNNEL", "ERROR");
LIFT;
END;

Published by: susf on 16 July 2012 08:47

Hello

try to do a procedure from your original like this code:

procedure make_pdf(p_subscriber_no in number, p_subscriberdno in number)
is
   l_blob blob;
   l_mime_type varchar2 (100);
   l_blob2 blob;
   l_mime_type2 varchar2 (100);
   mport varchar2(200);
   mrserver varchar2(20);
begin
   warn('fsubdno'||p_subscriberdno);
   commit;
   mrserver := rserver();
   mport := 'http://'||mrserver||'/jasperreportsintegration/report';
   -- generate the report and return in blob
   xlib_jasperreports.set_report_url (mport);
   warn('firststrikeeee');

   xlib_jasperreports.get_report
      (p_rep_name => 'reinvx',
      p_rep_format => 'pdf',
      p_data_source => 'chess',
      p_rep_locale => 'de_de',
      p_rep_encoding => 'utf-8',
      p_additional_params => '&Psubscribe_no='||p_subscriber_no||'&Psubscribed_no='||p_subscriberdno,
      p_out_blob => l_blob,
      p_out_mime_type => l_mime_type
      );
   blob_loadb (mid(),p_subscriber_no,null,'renewal_invoice','renewalinv'||p_subscriber_no,l_mime_type,l_blob);
   -- release resources
   dbms_lob.freetemporary (l_blob);
exception
   when others
   then
      xlog ('prc_get_report_tunnel', sqlerrm, 'error');
      raise;
end;

Then, you can call this procedure in a database job that you create with an apex as this process:

begin
  dbms_scheduler.create_job (
    job_name        => 'make_pdf_job',
    job_type        => 'PLSQL_BLOCK',
    job_action      => 'begin make_pdf(' || :P103_SUBSCRIBER_NO || ',' || :P103_SUBSCRIBERDNO|| ') end;',
    start_date      => systimestamp,
    repeat_interval => null,
    end_date        => null,
    enabled         => true,
    comments        => 'Make pdf job from Apex page 103.');
end;

Kind regards
Erik-jan

Tags: Database

Similar Questions

  • This will strain you! I can't download the PDF file that is stored on my site FTP with Internet Explorer

    I can't download the PDF file that is stored on my site FTP with Internet Explorer, but I can't with Chrome, Safari, FireFox etc. Error message: museutils.js Code: 0

    My page: http://creditunionone.org/applications---forms.html

    and this page as: http://petfoodpantryokc.org/get-assistance.html

    Help, please! I get 20-30 presentations of members. customers / clients claiming that they are unable to download the forms.

    adding: Pop up says: Windows Internet Explorer errors on this site it may not work properly. A security problem has occurred. museutils.js Code: 0

    URI: http://www.creditunionone.org/scripts/1.1/museutils.js?110351884

    Links to PDF files are incorrectly formatted for example. http:// contribute000011n @creditunionone.org/forms/membershipcardstaticpdf.pdf IE do not like. Remove the part highlighted links and re - post pages.

    Thank you

    Vinayak

  • Heavy binary files must be stored in the database?

    I was asked an interesting question: If a database contains all the data? Or large binary files must be stored in the file system?

    Example of large binary files: videos or PDFs heavy (+ 200 MB).

    With an old aspx web app (1.1) I tried to open a 200 MB pdf file stored as a BLOB in a base of Oracle 11 g and it has run out of memory.

    However, same asp.net web application had no problem to open the same pdf file stored in the file system on a server. It could be that maybe there is some way to open fields heavy blobs with asp.net.

    For reasons of integrity, I say that all data must be stored in the database, but my cases described showed me that maybe it's not the way.

    SQL Server allows the content of the columns of varbinary (max) to be stored on the file system, maybe there is something similar in Oracle?

    With an old aspx web app (1.1) I tried to open a 200 MB pdf file stored as a BLOB in a base of Oracle 11 g and it has run out of memory.

    It could be that maybe there is some way to open fields heavy blobs with asp.net.

    Depends entirely on how to open BLOB.
    A simple way is enter any value in table (like getArray()). It can be risky when there are great values.
    More sophisticated is to read in chunks.
    In environments such as Java or ASP.net programming should be operable methods BLOB as a stream of data. In Java, it is ResultSet.getBinaryStream)
    You can spend this additional flow, for example the browser connection. It will read the BLOB value into small pieces (or 64K) and pass it to the browser or whatever the customer.

  • I tried to edit a pdf file and it keep direct me to the purchase of subscription and I already have one

    I tried to edit a pdf file and it keep direct me to the purchase of subscription and I already have one

    Hi anthonyt40697810,

    Are you able to connect?

    If Yes, then just Sign In to activate the subscription by using your Adobe ID.

    Kind regards

    Nicos

  • When I open pdf files using acrobat 9, I get error 148: 3. Help, please

    When I open pdf files using acrobat 9, I get error 148: 3. Help, please

    Error: "License has stopped working". Windows

  • I NEED FOR PDF FILES TAG AND CREATING A SEARCHABLE TABLE OF CONTENTS

    I have NEED OF TAG PDF FILES to CREATE A SEARCHABLE TABLE OF CONTENTS.

    How DO I?

    You can't with Adobe Reader. Acrobat would be the tool.

  • What do I need open PDF files

    Do I have to download to view PDF files... it's Adobe X sure gold should I go with Adobe 8.3 or 9? My system is Windows XP.

    Adobe Reader X (10.1 or other) is fine.
    FoxIt PDF reader is another way to go.

    Adobe is the 'norm '; Although bloated.  If you want to that most people use/do document-which would be the way to go.

    http://get.Adobe.com/reader/download/

  • Adobe XI * suddenly * is no longer opens a PDF file that is stored in windows 10

    DON'T SEE SOMETHING LIKE THAT ON ANY FORUM.  YESTERDAY AND FOR SEVERAL MONTHS HAVE USED ADOBE XI W/NO PROBLEM. DOWNLOAD A PDF DOC AND OPEN IN XI, VERY WELL.  FROM NOW, IT WON'T OPEN ALL in PDF format, that which some I opened several times before.

    Nothing has changed: my computer, software or downloads since yesterday when I used it very well.

    I have it.

    A. you will want to remove all your stuff of signature before sending your response if you are replying to these forums by email.

    (B) given that all your information is now public, if you receive phone calls from people saying that they are with the support and help, hang up. Support will not call you in response to these forums.

    And finally, what happens if you open Adobe Reader and use the file > open to navigate to a pdf file and choose to open it this way?

  • The customer wants. PDF file as two. TIFF: 500 MB and A1. Conversion help?

    Sorry if this is in the wrong place, but I don't know where else to ask!

    I created a logo for a client in the. PDF format, they asked the help of Adobe Illustrator.

    However, they want the final version in two specific formats: one as a 500MB. A TIFF file and one as a. TIFF file is of a quality suitable for the reproduction of the A1. What would be the easiest way to convert the. PDF to the necessary. TIFF, while maintaining the quality of the original frame for printing, using freeware?

    (As I am a beginner as a designer, I have never used these types of files before and can not find the answers online. I have the entire Adobe suite if that helps.)

    Really grateful to anyone who can help!

    Rasterizes the file on the opening of Photoshop. In this dialog box, you specify the size and resolution of this process.

  • Mac OS 10.10.2 is installed and can open documents on my new Mac Air but an error message occurs, with, I try to attach a PDF file to emails.  Any thoughts?  Apple could not help.

    Mac OS 10.10.2 is installed and can open documents on my new Mac Air but an error message occurs when you try to attach a PDF file to emails.  Apple was not able to solve.  Any thoughts?

    It is not broken, just confused. The recipient must save the file and open it in Adobe Reader. Your e-mail application is not using Adobe Reader.

  • PDF files must be open in different windows

    I just got an update for Adobe Acrobat Reader DC. I need to watch two pdfs at the same time on two different screens. Everytime I open a second pdf it creates a tab with the first. I then take it out manually. I am constantly opening and closing of files PDF and it becomes really painful that they don't just open in different windows as they did. Help!

    You can disable tabs in preferences.

  • I can not read PDF files in my e-mails. It opens with a few letters, numbers, symbols all jumbled. What's wrong?

    I tried to save the file, and then open the file, instead of opening the first, but it still doesn't work.  I have install Adobe Reader. What I am doing wrong?

    It seems that it does not open with Adobe. Is this correct?

    Right-click on the file.
    Select: Open with on the shortcut menu.
    Click: Choose [default] program.
    Letter: Adobe Reader.
    Check: Always use the selected program to open this type of file.
    Click OK.

    A moderator will soon be along to move this thread to the appropriate forum such as this one is for the feedback: site forum only. Please note the forum, proposed future questions about this program or feature.

  • The file check failed error during duplication of database with RMAN

    I am using oracle 10 g R2 database and try to make a clone of the orcl database source on the same machine but with the structure of different directory with the name of test.

    When I run the command duplicate to create the test database, then the following error message is generted:
    D:\>rman target sys@orcl nocatalog auxiliary /
    
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Nov 11 12:13:26 2011
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    target database Password:
    connected to target database: ORCL (DBID=1264668332)
    using target database control file instead of recovery catalog
    connected to auxiliary database: TEST (not mounted)
    
    RMAN> @script.txt
    
    RMAN> Run {
    2> Allocate channel C1 type disk;
    3> allocate auxiliary channel 'adisk_0' type DISK;
    4> duplicate target database to "test";
    5> #BACKUP INCREMENTAL LEVEL 1 DATABASE;
    6> #BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;
    7> #BACKUP INCREMENTAL LEVEL 0 DATABASE;
    8> #delete obsolete;
    9> }
    allocated channel: C1
    channel C1: sid=140 devtype=DISK
    
    allocated channel: adisk_0
    channel adisk_0: sid=157 devtype=DISK
    
    Starting Duplicate Db at 11-NOV-11
    
    contents of Memory Script:
    {
       set until scn  12926250;
       set newname for datafile  1 to
     "D:\TEST\ORADATA\SYSTEM01.DBF";
       set newname for datafile  2 to
     "D:\TEST\ORADATA\UNDOTBS01.DBF";
       set newname for datafile  3 to
     "D:\TEST\ORADATA\SYSAUX01.DBF";
       set newname for datafile  4 to
     "D:\TEST\ORADATA\USERS01.DBF";
       set newname for datafile  5 to
     "D:\TEST\ORADATA\EXAMPLE01.DBF";
       set newname for datafile  6 to
     "D:\TEST\ORADATA\GL.DBF";
       restore
       check readonly
       clone database
       ;
    }
    executing Memory Script
    
    executing command: SET until clause
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    Starting restore at 11-NOV-11
    
    channel adisk_0: starting datafile backupset restore
    channel adisk_0: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to D:\TEST\ORADATA\SYSTEM01.DBF
    restoring datafile 00002 to D:\TEST\ORADATA\UNDOTBS01.DBF
    restoring datafile 00003 to D:\TEST\ORADATA\SYSAUX01.DBF
    restoring datafile 00004 to D:\TEST\ORADATA\USERS01.DBF
    restoring datafile 00005 to D:\TEST\ORADATA\EXAMPLE01.DBF
    restoring datafile 00006 to D:\TEST\ORADATA\GL.DBF
    channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_07\O1_MF_NNND0_TAG20111107T220822_7CJ
    P
    channel adisk_0: restored backup piece 1
    piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_07\O1_MF_NNND0_TAG20111107T220822_7CJ44MH4_.BKP tag=TAG20111107T220
    channel adisk_0: restore complete, elapsed time: 00:01:46
    Finished restore at 11-NOV-11
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
      MAXLOGFILES     16
      MAXLOGMEMBERS      3
      MAXDATAFILES      100
      MAXINSTANCES     8
      MAXLOGHISTORY      292
     LOGFILE
      GROUP  1 ( 'D:\TEST\ORADATA\REDO01.LOG' ) SIZE 50 M  REUSE,
      GROUP  2 ( 'D:\TEST\ORADATA\REDO02.LOG' ) SIZE 50 M  REUSE,
      GROUP  3 ( 'D:\TEST\ORADATA\REDO03.LOG' ) SIZE 50 M  REUSE
     DATAFILE
      'D:\TEST\ORADATA\SYSTEM01.DBF'
     CHARACTER SET WE8MSWIN1252
    
    
    contents of Memory Script:
    {
       switch clone datafile all;
    }
    executing Memory Script
    
    datafile 2 switched to datafile copy
    input datafile copy recid=1 stamp=766930525 filename=D:\TEST\ORADATA\UNDOTBS01.DBF
    datafile 3 switched to datafile copy
    input datafile copy recid=2 stamp=766930525 filename=D:\TEST\ORADATA\SYSAUX01.DBF
    datafile 4 switched to datafile copy
    input datafile copy recid=3 stamp=766930526 filename=D:\TEST\ORADATA\USERS01.DBF
    datafile 5 switched to datafile copy
    input datafile copy recid=4 stamp=766930526 filename=D:\TEST\ORADATA\EXAMPLE01.DBF
    datafile 6 switched to datafile copy
    input datafile copy recid=5 stamp=766930526 filename=D:\TEST\ORADATA\GL.DBF
    
    contents of Memory Script:
    {
       set until scn  12926250;
       recover
       clone database
        delete archivelog
       ;
    }
    executing Memory Script
    
    executing command: SET until clause
    
    Starting recover at 11-NOV-11
    channel adisk_0: starting incremental datafile backupset restore
    channel adisk_0: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: D:\TEST\ORADATA\SYSTEM01.DBF
    destination for restore of datafile 00002: D:\TEST\ORADATA\UNDOTBS01.DBF
    destination for restore of datafile 00003: D:\TEST\ORADATA\SYSAUX01.DBF
    destination for restore of datafile 00004: D:\TEST\ORADATA\USERS01.DBF
    destination for restore of datafile 00005: D:\TEST\ORADATA\EXAMPLE01.DBF
    destination for restore of datafile 00006: D:\TEST\ORADATA\GL.DBF
    channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_09\O1_MF_NNND1_TAG20111109T223628_7CO
    P
    channel adisk_0: restored backup piece 1
    piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_09\O1_MF_NNND1_TAG20111109T223628_7COGJZVT_.BKP tag=TAG20111109T223
    channel adisk_0: restore complete, elapsed time: 00:00:07
    channel adisk_0: starting incremental datafile backupset restore
    channel adisk_0: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: D:\TEST\ORADATA\SYSTEM01.DBF
    destination for restore of datafile 00002: D:\TEST\ORADATA\UNDOTBS01.DBF
    destination for restore of datafile 00003: D:\TEST\ORADATA\SYSAUX01.DBF
    destination for restore of datafile 00004: D:\TEST\ORADATA\USERS01.DBF
    destination for restore of datafile 00005: D:\TEST\ORADATA\EXAMPLE01.DBF
    destination for restore of datafile 00006: D:\TEST\ORADATA\GL.DBF
    channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_10\O1_MF_NNND1_TAG20111110T221428_7CR
    P
    channel adisk_0: restored backup piece 1
    piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_10\O1_MF_NNND1_TAG20111110T221428_7CR1MQFO_.BKP tag=TAG20111110T221
    channel adisk_0: restore complete, elapsed time: 00:00:16
    
    starting media recovery
    
    archive log thread 1 sequence 524 is already on disk as file D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_11_11\O1_MF_1_524_7CS
    C
    archive log filename=D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_11_11\O1_MF_1_524_7CSG2HVT_.ARC thread=1 sequence=524
    media recovery complete, elapsed time: 00:00:14
    Finished recover at 11-NOV-11
    
    contents of Memory Script:
    {
       shutdown clone;
       startup clone nomount ;
    }
    executing Memory Script
    
    database dismounted
    Oracle instance shut down
    
    connected to auxiliary database (not started)
    Oracle instance started
    
    Total System Global Area     230686720 bytes
    
    Fixed Size                     1248236 bytes
    Variable Size                 67109908 bytes
    Database Buffers             155189248 bytes
    Redo Buffers                   7139328 bytes
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
      MAXLOGFILES     16
      MAXLOGMEMBERS      3
      MAXDATAFILES      100
      MAXINSTANCES     8
      MAXLOGHISTORY      292
     LOGFILE
      GROUP  1 ( 'D:\TEST\ORADATA\REDO01.LOG' ) SIZE 50 M  REUSE,
      GROUP  2 ( 'D:\TEST\ORADATA\REDO02.LOG' ) SIZE 50 M  REUSE,
      GROUP  3 ( 'D:\TEST\ORADATA\REDO03.LOG' ) SIZE 50 M  REUSE
     DATAFILE
      'D:\TEST\ORADATA\SYSTEM01.DBF'
     CHARACTER SET WE8MSWIN1252
    
    released channel: C1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/11/2011 12:16:21
    RMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE CONTROLFILE failed
    ORA-01504: database name 'TEST' does not match parameter db_name 'orcl'
    
    RMAN> **end-of-file**
    
    RMAN>
    Script.txt
    Run {
    Allocate channel C1 type disk;
    allocate auxiliary channel 'adisk_0' type DISK;
    duplicate target database to "test";
    }
    Kindly help?

    Published by: Moazzam November 11, 2011 12:22

    Your definition of the Windows service uses a different inittest.ora or spfiletest.ora - not the one that you have edited.

    Hemant K Collette

  • need to delete this account because I now have an account with my help University student!

    I thought it was my account for free University account and I did accidentally two accounts

    so now I have the "free membership" and the 'student - teach accession', I need only the student-teacher one

    How can I delete the other? Help, please!

    Hello

    You will need to contact support by calling/chat for this request.

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    Kind regards

    Sheena

  • View the pdf file stored in the oracle forms, oracle database

    Forms [32 bit] Version 10.1.2.0.2 (Production)
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64 bit Production
    With partitioning, OLAP and Oracle Data Mining options
    Release 9.2.0.8.0 - Production jserver
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle V10.1.2.0.2 - Production procedure generator
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Query Oracle 10.1.2.0.2 - Production Designer
    Oracle virtual graphics system Version 10.1.2.0.2 (Production)
    The GUI tools Oracle Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle tools integration Version 10.1.2.0.2 (Production)
    Common tools Oracle area Version 10.1.2.0.2
    Oracle 10.1.0.4.0 Production CORE

    ___________________

    I created external directory and can't seem to load pdf files in a table called test_blob oracle database.

    CREATE TABLE test_blob)
    ID Number (15)
    , file_name VARCHAR2 (1000)
    image BLOB
    , timestamp, DATE
    )





    I have 2 pdf files in the table. I wish to see this pdf from forms when the user clicks the button. On triggering when key pressed, I want to show the PDF onscreen. Any help is appreciated. Not on the designer. I need to run the application form.



    SELECT id, file_name,
    DBMS_LOB. Length of GETLENGTH (image),
    timestamp
    OF test_blob

    ID | FILE_NAME | LENGTH | TIMESTAMP
    1001 | HeartlandEmployeeReferralCard.pdf|353718|1/28/2013 2011 11:44:41
    1002 | HeartlandEmployeeReferralCard.pdf|353718|1/28/2013 2011 11:51:07

    Published by: user_anumoses on January 28, 2013 11:45

    I had to go back and look at some documentation on our application server. If these steps do not work for you, you may need to click on 'Help' in your business manager and search for 'DADDY' or "Database Access Descriptor".

    According to these steps:
    1. connect to Oracle Enterprise Manager (http://finserv1:1810) - this would be the name of your server and port
    2. click on FIN_Midtier_1.finserv1 - this would be the name of your application server
    3. click on HTTP_Server
    4. click on Administration
    5. click on properties of PL/SQL (link at the top: application server: FIN_Midtier_1.finserv1 > HTTP_Server > mod_plsql Services)
    6. scroll the page to the Section of DAD
    7. click the Create button (right part of the screen)
    8. Select Type of DADDY of the general and click on Next (step 1 of 2)
    9. start to fill in the information of connectivity for DAD
    10 to precede the name of DAD or a location to a / pls in this example: / pls/findadgen
    11. username: enter the user name where the stored procedure (READ_PDF)
    12 password: enter the password for the user name that you just entered.
    13 Connect String is the database you want the DAD to connect to (the READ_PDF where)
    14. the connection string format is: TNSFormat because the connection string is resolved through tnsnames.ora
    15 get the language NLS value by running the following query against the schema/database this DAD is to be setup for:

    select value, parameter
      from nls_database_parameters
     where parameter in ('NLS_LANGUAGE', 'NLS_TERRITORY','NLS_CHARACTERSET');
    
    VALUE                                      PARAMETER
    ---------------------------------------- ------------------------------
    AMERICAN                                 NLS_LANGUAGE
    AMERICA                                  NLS_TERRITORY
    WE8ISO8859P1                             NLS_CHARACTERSET
    

    Enter the value in the form: _.< nls_characterset="">
    In our example, we have: AMERICAN_AMERICA. WE8ISO8859P1

    16. default Page: enter the name of the procedure that will be called if it is not specified in the URL. In our example, we use the name of the procedure: read_pdf
    17 Authentication Mode: the default value of Basic
    18. then click on Next (step 2 of 4) at the bottom right
    19. click on next again (step 3 of 4)
    20. click OK (step 4 or 4)
    21. your done. Don't forget DAD or any changes made to the DAD will not take effect until the server is restarted. Take the necessary steps to get this done.

    We then get an image with the chapters of dads who shows a name or location of/pls/findadgen, the user name, connect the string and status (green arrow - maximum)

Maybe you are looking for

  • NB100 Wan without wire - LED system

    To press the Fn + Wireless WAN, t he WAN SYSTEM LED is not visible. Is - this is not unusual? TheBluetooth sign shines red. Is it necessary that the key WAN shines green if I conect to my WiFi router?

  • Satellite Pro A60 with departure problems and weird sounds

    Hi allThree days ago, as I was using my laptop as usual. Then I restarted and then... just a black screen with an error message does not find a file any (I don't remember exactly) and making some weird sounds (such as the ' clicks')... sounds came th

  • conversion to 2921 2920 (and back)

    The USRP-2920 contains a 50-2200 MHz Rx/Tx WBX (or similar) daughter card? If Yes, can we this daughter card (temporarily) replace with XCVR2450 of the Ettus, in order to convert the 2920 in a 2921? If so, what other software / hardware (dual band 2.

  • I need more than just a user Admin profile/account - Vista

    Do I need more than just a user profile/account Admin?  I VistaHomePremium (32 bit) w / ServPk 2 - I need more than an account Admin user?  Have had the PC for 6 years with just 1 user (me as an administrator).  Have read that it would be safer to cr

  • I forgot my password for windows 7!

    I forgot my password for windows 7 for my HP laptop and I don't have the disk to reset. I have download a password reset my dell desktop computer, but continue to ask my laptop to floppy or usb. How to do it on usb and how to reset or retrieve my pas