Explore

oracle ×
  • screenshot

    How to Connect to Oracle, MySql and PostgreSQL Databases Using Python

    To connect to a database and query data, you need to begin by installing Pandas and...

  • screenshot

    "ORA-00904: "SECONDS": invalid identifier" is thrown by Oracle while running simple insert statement, but the column seconds exists in the table

    I am getting an ORA-00904 error from my Oracle database, while trying to run the following...

  • screenshot

    LXer: Oracle Announces Availability of New DTrace 2.0 for Linux

    Published at LXer: Initially developed for Solaris, Oracle's new DTrace version promises feature-complete system tracing for...

  • screenshot

    I am getting error in sql query ORA-01847: day of month must be between 1 and last day of month

    INSERT INTO MANPOWER.VIPBADGE ( DOC_SRL, GRP_CD, DOC_TYPE, REC_TYPE, MV_MT, VESS_NAME, VESS_TYPE, IMO_NO, CALL_SIGN, REG_PORT, AGENCY_FUN_CD, AGENCY_CD,...

  • screenshot

    oracle linux 9 network-script network interface

    Hello Since Rhel 6 I have been using the network interface files under cd /etc/sysconfig/network-script to...

  • screenshot

    Who wants to buy Tikok?

    TikTok could avoid being banned in the US if it can find a buyer. Here's a...

  • screenshot

    Database Management: Creating and Granting User Access in Oracle

    Oftentimes, colleagues from different departments need quick access to specific datasets. The traditional method of exporting...

  • screenshot

    PL/SQL: EXECUTE IMMEDIATE with condition variable

    I have a function in PL/SQL written like this IF p_class IS NOT NULL THEN v_conditions...

  • screenshot

    Virtual Box Oracle aborted Virtual Machine Windows 10

    Hi, I'm still trying to start up my Virtual Box (Oracle 7.0). The question: If my...

  • screenshot

    Oracle Apex Import csv file

    I have an issue when importing a CSV file into the Oracle APEX application. It is...

  • screenshot

    Spring boot oracle 11g sequence stored is different from the value shown in the model

    Hi i am using spring boot (2.7.9) and java 11. My database is Oracle 11g(Pretty old)...

  • screenshot

    return JSON_OBJECT_T response instead of CLOB in PLSQL

    I want to return JSON OBJECT but I have a code which returns CLOB, how can...

  • screenshot

    Which ojdbc driver should I use to connect Java application to Oracle database 19c?

    I need to connect a Java application (jdk11) to an Oracle database version 19c (19.7.0.0). What...

  • screenshot

    How to bind c# List parameter to ORACLE Store Procedure list parameter

    I am trying to send a list string parameter to a list containing string expressions in...

  • screenshot

    LXer: Oracle quietly extends Solaris 11.4 support until 2037

    Published at LXer: Legacy OS and app holdouts get three more years of paid support, also...

  • screenshot

    Python dynmic procession of Oracle SDO_GEOMETRY objects

    There are some situations where the WKT format does not work (3D,4D geometries, arc in a...

  • screenshot

    How to get only dynamic value 0002970, 0007702 in with oracle query

    How to get only dynamic value 0002970, 0007702 in with oracle query Sample data: ~STTM_CUSTOMER~0007702~ ~STTM_CUSTOMER~0002970~

  • screenshot

    XML output help required

    I am trying to build output in following format in XML from table data but I...

  • screenshot

    Delete with subquery, how to skip the optimizer error?

    I am creating an incremental etl procedure. on which the user can update rows. it relies...