oracle18c Questions

10

Solved

I am trying to create a database in order to complete my self learning, but unfortunately I got unexpected error "Unable to check for available memory.", I am doing it using Database Conf...
Condense asked 6/3, 2019 at 9:5

3

We have a J2EE application on a payara 5.2020 server that executes a long running query (PL/SQL that executes for a couple of hours). To avoid a timeout exception, we use this sentence at Statement...
Churchwoman asked 14/6, 2021 at 14:59

1

Solved

Test #1: I have a user-defined function and a CONNECT BY LEVEL query: with function custom_function(p_id in number) return number is begin return p_id; end; select custom_function(level) from...
Amphoteric asked 5/7, 2022 at 15:4

2

Hi I've tried to create a new user in Oracle 18c XE, but I get ORA-65096: invalid common user or role name error when writing create user student identified by "student"; I've tried to change ...
Always asked 15/12, 2019 at 10:31

3

Solved

When trying to save a trigger I get this error Connecting to the database XE. Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '192.168.56.1', '59537' ) ORA-24247: network access denied by acces...
Barty asked 2/1, 2021 at 16:2

0

I am trying to create an Oracle Database container that has an SSL enabled listener for connections. But I am having trouble getting the listener to start. I have tried many configurations but here...
Conchology asked 11/3, 2021 at 18:37

4

Solved

After migrating to Oracle 18c Enterprise Edition, a function based index fails to create. Here is my index DDL: CREATE INDEX my_index ON my_table (UPPER( REGEXP_REPLACE ("DEPT_NUM",'[^[:alnum:]]'...
Orthographize asked 12/9, 2019 at 21:31

1

Is there a Hibernate dialect for Oracle Database 18c? Or should I use the org.hibernate.dialect.Oracle12cDialect that ships with Hibernate? When using Hibernate 5.3 and Oracle 18c RAC is there any...
Bedsore asked 15/11, 2018 at 13:45
1

© 2022 - 2024 — McMap. All rights reserved.