Oracle
 sql >> डेटाबेस >  >> RDS >> Oracle

स्प्रिंग डेटा जेपीए का उपयोग करके संग्रहीत कार्यविधि को सही ढंग से कॉल करें

एकाधिक OUT . के साथ अद्यतन समाधान पैरामीटर, देखें

@NamedStoredProcedureQueries({ //
        @NamedStoredProcedureQuery(name = "User.plus1", procedureName = "plus1inout",
                parameters = { @StoredProcedureParameter(mode = ParameterMode.IN, name = "arg", type = Integer.class),
                        @StoredProcedureParameter(mode = ParameterMode.OUT, name = "res", type = Integer.class) }), //
        @NamedStoredProcedureQuery(name = "User.plus1IO2", procedureName = "plus1inout2",
                parameters = { @StoredProcedureParameter(mode = ParameterMode.IN, name = "arg", type = Integer.class),
                        @StoredProcedureParameter(mode = ParameterMode.OUT, name = "res", type = Integer.class),
                        @StoredProcedureParameter(mode = ParameterMode.OUT, name = "res2", type = Integer.class) }), //
        @NamedStoredProcedureQuery(name = "User.plus1IOoptional", procedureName = "plus1inoutoptional",
                parameters = { @StoredProcedureParameter(mode = ParameterMode.IN, name = "arg", type = Integer.class),
                        @StoredProcedureParameter(mode = ParameterMode.OUT, name = "res", type = Integer.class),
                        @StoredProcedureParameter(mode = ParameterMode.OUT, name = "res2", type = Integer.class) }) // DATAJPA-1579
})


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. केवल पहली डुप्लिकेट पंक्ति को अपडेट करने के लिए SQL या PL/SQL का उपयोग करके Oracle में अद्यतन विवरण

  2. विभिन्न कॉलम टाइम स्टैम्प अंतर के आधार पर ऑरैकल डीबी व्यू लिखें

  3. तालिका में सम्मिलित करें तालिका a और तालिका b से चुनें जहां

  4. DBMS_PARALLEL_EXECUTE और अप्रत्यक्ष रूप से प्रक्रिया पर अनुदान दिया गया

  5. ओरेकल डीबी के साथ सोनारक्यूब इंस्टॉलेशन - उपयोगकर्ता प्राप्त करना मौजूद नहीं है