Monday, June 6, 2022

Learn HTML CSS and Javascript with Anisul Islam Rubel

Youtube channel of Anisul Islam Rubel : https://www.youtube.com/c/anisulislamrubelHTML CSS AND JAVASCRIPT FOR HTML REPORT (To Learn) :--- DIV AND TABLE : ---DIV : https://www.youtube.com/watch?v=zfRv9NyIVRg&list=PLgH5QX0i9K3oHBr5dsumGwjUxByN5Lnw3&index=24 TABLE: START FROM 1 : https://www.youtube.com/watch?v=yvDlTMs5ZGc&list=PLUvx2CKOD1pllH1JY-F2GgavwYPiQWKyC&index=28CSS:...

Thursday, September 2, 2021

Prebuilt Applications with blogging

 https://tedstruik-oracle.nl/ords/f?p=25384:1133::::::&nb...

Thursday, July 22, 2021

Oracle Apex Image Prefix.

 CD APEX21.1CD APEXCD UTILITIES-----------  F:\apex_21.1\apex\utilities :SQLPLUS /NOLOGCONN SYS/SYS@ORCLPDB2 AS SYSDBA@reset_image_prefix.sqlEnter the Application Express image prefix [/i/] /images211/...Changing Application Express image prefixNEW_IMAGE_P/images2...

Wednesday, June 2, 2021

The connection pool named: |apex|rt| is not correctly configured, due to the following error(s): ORA-28000: The account is locked.

The connection pool named: |apex|rt| is not correctly configured, due to the following error(s): ORA-28000: The account is locked.Check if there is any Locked User :CONN SYS/SYS@ORCLPDB AS SYSDBAselect username, account_status, profile        from dba_users ...

Sunday, May 30, 2021

How to Integrate Oracle 10g Reports with Oracle Apex

Script 1:var r_server = "http://192.168.100.100/reports/rwservlet?server=rep_appsrv1_asbiforms10&destype=cache&desformat";var r_branch_code = $v("P100_BRANCH");var r_emp_id = $v("P100_emp_NO");var r_link = ""+r_server+"=pdf&userid=HR/HR@HR&REPORT=D:/A_REPORT/FUND_REPAYMENT_LETTER.rdf&P_BRANCH_CODE="+r_branch_code+"&P_REPAYMENT_NO="+r_emp_id+"";window.open(r_link);Script...

Friday, April 30, 2021

Oracle Apex Software Development Companies

Oracle Apex Software Development Companies (1st page on google.) https://adjacentsolutions.com/http://ogesinfotech.com/index.phphttps://www.insum.ca/https://pretius.com/main/https://www.octalsoft.com/https://www.foex.athttps://diceus.com-----------------------------------------------------------------------------------------------------------------------...

Monday, April 19, 2021

Oracle Apex Date Picker to Text Field Dynamic Action PLsql

 DECLARE  V VARCHAR2(10):='';  vAttdt date;BEGIN  vAttdt := :p44_attdt;  :P44_ATTDT2:=TO_CHAR(VaTTDT,'RRRRMMDD');E...