There are still some omissions. The experiment is not very rigorous in theory!
1. transaction isolation level settings
Oracle has two transaction isolation levels: connection. transaction_read_committed (Read committed) and connection. transaction_serializable (Serial read ). If an error occurs when setting the isolation level, the following exception is thrown: Java. SQL. sqlexception: Only read_committed and serializable are valid transaction processing levels.
Data | database | Conversion here, a summary of the transformation of the SQLSERVER,DBF two forms is made.
One: From the dBASE file, import data into the SQL database, very simple, directly using the following statement:
/*===================================================================*/
--If the table that accepts the data import already exists
INSERT INTO table SELECT * FROM
OpenRowset (' MICROSOFT. JET. oledb.4.0 '
, ' DBase 5.0;database=c:\
Tags: ora-01110 cause Unable to shutdown ONS tar hint init minError due to moving or deleting DBF file:ora-01033:oracle initialization or shutdown in progressCause: Generally, this type of failure is usually caused by moving files that affect the inability of an IO operation due to corruption of the database log file. Oracle will recognize that the database has not been loaded and is causing the error to occur. Fault characteristics: Using command lin
Oracle users01.dbf is getting bigger and bigger. After oracle deletes data, the tablespace is not released, and the dbf file is getting bigger and bigger. You can use: SQL> ALTER DATABASE DATAFILE 'C: \ oracle \ product \ 10.2.0 \ oradata \ orcl \ USERS01.DBF 'resize 1G; to shrink the tablespace, if an error is reported: "ORA-03297: file contains data not used by
Oracle Used to delete the DBF file to clear and drop all the tables, and the file was deleted. However, the actual DBF data file still exists under the ORADATA file. Must be deleted like this
Drop tablespace tablespace_name [including contents [and datafiles] [cascade constraint]; no option -- can be deleted only when the TABLESPACE is empty; including contents-delete tablespaces and objects; including con
ORA-01113: file 7 requires media recoveryORA-01110: data file 7: 'f: \ workfiles \ oracle11g \ oradata \ HTTP \ fwtbs_01.dbf'
Method 1:
ORA-01589: to open the database, you must use the resetlogs or noresetlogs OptionSQL> alter database open noresetlogs;Alter database open noresetlogs*Row 3 has an error:ORA-01588: to open the database, you must use the resetlogs OptionSQL> alter database open resetlogs;Alter database open resetlogs*Row 3 has an error:
Currently, most C # databases are connected to SQL server. However, I am not familiar with the connection and operations of some old database files.This problem occurs today. You need to operate the DBF file database generated by FOXPRO.I have been investigating CSDN for a long time, and most of the problems have not been well resolved to these operations.After my experiment, you can use ODBC to connect to it.The following code is used.It is very simp
Problem description:
If you accidentally delete the dbf file of the Oracle database, an error is prompted when you start or close the database.
When startup starts the database, the following message is displayed:
ORA-01157: unable to identify/lock data files
ORA-01110: Data File: '.../x1000_1.dbf' not found
Solution:
1. SQL> alter system set "_ allow_resetlogs_uption" = true scope = spfile;
System a
Label: Excel 07-2003 A worksheet can have up to 65536, rows can have up to 256 columns ,Excel 2007 and later versions, A sheet can have up to 1048576 rows and 16384 columns . A small batch of data processing:Method One: You can open the DBF or CSV file directly with Excel, and the database table for update directly copies the column values you want in the Excel table directly to the corresponding fields in PL/SQL.Method Two: If the
Tags: Pat count () Fileinput puts remove length parse getname catchDownload the jar rack package for DBF first Http://pan.baidu.com/s/1jIqVIcA InputStream FIS = null;String sresult = "";try {Read the input stream of a fileFIS = new FileInputStream (path);Initializes an Dbfreader instance based on the input stream to read the DBF file informationDbfreader reader = new Dbfreader (FIS);Call Dbfreader to get th
PHP ODBC DBF
Ask the great God.
After installing the ODBC driver, the link dbf file is ok.
When using SQL statements, why use only the most basic SQL syntax, such as select: ORDER: such as like or getdate () This kind of can not? Or is that the wrong form of operation? Or just don't save this function.
[Microsoft] [ODBC Visual FoxPro Driver] File ' GETDATE.PRG ' does not exist.
Function argument value,
1. Run sqlplus "/As sysdba" in cmd"
2. SQL> shutdown immediate
3. SQL> startup starts the service. check whether any data file loading error occurs at startup, and remember the error data file number.
4. SQL> alter database datafile 'xx. dbf' offline drop; XX. DBF indicates the path of the data file you recorded, that is, the file marked in 3.
5. SQL> shutdown immediate to stop the service again6. SQL>
Dbf engineering mode connection (vfp c #),
First, download the "Microsoft ole db Provider for Visual FoxPro 9.0" Driver from the official Microsoft website.
After the download is complete, get "VFPOLEDBSetup. msi"
Double-click to install vfpoledb. dll in "C: \ Program Files (x86) \ Common Files \ System \ Ole DB ".
Copy to the project directory. Add reference.
The factory model of the c # database will not be mentioned. Connect strings directly
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.