VOOZH about

URL: https://www.javacodegeeks.com/tag/oracle

⇱ Oracle Archives - Java Code Geeks


  • Core Java👁 Image
    Yatin BatraJuly 10th, 2025
    0 863

    Working with Sequences in H2 Database

    When developing Java applications with databases, auto-generating primary keys is a common requirement. Sequences are a reliable way to generate…

    Read More »
  • Software Development👁 Image
    Java Code GeeksOctober 24th, 2023
    0 281

    Transforming Data Analysis: The Game-Changing Power of Similarity Search with Embeddings

    In the rapidly evolving landscape of data analysis and management, the integration of artificial intelligence has become nothing short of…

    Read More »
  • Core Java👁 Image
    Dustin MarxOctober 4th, 2018
    0 129

    A Tale of Two Oracle JDKs

    There has been concern recently that Java developers will inadvertently use the wrong Oracle-provided JDK implementation now (as of JDK…

    Read More »
  • Core Java👁 Image
    Mike SiemaszJune 21st, 2018
    3 280

    Java Is Becoming What COBOL Was – Will It Become What COBOL Is?

    Any computer science graduate from a university, technical school or community college is trained in it. Every company of any…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hussein TerekApril 16th, 2018
    0 371

    Spring Boot & JPA & Hibernate & Oracle

    In this tutorial we show how to create a Spring Boot application that communicates with an Oracle data source through…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jerry TanDecember 18th, 2015
    2 965

    Using the JDBC Insert Features in Oracle

    Introduction In this article I will show an example of how to use the JDBC bulk insert features supported by…

    Read More »
  • Software Development👁 Image
    Dustin MarxNovember 12th, 2015
    0 142

    Does PostgreSQL Have an ORA-01795-like Limit?

    The Oracle database requires that no more than 1000 entries be used in a SQL IN portion of a WHERE…

    Read More »
  • DevOps👁 Image
    Amjad AfanahOctober 27th, 2015
    0 187

    Docker Java App Deployment With A Containerized Oracle XE And With An Existing Oracle XE Instance

    Background Many enterprises today are extremely excited about the prospects of containerized application stacks to achieve application portability and to…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 10th, 2015
    0 74

    How to Quickly Enumerate Indexes in Oracle 11gR2

    Do you want to know real quick what kind of indexes there are on any given table in your Oracle…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close