6i/reports 6i forms in the database 11g R2

Hello
We have forms and reports 6i developed.
It works very well with the 8i database.

I installed a new database 11g R2. When I run my forms all is good. The shape, I call my report when I do this
Windows connection will appear.

How can this be lost or info spent so that the window does not appear and users don't need to reconnect the info anywhere or run reports.

I use the following code

Rep: = FIND_REPORT_OBJECT ('EMP017');
set_report_object_property (REPID, report_other, hold1);
v_rep: = run_report_object (repid);

I would like to know if there is a work around.
Appreciate your help.

Thank you
Laba

It may be a problem with the password policy in Oracle 11 g. By default, passwords are now case sensitive. Your DBA can disable this option.

Tags: Oracle Development

Similar Questions

  • How can I connect the form to the database?

    How can I store the form data entered in the database in adobemuse? You please tell me any possibility of storage and provide authentication and make entries in adobemuse?

    Hello

    Please check the related threads

    How can I connect to SQL Server with the Muse?

    MySQL DB & Adobe Muse

  • The upgrade of the database 11g dbua utility

    Hello world

    I installed oracle 11g R2 on windows and I ve created the vesrion 11.2.0.1.0 database. I tried to upgrade the database to a higher version using dbua. But in this destination both is showing that 11.2.0.1.0 & utility source please let me know is it possible to upgrade the database 11.2.0.1.0 to the higher version using dbua

    not possible, you must set up a new oracle home

  • EBS financial forms in the database

    Hello

    I'd like to understand how the data filled in forms are in the table and columns in the database, is their any tool? Let's say that I completed a form AP, values such as name, date etc, goes into which column and the table in the database. Help, please!

    Concerning
    Rahul

    Hello Rahul,

    After you open the form, go to the following path:

    (1) for the name of the Table:
    MENU > HELP > FILE HISTORY > here you can display the name of name/table view.
    The view definition you can find the base table.

    (2) for the name of the column:
    MENU > HELP > DIAGNOSTICS > REVIEW > here you can display block form name & the name of the field

    (3)
    MENU > HELP > DIAGNOSTICS > REVIEW > WHO select 'SYSTEM' = > FIELD select = ' LAST_QUERY > here you can find the SQL code that you can get the column name, table or view.

    HTH
    Sanjay

  • Calling the reports of forms in the same session.

    Hello everyone:

    I have a small question calling reports 6i Forms 6i form:

    When I call a report from Oracle Forms 6i with the RUN_PRODUCT command, the report asked running on another session as the appellant formula.


    I need call a report but in the same session of calling forms.

    is there a way to fix this?

    Best regards
    Pedro

    I need call a report but in the same session of calling forms.

    It is not possible. You can use the same user to call the report, but not in the same session. Forms and reports are two different products, so both have their own session. If you just did something in a form and want to make a report that reflects the changes you made, you need to commit these changes in forms first.

  • saving an image of the form into the database

    I used this procedure to recover an image on my forms...
    PROCEDURE get_image IS
    /* Define the local variables*/
    l_filename VARCHAR2(60);
    l_type VARCHAR2(10);
    l_item_name VARCHAR2(60);
    l_path VARCHAR2 (60);
    BEGIN
    /* Assign the values of the fields to the variables*/
    l_filename := :PICS.file_image;
    l_type := :PICS.type;
    l_path := :PICS.file_path;
    /* Assign the variable of the item where the picture will be put in the form*/
    l_item_name := 'PICS.pic1';
    /* Define the filename as the path, actual name of the file and the type of file,
    but concatenating the various
    elements from the variables*/
    l_filename:= l_path||l_filename||'.'||l_type;
    /*Use the build in procedure READ_IMAGE_FILE to retrieve the image from
    the file*/
    READ_IMAGE_FILE(l_filename,l_type,l_item_name);
    EXCEPTION
    WHEN VALUE_ERROR THEN
    message('Value Error');
    WHEN OTHERS THEN
    message('Other error');
    END;
    and I traced the columns for the image and the name of the image in the form...
    but when I click on the button Save... nothing happens... the images does not save in the database

    Why not use a BLOB column for storing the image?

    François

  • Rename the database 11g

    Hi all

    11.2.0.1

    AIX 6.1

    I restore the database backup of PROD1, PROD2.

    My original db name was PROD2, and now it became PROD1. I want to rename the PROD1, PROD2 in dbname.


    I googled and found DBNEWID utility.


    This process is correct?


    ===========

    Only change the name of the database

    The following steps describe how to change the name of the database without changing the DBID.

    1. Ensure that you have a recoverable full backup.
    2. Make sure that the target database is mounted but is not open, and it was to stop systematically before mounting. For example:
      SHUTDOWN IMMEDIATE STARTUP MOUNT 
    3. Call the command line utility, specify a user validates with the SYSDBA privilege (you will be asked a password). You must specify both the DBNAME and SETNAME parameters. This example changes the name of test_db :
      % nid TARGET=SYS DBNAME=test_db SETNAME=YES 

      DBNEWID performs validations in the headers of the control files (not the data files) before attempting I/O files. If the validation is successful, then DBNEWID prompts, changes the name of data base in control files, the database stops and leaves. Here is an example of what the output for this would look like:

      . . . Control Files in database: /oracle/TEST_DB/data/cf1.dbf /oracle/TEST_DB/data/cf2.dbf  The following datafiles are offline clean: /oracle/TEST_DB/data/tbs_61.dbf (23) /oracle/TEST_DB/data/tbs_62.dbf (24) /oracle/TEST_DB/data/temp3.dbf (3) These files must be writable by this utility.  The following datafiles are read-only: /oracle/TEST_DB/data/tbs_51.dbf (15) /oracle/TEST_DB/data/tbs_52.dbf (16) /oracle/TEST_DB/data/tbs_53.dbf (22) These files must be writable by this utility.  Changing database name from PROD to TEST_DB Control File /oracle/TEST_DB/data/cf1.dbf - modified Control File /oracle/TEST_DB/data/cf2.dbf - modified Datafile /oracle/TEST_DB/data/tbs_01.dbf - wrote new name Datafile /oracle/TEST_DB/data/tbs_ax1.dbf - wrote new name Datafile /oracle/TEST_DB/data/tbs_02.dbf - wrote new name Datafile /oracle/TEST_DB/data/tbs_11.dbf - wrote new name Datafile /oracle/TEST_DB/data/tbs_12.dbf - wrote new name Datafile /oracle/TEST_DB/data/temp1.dbf - wrote new name Control File /oracle/TEST_DB/data/cf1.dbf - wrote new name Control File /oracle/TEST_DB/data/cf2.dbf - wrote new name Instance shut down  Database name changed to TEST_DB. Modify parameter file and generate a new password file before restarting. Successfully changed database name. DBNEWID - Completed successfully. 

      If validation is not successful, then DBNEWID ends and leaves the database intact target. You can open the database, fix the error, and then resume the DBNEWID operation or continue to use the database without changing the name of the database. (For an example of what looks like the output for an unsuccessful validation, see step 3 of "changing the DBID and database name").

    4. Define the DB_NAME initialization parameter in the settings file to initialize (PFILE) to the new database name is . Note: The DBNEWID utility does not change the server settings file ( SPFILE ). Therefore, if you use SPFILE to start your Oracle database, then you must recreate the settings file to boot from the server settings file, delete the file from the server settings, change it DB_NAME in the initialization parameter file and then recreate the server settings file.
    5. Create a new password file.
    6. Start the database and resume normal use. For example:
      STARTUP 

      Because you have changed only the name of the database and not the database ID, it is not necessary to use the RESETLOGS option when you open the database. This means that all previous backups are still usable.

      ==========

      Thank you

      pK

    These steps are quite right. Please follow the steps carefully. And special attention to step 4. concerning

  • 10.1.2 OAS reports and forms infrastructure without database

    Hello!

    I read in the documentation of oracle that there instalation of oracle forms and reports with infrastructure but without storing files only repository database. Anyone know? Where can I find this kind of instalation?

    Greetings - Marcin

    See http://www.oracle.com/technology/software/products/ias/htdocs/101202.html and look for the forms & reports Services standalone

  • Changing the character set in the database 11G

    Running Windows 2008 Server 64-bit and Oracle 11 g (V 11.2.0.1.0). I would like to change my default character set when installing from 11 G to CS AL32UTF8.

    I read the utility Guide and Guide Support for globalization (http://docs.oracle.com/cd/B28359_01/server.111/b28298/ch11charsetmig.htm#g1011430), but none of these documents shows how you can effectively change everything / the character set of the migration. I would do this using the export and import utilities since this seems to be the most popular recommendation. But I'm really not sure of the procedure to follow to change the CS. For example, should I first export and then import then run the CSCHANGE script that is described in the globalization support Guide?

    I would be grateful any guidance on how to actually change the character set to AL32UTF8 and all documentation that explains not only the concepts, but the STEPS of HOW this can be done. Thank you, J

    Salvation;

    Please see:

    Change the character set of database - a brief overview Doc ID: 225912.1
    The National character located in Oracle 9i, 10g and 11g Doc ID: 276914.1
    Change the character set of database - definitions valid superset Doc ID: 119164.1

    Respect of
    HELIOS

  • GoldenGate 12 c on the database 11g

    Hello

    Wanted to know if Oracle Goldengate 12 c is compatible with Oracle Database 11.2.0.3?

    Thanks in advance,

    System requirements and Instructions preinstallation - 12 c (12.1.2)

    (Integrated capture mode) To use capture integrated with a database of the source Oracle 11.2.0.3, download and install the 11.2.0.3 specific set of databases to extract patch integrated. See the My Oracle Support 1557031.1 article for all the fixes delivered version of Oracle database. This mode uses a server logmining on the source system or in an Oracle database downstream. For more information,.

    So to use OGG 12 c IC minimum version requirement database are.

    1 > oracle 11.2.0.3 + apply a specific fix - MOS 1557031, or 2 > to use Oracle 11.2.0.4

    On the side of applying it, you can use OGG 12 c apply integrated features (parallelism) with Oracle 11.2.0.3 even without applying a specific patch - 1557031

    Pradeep

  • OWB 11.1 is compatible with the database 11g cubes/dimensions

    I heard OWB 11.1 stores the data in the format of 10g and it is not compatible with the format of 11g. However AWM 11.1 creates 11g data compatible. Is this true? Any idea?

    Thank you

    Hello

    That's right, that both OWB 10 g 2 and 11 GR 1 disclosed material generate OLAP 10 g style cubes using the api AWXML. AWM 11.1 can create/manage 10g and 11g cubes of styles. Needless to say, it takes a little time to catch up with a changing API... lots of fun things to come ;-)

    See you soon
    David

  • Question about creating report guests editor BI when it connects directly to the database?

    Hello

    I create a report of BI Publisher using direct SQL server database. JDBC connection is created, then datamodel and report.

    The report is parameterized. Now I have attached the dashboard report. But now the settings are not filling. So I intend to create guests, but it is the search for field. But I don't use of RPD. So, how can I create guests when we creating BI publisher report connecting directly with the database? Please let me know.

    Kind regards
    Sam

    Hi Sam,

    I hope you got your answer for that starting from the thread OBIEE quick dashboard for BI Publisher

    Thank you...

  • Migration of database 11g (11.2.0.1) to 12 c (12.1.0.2)

    Hello

    I have two RAC environment of node on windows 2008 R2 with Oracle 11 g (11.2.0.1) 64. At the same time I built another environment of 12 c (12.1.0.2) software install only on windows 2012 64-bit using ASM. It is once again two-node RAC

    I want to migrate the database 11g (size about 400GB) on the 12 c environment.

    My preference is to use RMAN. Could you get it someone pls let me know what is the best way to perform this migration.

    Note: I don't do this in the Test environment so no issue on time.

    Any help would be appreciated.

    Concerning

    Hello

    The minimum version required to upgrade to 12 c is 11.2.0.2.0

    The version of your database is 11.2.0.1, so first you must upgrade to 11.2.0.2 or later and then update can be performed.

    This requirement applies to the backup rman as well.

    We do not have this restriction with datapump

    You can also check for TTS, Golden gate methods.

    Thank you

    Krishna

  • By specifying the host name for the database during installation

    I installed the database 11g r2 as a Server Desktop, anywhere during the installation it asked me to review or change the host name. It is automatically used as the host name "localhost" and wrote in listener.ora, so no other machine on the network is able to use it. Only, it connects since within the same machine. Please help how to specify the host name during installation.

    Published by: user4928701 on July 8, 2011 23:15

    user4928701 wrote:
    I installed the database 11g r2 as a Server Desktop, anywhere during the installation it asked me to review or change the host name. It is automatically used as the host name "localhost" and wrote in listener.ora, so no other machine on the network is able to use it. Only, it connects since within the same machine. Please help how to specify the host name during installation.

    Published by: user4928701 on July 8, 2011 23:15

    lsnrctl stop

    move/rename listener.ora to new/other file name

    lsnrctl start

  • Option to search for a page of REPORT AND FORM.

    Hi friends,

    In the sample applications AnyCo Corp (2 days + dev Guide).
    I've created a report on OEHR_DEPAPTMENT and there is a default SEARCH option.
    But when I created report and form on the SEARCH option OEHR_DEPAPTMENT is finished.
    How can I include return this feature?


    Thank you very much

    Hello

    You must do three things:

    1. create a new page element. This should be an area of text and added to the area that contains the report. Can select something like P1_REPORT_SEARCH.

    2. create a new button on your page. This must be created in the position of "Create a button displayed among the elements of this region" so that it can be placed next to the text box. When you create, you must also have created for you a new branch that points to the same page.

    3 - update your SQL statement to include a filter based on the content of the text box following in the State. Something like:

    SELECT...
    FROM oehr_departments
    WHERE instr(upper(department_name),upper(nvl(:P1_REPORT_SEARCH,department_name))) > 0
    

    Andy

Maybe you are looking for