database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
Oracle
Informix
ㆍSybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
Sybase Q&A 1655 게시물 읽기
No. 1655
오라클의 clob에 해당하는 타입이 있나요?
작성자
dragon
작성일
2006-09-11 10:49
조회수
5,364

현재 오라클에 clob타입으로 데이타가 들어있습니다.

근데 이것을 sybase로 이전할려고 하는데.... 어떤 타입인지 잘 몰라서요.

Sybase가 너무 생소해서요...


해당 타입이 있는지 궁금합니다. 


그리고 sybase에서도 오라클에 tigger에 해당하는 것도 있는지??


그럼 좋은 하루 보내세요. ^^

이 글에 대한 댓글이 총 3건 있습니다.

여기서 SYBASE라 함은 무얼 의미하나요?

사이베이스사가 공급하는 데이터베이스에는

ASE
SYBASE IQ
ASA

이렇게 세가지가 있답니다
문의하신 내용의 답변이 위 셋중 어떤거냐에 따라 달라집니다

세지아빠(sejiappa)님이 2006-09-11 16:43에 작성한 댓글입니다.

sybase쪽은 잘 몰라서..... 
제가 지금 이전 할려는 것은 ASE입니다.
조금 더 신중하게 올렸어야 하는데???

dragon님이 2006-09-12 11:25에 작성한 댓글입니다. Edit

text라는 데이터 타입이 있습니다.

text columns are variable-length columns that can hold up to 2,147,483,647 (231 - 1) bytes of printable characters.

create table blurbs
(au_id id not null,
copy text null)

Data structures used for storing text and image data

When you allocate text or image data, a 16-byte text pointer is inserted into the row you allocated. Part of this text pointer refers to a text page number at the head of the text or image data. This text pointer is known as the first text page (FTP).

The FTP contains two parts:

  • The text data page chain, which contains the your text and image data and is a double-linked list of text pages.

  • The optional text-node structure, which is used to access the user text data

Once an FTP is allocated for text or image data, it is never deallocated. If an update to an existing text or image data row results in fewer text pages than are currently allocated for this text or image data, Adaptive Server deallocates the extra text pages. If an update to text or image data sets the value to NULL, all pages except the FTP are deallocated.

Figure 1-1 shows the relationship between the datarow and the text pages

Figure 1-1: Relationship between the textpointer and datarowsraster
외론아빠(hahmyk)님이 2006-09-17 00:56에 작성한 댓글입니다.
[Top]
No.
제목
작성자
작성일
조회
1659400M 정도의 테이블 데이타를 select 하면요... [5]
sybase초보
2006-09-11
7140
16581221 재질문
ksd1218
2006-09-11
4777
1656ASA6 DB의 백업과 복원에 관해서 [2]
김익현
2006-09-11
4520
1655오라클의 clob에 해당하는 타입이 있나요? [3]
dragon
2006-09-11
5364
1654ASIQ에서 캐리지리턴(enter)값을 replace를 하려면..? [1]
오완규
2006-09-08
5249
1653sybase에도 oracle처럼 instance 개념이 있나요? [2]
김용삼
2006-09-07
5656
1652make 할 때 에러가 납니다... [2]
ksd1218
2006-09-07
6997
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.022초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다