Category "oracle"

Is there a library to share Oracle Connection Pools across multiple servers?

Are there open-source solutions to share Oracle connection pools across server instances so application instances don't suck up limited connections? For example

Can't select the package body from other schema in Oracle 10.2.0.4

My user has the following privileges: `GRANT CREATE SESSION to user1; GRANT SELECT ANY TABLE to user1; GRANT SELECT_CATALOG_ROLE to user1; GRANT SELECT ANY DICT

Oracle sequence EF Core 6.0?

I need to get a NEXTVAL from a SEQUENCE in an Oracle database. The modelbuilder does have a builder.HasSequence("TABLE_SEQ"); But I have no clue on how to use

SQL Developer Language won't change

I have an issue with SQL developer where the GUI language won't change as it shows here Now I have tried the solutions where I added the following to sqldevel

liquibase.exception.DatabaseException: ORA-01950: no privileges on tablespace 'VMSS_TBS'

Initially I was getting this exception while starting my service An attempt was made to call a method that does not exist. The attempt was made from the followi

Oracle Pivot with 3 Tables

I am using a PIVOT to combine two rows with the same ID into a single row: SELECT B1_ALT_ID, B1_CHECKLIST_1, B1_CHECKLIST_2 FROM B1PERMIT A JOIN BCHCKBOX B ON A

Function that given a parameter will calculate a value from different tables using different logic

I am needing to create a view, and one of the columns in the view needs to calculate a value for the metric. The source table for a metric will be different dep

How to use Oracle bitwise operators &, |, ^, ~?

I need to use Oracle bitwise operation in my project. I know there is the BITAND() available for the purpose. As far as I know BITAND() is the only such opera

Trigger that changes value in another table /plsql

I've created two tables: Employees and Departments CREATE TABLE EMP ( emp_id number(3) PRIMARY KEY, dept_id Number(3) NOT NULL, emp_name Varchar2(50) NOT NU

oracle insert on subselect gives ORA-00936

I am trying to insert into a table, whose values are same except few from the same table with max sequnce number based on an ID. insert into ENT_ROLE_USERS_HIST

Cannot drop table from schema

I am trying to use a simple "Drop Table" Statement in PL/SQL Developer on some tables, but they won't drop. The tables are quite large, but I've never had this

Classify if a customer converted on initial email or reminder email using SQL

I have been stuck to get around this in Oracle SQL. I have a table that looks like following. cust_id event event_date camp_id email_ind(calculated column) 1 O

How to authorize Rest API in Oracle Cloud?

I am creating a web application where users have the option to connect to Oracle Cloud. After authenticating to Oracle Cloud, our application will call Oracle C

Pipelined function gives "PLS-00630" for one example but not for another similar example

Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production What am I missing here? When I try and create two different but similar (in my mind) pac

Missing right parenthesis in a Create sentence

I get this missing right parenthesis but I cant find it CREATE TABLE PUBLICACION AS (SELECT id AS id_revista, nombre AS nombre_revista, COUNT(C.dni) AS cuan

How to connect to oracle database with both password and wallet?

I am using Oracle Client 18 Home 1 SQL Developer platform is Windows-10-10.0.18362-SP0 python version is 3.8.8 cx_Oracle version is 8.0.1 cx_Oracle client versi

Is there a way to create an inline anonymous table in Oracle like in PostgreSQL?

I have a postgres query that creates an anonymous table from string values and then joins on them like this: select distinct anon_table.string1,

What is 'name' keyword in oracle sql? [closed]

Please explain this 'name' keyword What is it? How we can use it? Syntax?

SpringBoot Liquibase Oracle Junit test case execution fails

I have a SpringBoot application in which i use Liquibase to generate oracle schema and tables. When i run the application, it runs fine. But when i try to run t

FDMEE - Load Data Rules using external batch script

I have a question related to the "Data Load Rules". Is it possible to load data rules on FDMEE using an external batch script? I have to schedule the job betwee