Search found 2057 matches

by admin
Mon Nov 27, 2023 6:07 am
Forum: Oracle APEX
Topic: APEX_WEB_SERVICE Settings
Replies: 0
Views: 236

APEX_WEB_SERVICE Settings

BEGIN APEX_WEB_SERVICE.g_request_headers.delete(); APEX_WEB_SERVICE.g_request_headers(1).name := 'Content-Type'; APEX_WEB_SERVICE.g_request_headers(1).value := 'application/json'; DBMS_OUTPUT.put_line('name: ' || APEX_WEB_SERVICE.g_request_headers(1).name); DBMS_OUTPUT.put_line('value: ' || APEX_WEB...
by admin
Thu Nov 16, 2023 8:47 am
Forum: Oracle APEX
Topic: Query to check ORDS user Locked
Replies: 0
Views: 529

Query to check ORDS user Locked

SELECT * FROM dba_users WHERE account_status = 'LOCKED' AND username LIKE '%ORDS%';
by admin
Sat Oct 21, 2023 11:05 am
Forum: Oracle Databases
Topic: Oracle Multitenant Architecture Deep Dive, APEX Installation, and Licensing Insights (12c & 19c)
Replies: 0
Views: 950

Oracle Multitenant Architecture Deep Dive, APEX Installation, and Licensing Insights (12c & 19c)

Oracle Multitenant Architecture Deep Dive, APEX Installation, and Licensing Insights (12c & 19c) Dive into the intricate world of Oracle Database Multitenant Architecture with this insightful video! Covering the nuances of versions 12c and 19c, the discussion unfolds the complexities and advance...
by admin
Fri Oct 20, 2023 3:10 pm
Forum: Oracle Databases
Topic: CDB, PDB, APEX & ORDS Installation Steps & Commands
Replies: 0
Views: 455

CDB, PDB, APEX & ORDS Installation Steps & Commands

Oracle Multitanent CDB & PDB commands connection to CDB you can open command prompt/termal and use following command to connect, D:\sqlplus / as sysdba the above will only connect to CDB not PDF. To connect directly with PDF you can create connection string and then use D:\sqlplus sys/my_pass@P...
by admin
Thu Sep 21, 2023 12:09 pm
Forum: Oracle APEX
Topic: Login Page Background Image
Replies: 0
Views: 528

Login Page Background Image

This video is to show steps and code to change login page background image of Oracle APEX. CODE: body{ background-image: url('#APP_FILES#technology.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'); background-position: center; background-repeat: no-repeat; background-size: cover; } ...
by admin
Thu Sep 21, 2023 12:05 pm
Forum: Oracle APEX
Topic: Join ERPstuff Community
Replies: 0
Views: 407

Join ERPstuff Community

ERPstuff.jpg
by admin
Sat Sep 16, 2023 7:05 am
Forum: Oracle Forms & Reports
Topic: How to connect oracle 6i form with oracle 12c,19c Database ?
Replies: 0
Views: 1073

How to connect oracle 6i form with oracle 12c,19c Database ?

Conn Sys As Sysdba alter profile DEFAULT limit PASSWORD_REUSE_TIME unlimited; alter profile DEFAULT limit PASSWORD_LIFE_TIME unlimited; ---------------Case Sensitive Login---------------------- alter system set sec_case_sensitive_logon=False; ---------------To Allow export of tables with no row-----...
by admin
Mon Sep 11, 2023 8:47 am
Forum: Oracle APEX
Topic: Javascript apex.item
Replies: 0
Views: 441

Javascript apex.item

$v( "P2_ENAME" ) apex.item( "P2_ENAME" ).getValue() $s( "P2_ENAME", "Sikandar" ) apex.item( "P2_ENAME" ).setValue("Sikandar") apex.item( "P2_ENAME" ).hide() apex.item( "P2_ENAME" ).show() apex.item( "P2_ENAME" ...
by admin
Wed Sep 06, 2023 5:34 am
Forum: Oracle Cloud Services Tips & Tricks
Topic: Oracle Integration Cloud (OIC) and Oracle Cloud Infrastructure (OCI) | Empowering Cloud Solutions
Replies: 0
Views: 937

Oracle Integration Cloud (OIC) and Oracle Cloud Infrastructure (OCI) | Empowering Cloud Solutions

OIC can refer to two different things, depending on the context: 1. **Oracle Integration Cloud (OIC):** **Oracle Integration Cloud (OIC)** is a cloud-based integration platform provided by Oracle Corporation. It is designed to facilitate the integration of various applications and services, whether ...
by admin
Tue Aug 22, 2023 4:04 pm
Forum: Oracle Cloud Services Tips & Tricks
Topic: How to create Free Oracle Cloud Account?
Replies: 1
Views: 2269

Re: How to create Free Oracle Cloud Account?

Problem 1; Challenge: I realized that on my laptop, I had installed a number of VPNs because my work requires me to connect remotely to execute tasks on client servers. Solution: I uninstalled/disconnected from all VPNs. ------- Problem 2; Challenge: I don't really know if the country originator of ...
by admin
Mon Jul 31, 2023 5:49 am
Forum: Oracle APEX
Topic: IG-Interactive Grid and JavaScript
Replies: 5
Views: 1965

Re: IG-Interactive Grid and JavaScript

Dear please join out community whatsapp group, using below link.

https://chat.whatsapp.com/CbT3HKqAwo69vVQ2a64717
by admin
Thu Jul 27, 2023 6:58 am
Forum: IT Jobs
Topic: Oracle APEX Project in Muscat, Oman Jobs
Replies: 0
Views: 806

Oracle APEX Project in Muscat, Oman Jobs

Oracle APEX related Project Profiles required for Muscat, Oman for a project to bid so kindly provide your expected salary in USD or OMR with expected time to join even if only English still you can apply. The CV must be as word format and position name should be in the subject and send to info@erps...
by admin
Tue Jul 25, 2023 6:32 am
Forum: Oracle APEX
Topic: Debugging in Oracle APEX
Replies: 0
Views: 740

Debugging in Oracle APEX

BEGIN IF :P1_PURGE = 'Y' THEN APEX_DEBUG.REMOVE_DEBUG_BY_APP(P_APPLICATION_ID => TO_NUMBER(:APP_ID) ); END IF; IF :P1_ENABLE = 'Y' THEN APEX_DEBUG.ENABLE(P_LEVEL => :P1_LEVEL); -- APEX_DEBUG.ENABLE(APEX_DEBUG.C_LOG_LEVEL_INFO); APEX_DEBUG.LOG_MESSAGE(P_MESSAGE => 'APEX_DEBUG.LOG_MESSAGE : ' || :P1_...
by admin
Sun Jul 09, 2023 9:28 am
Forum: Oracle APEX
Topic: Oracle Apex 19.1 , have SSO enabled for Workspace logins- does not work
Replies: 1
Views: 905

Re: Oracle Apex 19.1 , have SSO enabled for Workspace logins- does not work

Hi,
What do you mean by WS user, OS user and APP users? Are you talking about LDAP or something else? tks