Uttara Paingankar

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Uttara Paingankar created a post,

    Creating Java class in Oracle using DataGrip

    I tried creating a java class in Oracle using DataGrip, something like this. CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "XYZ" AS import java.security.MessageDigest; public class xyz { static ...