Help in HTMLDB

I am making an application in Oracle HTMLDB which can be run in
multiple languages. Presently i have sucessfully done import and
export on my application and i have translated it to Italian.
The problem is that "how to run that application in both languages,
because when i am running that by setting "globalization attributes"
to "browser ( use browser language preference)", it is showing only
the converted text (ie italian) but not showing images
(or templates).
How to set the options which are in
"Application builder" > "Edit globalization attributes" >
"Application Language derived from"
It has 5 options
Please kindly tell me how to set these on the basis of
(1) Browser (use browser language preference)
(2) Item Preference(use item containing preference)
(3) Application Preference (use FSP_LANGUAGE_PREFERENCE)
Please kindly reply me as soon as possible.

Solved it. This problem is probably HTMLDB on 11.5.x specific by the way.
The problem was the virtual host settings on the modplsql apache instance. Adding the following to $IAS_ORACLE_HOME/Apache/Apache/conf/httpd_plsql.conf got the help working.
I added this:
Alias /i/ "/opt/oracle/visionora/iAS/Apache/Apache/images/"And I added this to the VirtualHost setting for default:*
Allow from 10.3.4.132
Allow from .trimblecorp.netPerhaps someone knows of a better way?

Similar Messages

  • Plz urgent help about HTMLDb

    dear members
    i have install 10g database successfully...........now when i have install 10g HTMLDB i see a error
    connection refused (description=(temp=)
    (vsnum=134238208)(err=12514)(error-stack=(erroe=
    (code=18514)(emfi=4)))
    when i have put database services name then i have see error
    plz help me
    Thanks

    you might try adjusting your ORACLE_HOME and/or TNS_ADMIN environment variables. the person at...
    HTML DB INSTALL
    ...found that unsetting his ORACLE_HOME worked. and the person at the bottom of...
    Windows 10G HTMLDB Install Error
    ...made adjustments according to his TNS_ADMIN setting. anyhow, please see if using/adjusting/setting those env variables works for you.
    thanks,
    raj

  • URGENT HELP:Reports Output in RTF Format

    Hi,
    I have a problem with Oracle Reports 3.0
    I am generating a report output to a RTF file.
    The report is output in landscape orientation in Reports Runtime
    window.
    But when I open the RTF document, the output is in
    Portrait orientation and some of the information is getting out
    of the view. If I manually change the orientation in the RTF
    Page Setup, I am able to view the output properly.
    Can this be automated by using some property/setup in Oracle
    Reports 3.0?
    Also, the BMPs are not visible in the RTF file.
    Can anyone help me on these issues?
    Regards,
    Uma Shankar Varati
    null

    Hi Aravind,
    I don’t think there is any help in HTMLDB for this. There is this technical note: http://www.oracle.com/technology/pub/notes/technote_htmldb_fop.html I don’t really like this approach.
    You should consider using XML Publisher. It’s a “new” Oracle product that is easy to use and really works! Actually it’s an Oracle Application product that is now standalone. It’s much faster to use than making the xslt manually. You can make the templates in Word. We have a project where we don’t make any templates. The customers make their own on each site.
    There of cause is a licensing issue. Depending on you setup it can be expensive.
    Check:
    http://www.oracle.com/technology/products/applications/publishing/index.html
    BI Publisher
    You can download it from Oracle eDelivery:
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_part_number=B23145-01
    Product Pack Oracle Application Server Products
    Platform: Any (e.g. Window 32 Bit)
    The part number is B23145-01: "Oracle® XML Publisher CD/Media Pack".
    This includes the client and server side code + documentation and sample templates and applications.
    Regards Pete

  • Online help index error w.r.t oracle text

    Hi,
    Error creating online help index.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-20000: Oracle Text error: DRG-10700: preference does not exist: CTXSYS.DEFAULT_LEXER
    when i click on help on htmldb and then when i click on find. i get this following error.
    how do i fix this error.
    Can someone help me please.
    THanks,
    Philip.

    Steps to resolve the domian index creation problem:
    Step 1: Ensure the schema CTXSYS does not exist, if exists ignore the execution of “step 2”.
    Step 2: Add the below mentioned statement above the existing statement(also mentioned below) in the catctx.sql file which is in the $ORACLE_HOME/ctx/admin" location.
    Existing statement : Rem CTXDEF.sql - ctx default object creation
    Statement to be added: grant execute on CTX_DDL to ctxsys ;
         In SYS user login, execute the script to create CTXSYS schema and its related objects after confirming below parameters to this script
         ctxsys           - password of CTXSYS schema
         SYSAUX     - default tablespace
         TEMP           - default temp tablespace (Replace if your database default temporary tablespace is different)
    SQL>@$ORACLE_HOME/ctx/admin/catctx.sql ctxsys SYSAUX TEMP NOLOCK
    Step 3: In SYS user login execute the below script to recompile user objects
         SQL>@$ORACLE_HOME/rdbms/admin/utlrp.sql
    Step 4: In CTXSYS user login, execute the below script to create default preference for language ENGLISH
         SQL>@$ORACLE_HOME/ctx/admin/defaults/drdefus.sql
    Step 5 : In SYS User login ,execute the below script to give grant permission
    SQL>grant ctxapp to DBusername identified by Password;
    SQL>grant select on ctxsys.dr$preference to DBusername;
    SQL>grant execute on CTX_DDL to DBusername;
    Step 5: Login as DB user and execute the below drop index script if any already exists in same name
         SQL>DROP INDEX LEI_CATALOG_SEARCH_SFIELD
    Step 6: Login as DB user and create the below domain index
         SQL>CREATE INDEX LEI_CATALOG_SEARCH_SFIELD ON LET_CATALOG_SEARCH (SEARCH_FIELD) INDEXTYPE IS CTXSYS.CONTEXT;
    Regards,
    Kamal.C
    Edited by: 871818 on Jul 12, 2011 2:17 AM

  • Online help problem in 1.6

    Hi,
    i have problems in online help for htmldb.
    well i dropped CTXSYS schema on cascade and then i run @catctx.sql file.(i did see some errors when the script was running but it was fast hence could not track the errors. is there a place where i can see a log of these scripts execution)
    now when i click on htmldb help link, i get a error page saying page not found. and when i checked the flows_010600 schema for packages the wwv_flow_help package shows invalid. when i try to execute the packege i get error saying procedure not found. and i find that all the procedures under this package are missing. may be when i dropped ctxsys on cascade these procedures also might have got dropped. can i reinstall the htmldb procedures without affecting the applications that i have already developed in the same database instance.
    how can i fix this problem.
    can u please help.
    also a note, that before i dropped ctxsys the help was working and contents was gettnin displayed, but find was not working. so i thought of dropping user and creating user again, but i think other proceudres in flows got dropped too. i may be wrong but i just wanted to let u know.
    Thanks,
    Philip.

    Hi Joel,
    i have the same problem in online help for htmldb.
    well i dropped CTXSYS schema on cascade and then i run @catctx.sql file.(i did see some errors when the script was running but it was fast hence could not track the errors. is there a place where i can see a log of these scripts execution)
    now when i click on htmldb help link, i get a error page saying page not found. and when i checked the flows_010600 schema for packages
    the wwv_flow_help package shows invalid. when i try to execute the packege i get error saying procedure not found. and i find that all the procedures under this package are missing. may be when i dropped ctxsys on cascade these procedures also might have got dropped. can i reinstall the htmldb procedures without affecting the applications that i have already developed in the same database instance.
    how can i fix this problem.
    can u please help.
    also a note, that before i dropped ctxsys the help was working and contents was gettnin displayed, but find was not working. so i thought of dropping user and creating user again, but i think other proceudres in flows got dropped too. i may be wrong but i just wanted to let u know.
    Thanks,
    Philip.

  • Online Help troubles in 1.6.

    I have installed Oracle Text after I upgraded from HTMLDB 1.5 to 1.6. When I use the online help facility within HTMLDB 1.6 a window is opened with "Contents" and "Find"
    at the top and "The page cannot be displayed" error indicating "cannot find server or DNS error."
    If I click on the "Contents" link nothing appears to happen.
    If I click on the "Find" link I can search for hits on a word, and a list of hits is returned, but when I click on one of the items in the list of hits, another error appears. This time it's "Action Canceled. Internet Explorer was unable to link to the page you requested. The page might be temporarily unavailable."
    Since I installed Oracle Text after the HTMLDB 1.5 to 1.6 upgrade might there be some help information that was not properly installed, or does it seem likely that there is some other problem?
    What steps should I take to correct this?
    Thank You
    Jim Lewis

    Hi Joel,
    i have the same problem in online help for htmldb.
    well i dropped CTXSYS schema on cascade and then i run @catctx.sql file.(i did see some errors when the script was running but it was fast hence could not track the errors. is there a place where i can see a log of these scripts execution)
    now when i click on htmldb help link, i get a error page saying page not found. and when i checked the flows_010600 schema for packages
    the wwv_flow_help package shows invalid. when i try to execute the packege i get error saying procedure not found. and i find that all the procedures under this package are missing. may be when i dropped ctxsys on cascade these procedures also might have got dropped. can i reinstall the htmldb procedures without affecting the applications that i have already developed in the same database instance.
    how can i fix this problem.
    can u please help.
    also a note, that before i dropped ctxsys the help was working and contents was gettnin displayed, but find was not working. so i thought of dropping user and creating user again, but i think other proceudres in flows got dropped too. i may be wrong but i just wanted to let u know.
    Thanks,
    Philip.

  • Output in RTF format

    does HTMLDB provide any option for displaying the data in RTF format? I have a PLSQL procedure that creates a HTML report on the fly. Now I am planning to generate XSLFO output and use FOP to create RTF document from this XSLFO output.
    Is there any option in HTMLDB that simplifies this task?
    thanks in advance,
    Aravind

    Hi Aravind,
    I don’t think there is any help in HTMLDB for this. There is this technical note: http://www.oracle.com/technology/pub/notes/technote_htmldb_fop.html I don’t really like this approach.
    You should consider using XML Publisher. It’s a “new” Oracle product that is easy to use and really works! Actually it’s an Oracle Application product that is now standalone. It’s much faster to use than making the xslt manually. You can make the templates in Word. We have a project where we don’t make any templates. The customers make their own on each site.
    There of cause is a licensing issue. Depending on you setup it can be expensive.
    Check:
    http://www.oracle.com/technology/products/applications/publishing/index.html
    BI Publisher
    You can download it from Oracle eDelivery:
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_part_number=B23145-01
    Product Pack Oracle Application Server Products
    Platform: Any (e.g. Window 32 Bit)
    The part number is B23145-01: "Oracle® XML Publisher CD/Media Pack".
    This includes the client and server side code + documentation and sample templates and applications.
    Regards Pete

  • Database Link :variable substitution

    Hi.
    The application I have in mind will be used to monitor various databases, so I'm planning to use database links from a single database to reach the rest the rest.
    The user will come in select a DB from a drop down and that will set an application item and a generic variable with the appropriate database link value.
    I've noted various threads which highlight an issue with the database link variable not working in a select so:
    select * from emp@:P1_DBLINK says the database link is expected ...
    The most common solution seems to be:
    declare
    l_sql varchar2(2000);
    begin
    l_sql := 'select * from emp@' || :P1_DBLINK ;
    return l_sql;
    end;
    My problem is that I have a huge number of large complex SQL's that I wish to use which have formats and include a large number of ' characters. (which are tricky to set in the l_sql string)
    Assigning each bit of all these SQL's into a variable will take me for ever.
    Has there been any other solutions found to this problem?
    Here's hoping and thanks in advance

    jensotn,
    If you're using HTML DB on Oracle 10g, this will help:
    http://htmldb.oracle.com/pls/otn/f?p=18326:54:::::P54_ID:1242
    Thanks,
    - Scott -

  • How to expand/collapse detail rows per each row in APEX reports

    Hi
    I want to add functionality to my APEX classic reports which allows me to expand/collapse rows using something like +/- buttons. Please let me know how to achieve this.
    Thanks
    Hina

    Hi,
    This Carls example might help
    http://htmldb.oracle.com/pls/otn/f?p=11933:1
    See also post relating that sample
    Re: Question for Carl Backstrom
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Polpulate one field on the base of second

    hello,
    I need help in htmldb application as i have a htmldb page with fields P80_ItemCode,P80_Descriiption and in the database table i have item_code and Description. i want that after page load when user put some item_code in the P80_ItemCode field and press enter the description for this item_code should be fetched from table and paste into the P80_Description field.

    Is this where the battery is? If so, check the battery for any deformity by taking it out and if it is the battery, get it replaced asap (if you're under the first year warranty and under 300 charge cycles, you should get a free replacement).If it is somewhere else, I'd take to an Apple store or service provider asap.
    Message was edited by: Barbara Daniels1

  • Logged in as null

    Please reply via email to [email protected]
    Forums seems to lose my log in. I will find myself logged in as null, according to the welcome message in the upper left corner. Then I sometimes can't reply to posts.
    In fact, in this message screen my ID is shown as null but in the previous screen it was correct. This is causing me great difficulty because I'm supposed to get help on HTMLDB through the forum but this null log in is preventing me from interacting.

    Neal,
    I'm having the same problem. Every time I go to the forums I have to log in (never used to have to do this), then when I'm logged in, my username is "null". When posting, my name is displayed as a number. This is very inconvenient. It seems to be happening to more and more people now.
    I will log a bug in the bug database about this, if I can find a product for OTN forums.
    Alison

  • Overflow area below

    Hello
    I want to create a classic report with all employee info. More employees have to be shown.
    The information of one employee does not fit on one row.
    I want to show all important columns of the employee in the multirecord region. The other columns I would like to show in a separate region.
    When the end-user scrolls through the employees in the multirecord region the separate region has to change accordingly.
    In oracle forms terminolgy: I want or create a multirecord block with an overflow area below (or right)
    Is this possible? Are there any examples of this behaviour available?
    Any help appreciated.
    Kind Regards Erik

    Hi,
    I do not know who's sample this is , but check if it helps
    http://apex.oracle.com/pls/otn/f?p=daust_demos:nested_report
    And Carl have one sample that might also help
    http://htmldb.oracle.com/pls/otn/f?p=11933:13
    Paginate page where is some data so you can see that show/hide details in action
    Regards,
    Jari

  • How to create a help page in my application like the one in HTMLDB ?

    Hi,
    What's the best way to create a help file for my application and link it like the help link at the top right of HTMLDB ?
    Thank you.

    That's what I did, but I have a lot of screen captures. Where would be the best place to save those gif, server or in the database by loading them via the images tab in HTMLDB ?
    Thank you.

  • FIND -error in HTMLDB ONLINE HELP

    Hi,
    When i click on "Help" link in HTMLDB development environment i am able to see the online help page. the "Contents" and "Index" hyperlink are working but when i click on "Find" i get the following error:
    Error creating online help index.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-20000: Oracle Text error: DRG-10700: preference does not exist: CTXSYS.DEFAULT_LEXER
    But Oracle Text and Oracle XML are properly installed in the database and they are valid.
    Can someone help please,
    Thanks,
    Philip.

    Hi,
    there should be a problem in your context-install.
    If Oracle TEXT is installed, perhaps only the default language install is missing:
    run as ctxsys
    @drdefXX for us: @drdefus for german:@drdefd
    in the documentation for install htmldb2.0 I assume is an error:
    c:\> sqlplus sys/SYS_password as sysdba
    SQL> @c:\oracle\product\10.2.0\db_1\ctx\admin\defaults\drdefus.sql
    you have to run your @drdefXX as CTXSYS not as "SYS AS SYSDBA"
    metalink.oracle.com:->Note:280713.1
    I have made a forum-entry at metalink too, you will find both if searching in metalink for: catctx.

  • Help making a treepage in htmldb- Carl/Scott please have a look

    How do I make a tree page of this data?
    create table Flatfile
    (Pgroup varchar2(30),
    Pclass varchar2(30),
    Manufacturer varchar2(30),
    Article varchar2(30),
    Price Number(6,2));
    Insert into Flatfile Values
    ('Application Software','Database Software','Oracle','Oracle 10G',115);
    Insert into Flatfile Values
    ('Application Software','Database Software','Microsoft','MS SQL Server 2000',200);
    Insert into Flatfile Values
    ('Application Software','Spreadsheet Software','Microsoft','Excel',100);
    Insert into Flatfile Values
    ('Monitor','15"','Acer','Acer 15"" TFT superscreen',199);
    Insert into Flatfile Values
    ('Monitor','15"','Sony','Sony R1500 flat',225);
    Insert into Flatfile Values
    ('Monitor','17"','Philips','Philips Flatscreen',250);
    Insert into Flatfile Values
    ('Monitor','19"','Viewsonic','Viewsonic PLasma Monitor',275);
    Insert into Flatfile Values
    ('Processor','AMD','AMD','FX-55',600);
    Insert into Flatfile Values
    ('Processor','Intel','Intel','P4 3 GHZ',399);
    I tried alot, but simply can't figure it out, please help:
    A fixed level of two or three would be fine. I just don't understand the concept in creating one in htmldb. So:
    Pgroup
    ---Pclass
    Or
    Pgroup
    ---Pclass
    ------Manufacturer
    How must my query be written?
    What do I fill in for these parameters:
    Identify Query - You do not code the query. Instead, you identify the following:
    ID - The primary key column of the table that is then used as the foreign key reference.
    Parent ID - The foreign key column of the table that references the primary key column, thus forming the hierarchy.
    Leaf Node Text - Select the column to display. Although this is a singular selection, you can edit the resulting query after it is defaulted to concatenate in other columns.
    Link Option - If the tree is for informational purposes only, a Link Option is not necessary. If the tree will be used for navigation, select Existing Application Item.
    Sincere,
    Peter
    Message was edited by:
    Pete

    Pete,
    Your example begs the question - if it's too hard for you to navigate it, then it will DEFINITELY be too hard for your users.
    Let's say I was looking for a Monitor on your site. I would have to search the entire top-level of the tree and come up with a list of several nodes which MAY contain what I'm looking for:
    - LCD TV
    - Monitors LCD
    - Monitors CRT
    - Plasma Displays
    - Screens
    - VGA
    Instead, why not have a higher-level category called "Displays", then list each one of these sub-categories under it? Something like this:
    + Displays
      + CRT
        - VGA
      + LCD
        - Monitors
        - TVs
      + PlasmaI think that if you consolidate your tree, it will 1) solve your scrolling problem and 2) make your site more usable.
    Thanks,
    - Scott -

Maybe you are looking for