Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Jan 20, 2025APEX Builder Authentication: Invalid ADB Login CredentialsTypically, on the Autonomous Database when accessing the Internal/Administration Workspace, at some point you’ll need to create a new Workspace (and Schema). As you see above, I supplied ADMIN as Workspace User. Doing so, only creates this as a Work...2 likes·139 readsorclapex
Anthony-Ikpe Godspowereverytechway.hashnode.dev·Dec 12, 2024Web 3. 0: What it is.Web3 seems to be every techie’s favourite buzzword, but what does it mean? web 3.0 is a term coined to represent the new version of the Web. the Web of the Future. change is a constant feature in the tech space, and the web is not left out. the evolu...internet vs web
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 25, 2024Recover Lost or Overwritten Code on Oracle Autonomous DatabaseIf you are reading this, I presume you’ve just lost some code. Take a reading of you smartwatch heart rate and post it in the comments later. This blog is aimed at Autonomous Database; for non-Autonomous Database, click here. If you don’t have time f...4 likes·101 readsOracle
Jon Dixonblog.cloudnueva.com·Nov 21, 2024SELECT AI is Not a Toy!Introduction I must admit that when I first saw a demo of SELECT AI, I thought it was somewhat of a novelty. However, I changed my mind after completing a proof of concept for a real-world business use case. This post will introduce SELECT AI, descri...6 likes·1.3K readsSELECTAI
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 20, 2024Solved: Misalignment Between Oracle APEX Interactive Report Headers and Column ValuesDo you sometimes get Oracle APEX Interactive Report Headers disconnecting from the Column Values? like this… Why does this happen? Interactive Reports typically size the column widths perfectly for the data returned by the region source. However a m...4 likes·274 readsorclapex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Update network access for Autonomous DBIn Oracle Cloud Infrastructure (OCI) > Autonomous Database (ADB), the "Choose Network Access" setting lets you control how users can connect to your database. Important: If you make a change, it changes the connections in the Wallet. So you must re-d...2 likes·150 readsorclapex
Baskarbaskarblogspot.hashnode.dev·Jul 7, 2024How to download multiple files together from OCI Object Storage to Oracle Autonomous Database Directory such as DATA_PUMP_DIRThis article guides you with the commands for downloading multiple files together from OCI Object Storage to Oracle Autonomous Database Directory Object such as DATA_PUMP_DIR. Remember that we don't have OS access for our Autonomous Serverless Databa...GET_OBJECT
Baskarbaskarblogspot.hashnode.dev·Jul 7, 2024How to delete multiple files together from Oracle Autonomous Database Directory Object such as DATA_PUMP_DIRThis article guides you with the commands for deleting multiple files together from your Oracle Autonomous Database Directory Object such as DATA_PUMP_DIR. Remember that we don't have OS access for our Autonomous Serverless Database. So, to access or...DATA_PUMP_DIR
Baskarbaskarblogspot.hashnode.dev·Jul 7, 2024How to create a Credential in Oracle Autonomous DatabaseThis article quickly guides you on how to create and drop the credential in Oracle Autonomous Database. To create a Credential, you can use the following command: BEGIN DBMS_CLOUD.CREATE_CREDENTIAL( credential_name => 'MY_CLOUD_CREDENTIAL', ...OCI Credential
Baskarbaskarblogspot.hashnode.dev·Jun 27, 2024How to list all the Objects from OCI Bucket Storage via SQL Query in Autonomous DatabaseThe following queries can be used to list all the objects from your OCI Bucket Storage. -- First Create a Credential using the following code. -- In the below code, the 'username' parameter expects your "Tenancy" Username which you can find in your O...OCI Bucket