If you are running your commands exactly as you posted them, they should work and you should have data in the temporary table, <b>unless your query causes no records to be retrieved</b> (and inserted). However, if you are issuing a COMMIT after the insert, then the temporary table will be empty, as they are transaction-specific [...]
You could create a post-change or when-validate-item trigger for the text box, and use the set_item_property built-in procedure to change the button’s ‘enabled’ property.
The forms runtime needs to be installed on client machines. It includes some basic Oracle client software and other tools needed to run FMX files.
Increase the hieght of main section —-report builder—>layout model—->Main Section
Disaster Recovery Planning posted here. http://itknowledgeexchange.techtarget.com/itanswers/disaster-recovery-5/
ERP is “enterprise resource planning”. ERP is a software , which is developed for all departments for an organisation(like sales,finance,hr,material management,production planning etc.). In earlier days, for finance , one software, & for sales another software, like due to this integrations of all softwares is much difficult. But right now, ERP COMES INTO EXISTANCE. WHICH [...]
yes, simple; customisation. step 1. update fnd flex (api) for the segment step 2. run your interface
Looks like the old recovery console has been superseded… http://en.wikipedia.org/wiki/Windows_Recovery_Environment It looks like the following link describes (eventually) how to install it to a partition…but it seems to be quite convoluted…have fun! http://social.technet.microsoft.com/Forums/en/winservergen/thread/1be47c9d-c701-44f3-a2b5-6ec0c655a5cd
First back to the basics. The session data unit / SDU & transport date unit / TDU parameters are located in the tnsnames.ora and listener.ora files. SDU specifies the size of the packets to send over the network. The TDU is the default packet size used within Oracle*Net to group data together. The TDU parameter [...]
Check out member KFaganJr’s <a href=”http://itknowledgeexchange.techtarget.com/bookworm/kfaganjrs-review-of-drupals-building-blocks/”>review of <i>Drupal’s Building Blocks</i></a>!
SAP ERP Human Capital Management or SAP ERP HCM provides features and functions that can help you manage on the same field. May develop and deploy talent more rapidly and flexibly than ever before. The solution supports and integrates all talent management processes – so u can attract, acquire, educate, and develop talent; identify and [...]
Try out this….. declare AppID PLS_INTEGER; begin AppID := DDE.App_Begin(<path where the winword.exe in ur system> <path of the document u wish to open>,DDE.APP_MODE_NORMAL); end; Note: Space is must in between first path and second path ! Hope it may help u !
Take a look at these similar questions: <a href=”http://itknowledgeexchange.techtarget.com/itanswers/oracle-10-g-developer/”>oracle 10 g developer</a> <a href=”http://itknowledgeexchange.techtarget.com/itanswers/how-to-run-10g-forms-on-browser/”>How to run Oracle 10g forms on browser </a> You might want to use the site’s search feature as well.
If you are talking about validating it in the report’s parameter form, you need to open the property palette of the desired field, and click on the” validation trigger” property. An editor will appear, in which you can write the desired code to validate the user input. When your trigger determines that the user input [...]
I have seen this before and it’s was due to one of the oracle services being set to start or automatic instead of manual. Oracles process manager controls the starts and though it seems weird that one being set to automatic would make it load before process manager and prevent it from happening it did. [...]
When you connect your forms to the database, you specify a database alias, which is an entry in your TNSNAMES.ORA file. You need to create an entry for the new database in your TNSNAMES.ORA, and then use that alias as the host string when connecting. HARSH:– i would like to improve this answer a bit… [...]
Hi, you can use Oracle Connector to SharePoint server Check this link http://extensions.services.openoffice.org/en/project/sharepoint_connector
It sounds that, most probably errors on tnsnames.ora If u r using local naming tnsnames.ora (I hope so….) Make sure that “tnsnames is listed as one of the values of parameter in SQLNET.ORA Verify that a tnsnames.ora exists and is in the proper directory and is fully accessible Check that the net service name used [...]
How many total rows are in the table? If not much more than the rows you want to delete, then you might copy the rows you want to keep into a new table and truncate the old table and then copy the records back. Otherwise, you will need to make sure your rollback segment is [...]
Sounds like you are using archivelog mode and your system is creating archive logs.and that will chew up disk space like no tomorrow.





