That was answered in this question, please take a look: <a href=”http://itknowledgeexchange.techtarget.com/itanswers/call-parameter-form-reports-10g-webshow_doc/”>Call parameter from Oracle Reports 10g web.show_doc</a>
Please note: IT Knowledge Exchange is only able to ship prizes to the US, Canada, the United Kingdom, and Western Europe. Entrants outside of those places will receive compensation in knowledge points. Refer to <a href=”http://itknowledgeexchange.techtarget.com/itke-community-blog/techtarget-contest-rules/”>TechTarget’s Contest Rules</a> for further information. Thank you, and good luck!
Hello have you figured out a way to extract large oracle dump file to csv? Please let me know my email is mntelmen@gmail.com ——————– It is best to import the dmp file into the database and use pl / sql to create CSV file. In this way that u may sure the CSV file contains [...]
<i>1) Are the servers hardware in terms of CPU and memory allocation for your various SGA, DB buffer cache, shared pool, etc identical ? Are you using Automatic Memory Management, btw ?</i> We have the pga_aggregate_target set to 3758096384 and the workarea_size_policy set to AUTO.
U may modify FEDORA_HOME/server/config/fedora.fcfg file and ensure that the datastore entry for Oracle points to the right host and database. The fedora.fcfg file that comes with the distribution uses a database on the local host called fedora20. When u start fedora, be sure to use the parameter “oracle”, as in fedora-start oracle. While the server [...]
**In the case of level badges (e.g. Bronze, Silver, Gold, and Platinum), you will be rewarded for the highest level badge you’ve received thus far.
Update on Badges Rewards: <a href=”http://itknowledgeexchange.techtarget.com/itke-community-blog/earning-badges-pays-off-today/”>Earning badges pays off – TODAY</a>! Keep an eye on your inboxes! Best, Melanie
Not being an Oracle dba, in my opinion and as in almost all respects the result tends to be the same. <b>Unix/Linux: Pros:</b> - clearly wins on performance; - vast open source management utilities - flexibility <b>Cons:</b> - more skilled and specialized personnel; - bigger administrative overhead; - Susceptible to attacks if incorrectly configured; (This [...]
Answered <b>SAV & Cisco IronPort Email Security Plug-In</b> <a href=”http://itknowledgeexchange.techtarget.com/itanswers/sav-cisco-ironport-email-security-plug-in/”>here</a>. Some of my favorite <a href=”http://itknowledgeexchange.techtarget.com/itanswers/open-it-forum-what-are-your-favorite-windows-7-blogs/”>Windows 7 Blogs</a>. Answer to <b>Server Installation on VMware</b>, <a href=”http://itknowledgeexchange.techtarget.com/itanswers/server-installation-on-vmware/”>here</a>. Another answer to <b>Win7 clients randomly disconnecting from Windows Server 2008 R2</b>, <a href=”http://itknowledgeexchange.techtarget.com/itanswers/win7-clients-randomly-disconnecting-from-windows-2008-r2-server/#comments”>posted here</a>. An opinion about <b>Advantages/Disadvantages of UNIX vs. Windows</b> <a href=”http://itknowledgeexchange.techtarget.com/itanswers/advantagesdisadvantages-of-unix-vs-windows/#viewquestion”>here</a>.
Hi there, 1.Please check tnsnames.ora file for syntax errors and should in the directory $ORACLE_HOMEnetworkadmintnsnames.ora. 2. Set LD_LIBRARY_PATH, SQLPATH and TNS_ADMIN to point to ORACLE_DIRECTORY Rooparish
Your career choice is not between Java and Data Warehousing. Your career choice is programming. From time to time, you will be asked to do things you don’t know how to do. Learn them and do them well. If you have that attitude, your career will be sucsessful. Given the medical and social security picture, [...]
A few good IT security paths are 1) the CCNA / CCNP / CCIE Security from Cisco , 2) the prestigious CISSP security certification or 3) a little bit of both. The Cisco route covers a bit of networking, which you should understand if you’r to be the one protecting it. The CISSP is more [...]
First copy the response file from copying CD into Oracle directory and then run as x:oraclecd1>setup.exe -silent -responsefile “x:oracleclientcustom.rsp” (where x is the main drive letter where oracle is installed) One more thing it will show nothing coz it is a silent install ! Remember, if necessary edit the .rsp file according to the requirements.
“Backup Exec 12.5 does not Backup all mailboxes” are answered here… http://itknowledgeexchange.techtarget.com/itanswers/backup-exec-125-does-not-backup-all-mailboxes/
Oracle 10g R2 (10.2.0.1) compatible on Red Hat Enterprise Linux Advanced Server 4 Update 2 i.e. RHEL AS 4 U2. It is also possible to install Oracle 10g R2 (10.2.0.1) on Red Hat Enterprise Linux Advanced Server 3 Update 5 i.e RHEL AS 3 U5 and regarding R1 i.e Oracle 10g R1 (10.1.0.3) on Red [...]
This is a long to write here. Requesting u redirect here for <a href=”http://www.rocket99.com/sybase/syb_vs_ora.html”>Complete Story</a>
Please look at this <a href=”http://www.associatedcontent.com/article/285977/installing_oracle_817_on_solaris_9.html”>Good Reference</a>. It exactly a guidance regarding ur Q
I am assuming that, u have already installed Forms and Web server (preferably, Oracle Application Web Server) and try out the following…. 1. Login system thru an administrator 2. On desktop, right click on Network Neighbourhood > Property 3. It shows all services that already have…. re-check for Peer web server in this window, (if [...]
Try <a href=”http://itknowledgeexchange.techtarget.com/itanswers?s=oracle+report+excel&searchtype=IT+Answers&x=25&y=15″>this ITKE search</a>
You need to create a parameter list, then add your parameters to the parameter list and call the report using the parameter list. Here is an example: <pre>DECLARE pl_id ParamList; v_rep VARCHAR2(100); repid REPORT_OBJECT; BEGIN Add_Parameter(pl_id,’number_of_copies’,TEXT_PARAMETER,’19′); repid := FIND_REPORT_OBJECT(‘reportx’); v_rep := RUN_REPORT_OBJECT(repid,pl_id ); … END;</pre>





