I am using Oracle Report and Forms 10G and trying to call a report from Forms using the following code: DECLARE rep_url VARCHAR2(2000); BEGIN rep_url:=’/reports/rwservlet?’ ||’&report=C:Oracle DbDEPARTMENT_EMPLOYEES.jsp’ ||’&desformat=htmlcss&destype=cache’ ||’&userid=name/password@orcl’ ||’&PARAFORM=yes’; WEB.SHOW_DOCUMENT (rep_url, ‘_blank’); END; When the button is click, it does not open a the report’s parameter form, but a blank report page. I’ve also [...]
hi finally i installed oracle application server (client) successfully and i connected the oracle database 10g (server) with the (oas) and they work fine i finished the configuration for net config assistant and all user in oas and database are connected the problem is when i want to run my forms in the oas i [...]
hi , first i installed (oracle database 10g) then i installed (oracle application server 10g) in my computer (windows server 2003) and i want to run the form’s , note that theese form’s i desgned it in other computer i need to know what is the steps to configure and run the form’s without installing [...]
Hi all, I need to migrate ORACLE IAS release from Release 2 to Release 3,because the actual release isn’t compatible with Microsoft IE browser 8. Someone have news about this? I’m looking for on Oracle site, but I don’t find anything. If possible, I need also documentation that certify this. Thanks Antonio
Our system is having this error: REP-128568392 Unable to write to temp. The temp folder is there with all the necessary access rights and space is available more than 5gig. How could I reso;ve the issue? Any solution is welcome.
hello i want to know how to stop this message it is appear every time i run my form the message is (ora-12560:tns protocol adapter error)
I’ve been tasked to develop in Forms 6i and let the forms be available in a web browser. I have Oracle Application Server 10g Release 3 in a Linux Box running Windows 2003. Is there a document to help me (step by step).
how to oracle d2k report convert to excel ?
- The application is developed in Developer 10g - The application is` running with non ssomode. (ssomode=false) – When I call a report through form by using : WEB.Show_Document(‘/reports/rwservlet/getjobid’ ||substr(v_rep,instr(v_rep,’_',-1)+1)|| ‘?destype=cache&desformat=pdf/html&server=’ || ‘rep_app_oracle_forms’, ‘_blank’); the sso login page appeared and when I enter the usetrname and the password the report runs correctly The question is how can the report runs directly [...]
i have a form c that operates a report report1 by using the following code: declare repid REPORT_OBJECT; v_rep VARCHAR2(100); rep_status VARCHAR2(20); BEGIN repid := FIND_REPORT_OBJECT(‘REPORT1′); if :global.struc_code=51 then SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,’p_year=’||:yy||’ paramform=no’); SET_REPORT_OBJECT_PROPERTY(repid, REPORT_server, ‘rep_app_oracle_forms’); SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESFORMAT, ‘htmlcss’); v_rep := RUN_REPORT_OBJECT(repid); rep_status := REPORT_OBJECT_STATUS(v_rep); WHILE rep_status in (‘RUNNING’,'OPENING_REPORT’,'ENQUEUED’) LOOP rep_status [...]
while i dumping one field in oracle i get result like this.. dump result : Typ=1 Len=7: 77,65,82,46,44,48,57 field : MAR.,09 so i try replace commond to avoid this ‘,’….then see dump for taht field again…. but still same dump result come…i dont know why??/please help me to solve this problem…
I want to connect Oracle Forms 10g with Oracle 10g application server database.how can i do that??
Hi, Plz can somebody explain me what is exactly system.cursor_record?? actually i read documentation on that…but i still not getting…can anybody expalin me in simple way….
How can I easily convert my SQL 2005 databases to Oracle’s latest iteration? We are moving away from Microsoft applications and want to migrate to Oracle. What do I need to do to prepare?
How I configure Oracle 9i Application Server to run a form without starting OC4J?
i have a question can any one tell me that is fusion middle ware is new name of oracle application server? is this fusion middle ware is some new thing??
Hello all, A PCI compliance scan of my web server revealed that it allows weak and anonymous ciphers. I set the sslciphersuite entry in the ssl.conf file, but it didn’t change anything. Any ideas how to set the allowed ciphers in Oracle AS 10g?
Hi, I am using Oracle Application R12i version with Oracle database as 10g, base language as English and installed language as Arabic. I am trying to print the data which is there in English/Arabic in Oracle Application(using XML Publisher). I’ve created a rdf using Report Builder 10g and registered as concurrent program (XML [...]
when i install oracle appication service (portal,wireless,forms,reports) everything ok until cn=orcladmin password=…. a message error (error retrieving the oid administrator dn . please ensure that your oid connect inforation is correct) help pls ? thanks
i didnt install form and report services and it work good i dont have any problem work correctly(server,client…) why should i install it? and what about portal and wireless should i install it? why?





