Explore

database × java ×
  • 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

    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

    Hibernate 5 and Entities Duplication: Let’s Dive Under the Hood

    Entity duplication occurs when tables are joined and multiple rows are matched. There are several methods...