• Products
  • Solutions
  • Customers
  • Resources
  • Company
  • Pricing
  • Download
Try Playground
Show / Hide Table of Contents

Enum OracleCmdParamsType

Describes the type of the parameters passed to the Oracle command.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum OracleCmdParamsType

Fields

Name Description
BFILE

The BFILE datatype stores unstructured binary data in operating system files outside the database. A BFILE column or attribute stores a file locator that points to an external file containing the data. The amount of BFILE data that can be stored is limited by the operating system.

BLOB

The BLOB datatype stores unstructured binary data in the database. BLOBs can store up to 128 terabytes of binary data.

Byte

Allows whole numbers from 0 to 255.

Char

The Char datatype stores fixed-length character strings. String length (in bytes or characters) is between 1 and 2000 bytes. The default is 1 byte.

CLOB

The CLOB datatypes store up to 128 terabytes of character data in the database. CLOBs store database character set data.

Date

The Date datatype stores point-in-time values (dates and times) in a table. The Date datatype stores the year (including the century), the month, the day, the hours, the minutes, and the seconds (after midnight).

Decimal

Decimal number datatype.

Double

A 64-bit, double-precision floating-point number datatype.

Int16

A 16-bit signed integer.

Int32

A 32-bit signed integer. Allows whole numbers from -2,147,483,648 to 2,147,483,647.

Int64

A 64-bit signed integer. Allows whole numbers from -2,147,483,648 to 2,147,483,647.

IntervalDS

Interval Day to Second literal.

IntervalYM

Interval Year to Month literal.

Long

Long can store variable-length character data containing up to 2 gigabytes of information. Long data is text data that is to be appropriately converted when moving among different systems.

LongRaw

The LongRaw datatypes is used for data that is not to be interpreted (not converted when moving data between different systems) by Oracle Database. These datatypes are intended for binary data or byte strings.

NChar

The maximum length of an NChar column is 2000 bytes. It can hold up to 2000 characters. The actual data is subject to the maximum byte limit of 2000. The two size constraints must be satisfied simultaneously at run time.

NClob

The NClob datatypes store up to 128 terabytes of character data in the database. NClob stores Unicode national character set data.

NVarchar2

The maximum length of an NVarchar2 column is 4000 bytes. It can hold up to 4000 characters. The actual data is subject to the maximum byte limit of 4000. The two size constraints must be satisfied simultaneously at run time.

Raw

The Raw datatype is used for data that is not to be interpreted (not converted when moving data between different systems) by Oracle database. These datatypes are intended for binary data or byte strings.

RefCursor

A RefCursor is a PL/SQL data type whose value is the memory address of a query work area on the database.

Single

Single byte character sets.

TimeStamp

Gets the system date and time returned in a TimeStamp datatype.

TimeStampLTZ

TimeStamp with Local Time Zone is stored in the database time zone. When a user selects the data, the value is adjusted to the user's session time zone.

TimeStampTZ

Gets the system date and time according to the timezone returned in a TimeStamp datatype.

Varchar2

The Varchar2 datatype stores variable-length character strings. Maximum string length (in bytes or characters) is between 1 and 4000 bytes for the Varchar2 column.

XmlType

XmlType can be used like any other user-defined type.

In This Article
  • Fields

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
� Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top