Oracle Java Blog
-
Configure Oracle Apex on 11gR2
https://oracleinstall.wordpress.com/2011/06/05/steps-to-configure-oracle-apex-in-11g/ more
-
Oracle EM Control Internal Error
Source:
http://vishalorcl.blogspot.com.au/2012/01/em-daemon-is-not-running-dbconsole.html
The agentTZRegion value in /oracle/product/11.2.0/*************_*******/sysman/config/emd.properties is … more
-
JDeveloper Security
https://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_29/jdtut_11r2_29.html more
-
Oracle SQL Functions List
http://psoug.org/reference/builtin_functions.html more
-
Generating a self-signed SSL certificate using the Java keytool command (2004193)
https://kb.vmware.com/s/article/2004193
-
Oracle Forms Master Detail
http://www.oracle.com/webfolder/technetwork/tutorials/obe/forms/FormsMasterDetail/FormsMasterDetailOBE.htm
-
Oracle Apps Tutorial-7:Oracle Forms -Properties and System Variables
https://www.youtube.com/watch?v=uez43i3Cr2o more
-
Oracle Forms: FIND_ALERT and SHOW_ALERT
/* source: https://www.foxinfotech.in/2013/03/using-find_alert-and-show_alert-in-oracle-forms.html */
Declare al_id alert; al_button NUMBER;BEGIN al_id := FIND_ALERT ('user_warning'); … more
-
Oracle Forms and Popups
https://sites.google.com/site/craigsoraclestuff/oracle-forms---how-to-s/how-to---create-a-context-popup-menu
https://stackoverflow.com/questions/11802904/why-does-my-window-pop-up-on-form-load … more
-
Oracle Jdeveloper Popup Boxes
http://andrejusb.blogspot.com.au/2009/11/crud-operations-in-oracle-adf-11g-table.html
https://www.codesd.com/item/how-to-create-a-popup-button-to-edit-in-the-jsf-page-in-jdeveloper-12c.html
-
Oracle JDeveloper Alta UI
http://www.oracle.com/webfolder/ux/middleware/alta/start-develop.html
http://andrejusb.blogspot.com.au/2014/12/custom-adf-application-with-new-adf-12c.html
-
Oracle APEX 5 - Master-detail-detail form
https://www.youtube.com/watch?v=a2l1r3RbHgg
http://www.dba-oracle.com/t_easy_html_db_creating_a_master_detail_form.htm
-
ORA-01031: insufficient privileges on Windows
Taken from:
https://maleshg.wordpress.com/2013/12/02/ora-01031-insufficient-privileges-on-windows/
see also:
https://www.renaps.com/en/blog/how-to/troubleshooting-ora-1031-insufficient-privileges- … more
-
ADF Logging
https://stackoverflow.com/questions/14337722/need-to-see-exact-query-execution-in-oracle-adf
http://www.oracle.com/technetwork/developer-tools/jdev/index-083014.html
http://www.oracle.com/ … more
-
How to ensure custom serverListener events fires before action events
https://blogs.oracle.com/jdevotnharvest/how-to-ensure-custom-serverlistener-events-fires-before-action-events
-
Oracle XML Generation
http://nimishgarg.blogspot.com.au/2013/04/create-xml-file-using-plsql.html
https://www.akadia.com/services/ora_gen_xml.html
https://stackoverflow.com/questions/1821819/generate-xml-document-in-pl- … more
-
Oracle Exp Utility and Selection of Tables in Parameter File
Parameter file contents:
userid="hr@orcl" FULL=N COMPRESS=Y FILE=export.dmp BUFFER=40960 GRANTS=Y LOG=EXP_USER.LOG FEEDBACK=1000000 statistics=none tables=employees,jobs,countries
then call … more
-
ADF Export to Excel
https://insideclouldworld.wordpress.com/2017/04/16/adf-12cr2-export-adf-table-to-excel-or-pdf-with-jasper-report-part-b/
http://waslleysouza.com.br/en/2014/05/export-table-to-excel-in-oracle-adf/
-
ADF Basics: Call PL/SQL Stored function in ADF Application
http://sameh-nassar.blogspot.com.au/2010/01/create-plsql-function-and-call-it-from.html
http://www.awasthiashish.com/2015/09/adf-basics-call-plsql-stored-function.html
http://download.oracle.com/ … more
-
Creating a Search Page in ADF BC using Parameter Form and display on ADF Table
http://o7planning.org/en/11495/creating-a-search-page-in-adf-bc-using-parameter-form-and-display-on-adf-table
http://o7planning.org/en/11023/oracle-java-adf