📄 occi10g_samples_readme.txt
字号:
occi10g_samples_readme.txt - Readme for OCCI 10g Samples--------------------------------------------------------The archive occi10gsamples.tar.gz contains the standard OCCI demos shipped withOracle 10g. To build and run these samples, check your platform specific Oracle documentation. For Unix platforms, refer to demo_rdbms.mk in $ORACLE_HOME/rdbms/demo and for Windows, refer to make.bat under %ORACLE_HOME%\rdbms\demo. Run occidemo.sql to create the tables and otherobjects for running the demos. List of samples :-Program Name Features Illustrated-------------------------------------------------------------------------------occiaqlis.cpp Shows use of Listener class in OCCI Advanced Queuing(AQ) interface (10g)occiaqop.cpp Demonstrates OCCI Advanced Queuing(AQ) interface (10g)occimb1.cpp Demonstrates use of multibyte charactersets(UTF8, ZHT16BIG5) in OCCI (10g). Check sample for detailed running instructions.occiscp.cpp Demonstrates Stateless Connection Pool with Statement caching (10g)occiuni1.cpp Demonstrates Unicode(UTF16) support in OCCI (10g). Check sample for detailed running instructions.occiuni2.cpp Demonstartes Unicode(UTF16) support in OCCI with NCLOB's (10g). Check sample for detailed running instructions.occixa.cpp Demonstrates XA support in OCCI (10g)occiblob.cpp Demonstrates how to read and write BLOBsocciclob.cpp Demonstrates how to read and write CLOBsoccicoll.cpp Demonstrates how to perform simple insert, delete, and update operations on a table column of type Nested Tableoccidesc.cpp Demonstrates how to obtain metadata about a table, procedure, and objectoccidml.cpp Demonstrates how to perform insert, select, update, and delete operations of a table row by using OCCI Updated sample that demonstrates IEEE Floating point datatypes(BFloat & BDouble).(10g)occiinh.cpp Demonstrates object inheritance by using insert, select, update, and delete operations on a table row of subtype tableocciobj.cpp Demonstrates how to perform insert, select, update, and delete operations on a table row containing an object as one of its columnsoccipobj.cpp Demonstrates how to perform insert, select, and update operations on persistent objects, as well as how to pin, unpin, mark for deletion, and flush an objectoccipool.cpp Demonstrates how to use the connection pool interface of OCCIocciproc.cpp Demonstrates how to invoke PL/SQL procedures with bind parametersoccistre.cpp Demonstrates how to use OCCI ResultSet streams
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -