Oracle Demantra Licensing
What is the basis for licensing fees for Oracle demantra? Are there multiple options available (or is it only cost of goods sold basis)

Answer Question   |  November 8, 2010  7:08 PM
Demantra Licensing, Oracle, Oracle licensing
asked by:
5 pts.

Can’t operate Oracle Reports 10g from a form called by another form on the application server
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 [...]

Answer Question   |  October 19, 2010  6:28 AM
Oracle 10g, Oracle 10g administration, Oracle Application Server, Oracle Forms 10g, Oracle Reports 10g
asked by:
65 pts.

Oracle RAC, Error message “CRS-0184: Cannot communicate with the CRS daemon” in ERP app
In an Erp application CRS-0184: Cannot communicate with the CRS daemon when we ware trying to execute ‘crs_stat -t’   version of databse is 10.2.0.4    64bit it is an 12i application on redhat enterprise linux 5 crsctl check crs gives can not communicate to ocr —this is on node 2 in node1 everything is [...]

Answer Question   |  October 18, 2010  11:53 AM
ERP, Oracle 10.2.0.4, Oracle RAC, Red Hat Linux
asked by:
35 pts.

Installing Oracle 9i and Developer 6i in home PC
Dear Friends My I want to install oracle in my home PC, so that I can work at home, so which oracle version, and developer that can be installed in the same machine Please give the installation details Best regards Jamil Alshaibani

Answer Question   |  October 18, 2010  6:34 AM
Oracle 9i, Oracle Developer 6i, Oracle development, Oracle Enterprise Database 9i, Oracle Enterprise Edition
asked by:
35 pts.

Running Oracle reports 10g as pdf from a form
I have a report which consists of 2 pages to be printed on pre-printed stationery. When I run the report straight from the report builder,it prints perfectly. But when I print it as pdf from a form(button), the 2page report shows as 248 pages and pages keep getting ejected unless I specify each time that [...]

Answer Question   |  October 15, 2010  3:07 AM
Oracle Developer Suite, Oracle Forms, Oracle printing, Oracle Reports 10g, PDF
asked by:
5 pts.

Getting prompted for userid/password when viewing Crystal Reports
Connections are ODBC Oracle. You can see a pic of what I am talking about here: This happens for every report on the server. Everyone uses the same login and password so I wish there was a way this wouldn’t bug the user.s

Answer Question   |  October 14, 2010  6:13 PM
Crystal Reports, Crystal Reports User Settings, ODBC, Oracle Crystal Reports, Oracle Reports
asked by:
5 pts.

Upcoming Live Expert Chat on 10/26: Virtualizing Business-Critical Applications (sponsor post)
VMware vSphere runs business-critical applications, including Exchange, SQL, Oracle and SAP, with breakthrough performance and outstanding  reliability. Many VMware customers are now virtualizing large Tier 1 applications to consolidate their x86 infrastructure and minimize infrastructure costs. On October 26 from 11am-2pm EST, this 2-part live chat with VMware experts, will teach you about application performance considerations, best practices and use [...]

Answer Question   |  October 13, 2010  4:35 PM
Exchange Server, Infrastructure, Oracle, SAP, SQL Server, Virtualization, Virtualization and hardware, Virtualization how-tos, VMware, vSphere, x86
asked by:
3,235 pts.

Client Data in Oracle reports 10g
How to fetch client side date in oracle 10g reports

Answer Question   |  January 13, 2011  9:34 AM
Oracle, Oracle Client, Oracle Data Access, Oracle java class, Oracle Reports, Oracle Reports 10g
asked by:
5 pts.

Dump in oracle
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…

Answer Question   |  October 8, 2010  4:42 AM
Oracle 10g, Oracle Application Server
asked by:
30 pts.

Connecting a database in a linux system from a windows system through oracle 10g
hello sir/mam i have a linux server loaded with oracle 10g with so many databses. i want other windows systems to access the databases of server through oracle 10g. could u please explain me in detail how to make this set up.

Answer Question   |  October 19, 2010  7:25 PM
Database connectivity, Linux, Linux servers, Oracle 10g, Remote connection, Windows connections
asked by:
15 pts.

Using ORACLE packages to send e-mail through Microsoft Exchange Server.
We are attempting to send e-mail using ORACLE database packages. How can we tell if the message has been successfully sent through the Microsoft Exchange Server?

Answer Question   |  October 6, 2010  8:57 PM
Exchange, Exchange email group account, Oracle, Oracle Database, Oracle Package
asked by:
VF
5 pts.

IT Book Giveaway: Oracle Solaris Cluster Essentials
We’ve got your ultimate in-depth resource on the start-to-finish lifecycle guidance for planning, implementation, management and troubleshooting your Oracle Solaris Cluster. There’s even helpful advice for both Oracle and non-Oracle database environments. Win this valuable resource by answering one of these questions and leaving the link to your answer in the discussion area below. Multiple [...]

Answer Question   |  October 30, 2010  1:48 PM
Clustering, Contests, DHCP, Giveaways, IT answers, IT Books, Oracle, SQL Server 2008 R2, Veeam 4.0, Windows Server 2008
asked by:
6,315 pts.

search string in oracle DMP file
hi , i would like to write a pl/sql oracle code to search a string from Oralce DMP file. e.g <OWNER_NAME>[strong]xxx[/strong]</OWNER_NAME> i want to get  [strong]XXX[/strong] as output . any help would be really really appreciated      

Answer Question   |  October 15, 2010  12:01 AM
DMP Importing, Oracle, Oracle PL/SQL, PL/SQL, Search string
asked by:
15 pts.

Difference between QM Query and traditional query
When both a QM Query and a traditional Query are run against a database file with IDENTICAL record selection, the traditional query returns more records. I can only guess that it has to do with a difference in the way each utility handles uncommitted data. It almost looks as if traditional Query “sees” uncommitted changes whereas Query Manager [...]

Answer Question   |  September 29, 2010  7:01 PM
Database Files, Query, Query Management Query, Query Manager
asked by:
230 pts.

Oracle Reports 6i tables
Hi All, I am working in Oracle 6i reports, I want to hide some report columns value at runtime. For example if dataentry operatior run a invoice report the value columns are print like ‘**********’ otherwise it will print original value. The users are controlled in a seprate table. Using that table I want to [...]

Answer Question   |  September 29, 2010  11:50 AM
Oracle 6i, Oracle Reports, Oracle Reports 6i, Oracle Tables
asked by:
5 pts.

Oracle 8i startup on Windows server 2003
I ‘ am having problems automatically starting oracle 8i database on windows 2003 server. I ‘am forced to the svrmgrl command, in order to startup the database , any suggestions?

Answer Question   |  November 4, 2010  2:06 PM
Oracle 8i, Oracle 8i Installation, Oracle errors, Windows Server 2003, Windows Server 2003 error messages
asked by:
5 pts.

Windows go blank while running reports in 10g
I have oracle 10g as the database and front-end. When I run my application in 2 different windows and run a report in one of the windows, the other goes blank until the report is finished running. Any ideas why? Appreciate your help.

Answer Question   |  September 24, 2010  2:07 PM
Database frontend, Oracle, Oracle 10g, Oracle 10g Database, Oracle Database, Oracle Reports 10g
asked by:
5 pts.

Access Oracle Database via Internet
I want to access Oracle Database via internet plz tell me about it and steps. how can we deploye Oracle Form6i on Web.    

Answer Question   |  September 24, 2010  10:12 AM
Oracle, Oracle Access Manager, Oracle Database, Oracle Forms, Oracle Forms 6i
asked by:
35 pts.

Debugging Oracle Form in 10g
      Hi , I am currently working in form 10g and i m newbie to that technology…        I want to debug my form and also check step step by values of variables which i defined.. Can u plese help me out to solve my problem…if any document available to step by step debugging… Thanks

Answer Question   |  September 29, 2010  4:52 AM
Debugging, Oracle Form Builder, Oracle Forms, Oracle Forms 10g
asked by:
30 pts.

MCA – Oracle or .Net career
I have done Higher Diploma in software engineering from NIIT New Delhi. Now I am persuing MCA second sem from MDU distance. I want to know that in which field I should go like there is lots of different way Like .net , oracle. I realy don’t know that which field is baneficial my career. [...]

Answer Question   |  May 20, 2011  2:13 PM
.NET, IT career development, IT career planning, IT careers, MCA, Oracle Careers
asked by:
5 pts.