- https://stackoverflow.com/questions/203469/how-to-use-enums-in-oracle
- https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#CNCPT012
- https://docs.oracle.com/cd/B12037_01/server.101/b10759/statements_6014.htm
- https://serverfault.com/questions/10477/differences-between-classes12-jar-ojdbc14-jar-ojdbc5-jar-and-ojdbc6-jar
- http://www.oracle.com/technetwork/topics/jdbc-faq-090281.html
- start oracle service in the services
- also start oraclexetnslistener service in the services
- create user abc identified by xyz;
- grant dba to abc;
- select * from user_sequences;// to list all sequences
- drop sequence sequencename; //to drop sequence
- do not forget to commit after each dml statement
Friday, February 23, 2018
oracle 11g
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment