Category "oracle"

Oracle Apex pretty URL

i need help for a problem. Before someone complain. I have post the same question in another forum but i didn't get any useful help there. https://community.ora

insert the last 30 date in an oracle table

I need to create a table where we have one date column. I need to insert the date from yesterday to yesterday-30 days.Table output should look like this There

How to integrate Sequelize ORM with Oracle DB

I’m trying to connect to an oracle database using Sequelieze ORM. I know that Sequelieze doesn't support Oracle but I'm asking if there is any way to do t

Oracle SQL: dummy variable from 2 data sets

I have two data tables. They both have an employee id column and a sales quarter column, in addition to lots of other columns. The first, which ill call "Rost

select more than 4000 characters in Report Oracle Apex

I have a function in Oracle 21 version that return a CLOB variable, let's call it x (more than 4000 bytes) and I'm selecting this variable to display it in a cl

How to connect to oracle cloud database from Qt5

Can someone help me with the connection to the Oracle Cloud from Qt. I can't find any information on the Qt website, nor examples, but surely someone has wanted

I'm only able to access values in the outer JSON array , is there a way of accessing the values of the inner JSON array in Oracle plsql?

[ { "name": "sometablename", "numofcolumns": 5, "numofrows": 5, "colheadings": [ { "colname": "customcol1", "coltype": "

LISTAGG in Oracle to return distinct values

I am trying to use the LISTAGG function in Oracle. I would like to get only the distinct values for that column. Is there a way in which I can get only the dist

Database Indexing

I'm trying to figure out on how to create an Index for below query such that the SELECT statement only traverse the leaf level of the index horizontally and it

Retrieve clob data using apache camel

I am polling clob column using apache camel as below. <route> <from uri="timer://timer1?period=2m" /> <setBody>

Downloading file from S3 bucket - AWS Oracle RDS

I'm new to Oracle AWS RDS, we have a RDS deployed and an S3 bucket. The download from S3 works fine, however I wanted to write a script which checks if the file

Error "Oracle home contain invalid characters"

When I install Oracle 19C on my vmware windows 10 it. Show like in photo. How to fix it. Thanks all of you for help. enter image description here

cant open oracle enterpise manager on oracle database 21c

I have problem with login in enterprise manager. I have windows 10 Education.Database successfully installed but still unable to log into http. Po wydaniu polec

Oracle AQ. Error ORA-25263: no message in queue when dequeue message

I want to dequeue message with message id from my queue table, but I get error that ORA-25263: no message in queue OPERATION_QUEUE with message ID DBF9DE01CB5C0

Python best practices and OOP with oracle

does any one have any material to recommend me on how to properly create a good CRUD code to handle python with oracle? I am doing some basic query/insert/updat

Strange memory grow in temporaryLobs while fetching CLOB with oracle jdbc driver in java app

Goodday everyone. Faced strange OOM after switching from reading varchar field to clob from Oracle database in java application. (We are using oracle.jdbc.drive

How to convert UTF8 data from PostgreSQL to AL32UTF8 Oracle DB?

I have a task to import some data from Postgres database to Oracle via dblink The connection between Postgres and Oracle works good, but unfortunately, when I t

Gap-free object sequence as a parameter using Oracle PL/SQL function

Good day, everyone! I've got a bunch of sequences. For example: CREATE SEQUENCE seq_id INCREMENT BY 1 START WITH 1 MINVALUE 1 MAXVALUE 20000

How to select role from Oracle DB in java spring boot?

I'm trying to select user role from Oracle database using id of user in spring boot framework but it not working? I'm trying to select user role from Oracle

ORACLE APEX apex_ir api - Update PUBLIC TO PRIVATE

I have a requirement to change the owner of an interactive report and also change the interactive report from public to private. I am aware of the APEX_IR.CHANG