The Blob field in Oracle is special. It has much better performance than the long field and can be used to save binary data such as sample slices.Writing Blob fields is very different from writing other types of fields. Because Blob itself has a cursor, you must use cursor to operate blob. Therefore, before writing Blob, you must obtain the cursor to write data. How can you obtain the Blob cursor?This requires you to insert an empty blob first, which
How to use sequence to generate auto-incrementing sequences in oracle Data Tables through JDBC
Http://www.blogjava.net/zhyiwww/archive/2010/03/08/314825.html
Use JDBC to insert data to ORACLE and identify column auto-incrementing column.
Http://blog.csdn.net/it_wangxiangpan/article/details/5454923
The
This article is reproduced from http://www.cnblogs.com/leiOOlei/archive/2013/10/21/3380568.htmlBecause it is a second encounter, so copy come over, afraid of other people's blog after the latter what reason, can't find.View your Oracle version first, log into the database using Sqlplus/as SYSDBA, and have explicit version information in the ECHO message1. Download the appropriate version from the official Oracle
Due to Oracle licensing issues, MAVEN3 does not provide Oracle JDBC driver, in order to apply Oracle JDBC driver to the MAVEN project, it must be added to the local repository manually.
1. Download the corresponding version through the official
When using this method, you need to add the Oracle jar package to the classpath variable. This package can be found in $ ORACLE_HOME/jdbc/lib/classes12.jar of the oralce client program.
Import java. SQL .*;
Public class jdbcthin {// Dburl database connection string information, where "1521" is the port and "ora9" is the SIDString dburl = "JDBC:
Tags: size basename search get state data connection 1.5 password differentThe JDBC connection data is a key point of javaweb development, and today we summarize and deepen our memory. The JDBC Connection database is divided into three steps: 1: Load Driver Need to download the respective drive jar package, you can go to the Internet search. Template: load driver: Class.forName (Driverclass); Different data
Because of Oracle licensing issues, MAVEN does not provide Oracle JDBC driver, which must be manually added to the local warehouse in order to apply the Oracle JDBC driver in the MAVEN project.First, you need to download the OJDBC jar package to the
Tags: cal creat png div src rest key cti User1, follow Oracle 2, CREATE DATABASE footsteps DROP TABLE person;
DROP SEQUENCE myseq ; //Set the self-increment sequence.
CREATE SEQUENCE myseq;
CREATE TABLE person
(
ID int. PRIMARY KEY not NULL,
name VARCHAR (#) not NULL,
age INT,
birthday DATE
); 3, then configure the driver. 4, execute: Get program: Dbdriver = "Oracle.jdbc.driver.OracleDriver",
, Filteredrowset, Jdbcrowset, Joinrowset, RowSet, Syncresolver, Webrowset
ResultSetextends Wrapper
A data table that represents a database result set, typically generated by executing statements that query the database.
Six, the question of thinking1. Each SQL operation needs to establish and close the connection, which is bound to consume a lot of resource overhead, how to avoid? Analysis: You can use a connection pool to maintain a unified connection without having to
{
the e.printstacktrace (); - }
Wu finally
- {
About Try
$ {
- //close each of the above objects individually, because if you do not close it, it will affect performance and consume resources - //Note the order of the closing, the last used first close
- if(Res! =NULL)
A res.close (); + if(Pre! =NULL)
the pre.close (); - if(Connection! =NULL)
$ connection.close (); theSYSTEM.OUT.P
Tags: database configuration in spring JDBC driver packageConfiguration of data sources in spring and JDBC driver packages for various databases (Oracle, MySQL, SQL Server, etc.)When developing a database-based application system, you need to configure the data source in your project to obtain a database connection for the operation of the database. The methods f
In applications, a table's primary key is often paid with an automatically increasing number, for example, the sequence of Oracle, and the expected primary key value after insertion. The following describes the related methods.
1. Use the returning Statement of oracle.
Preparedstatement sta = conn. preparestatement ("insert into logging values (testseq. nextval,
packagecom.ist.common.util;importjava.sql.*;importjavax.naming.context;import Javax.naming.initialcontext;importjavax.naming.namingexception;publicclassjdbcoracletest NBSP;{NBSP;NBSP;NBSP;NBSP;//ORCL is the database name in the Oracle database, and localhost represents the Oracle database that connects to the native //1521 is the port number of the connection privatestatic stringurl= "JDBC:ORACLE:THIN:@192
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.