10g BLOB/CLOB can we store more than 4k in SQL

Dear Friends
I know we had issues with BLOB and CLOB storing more than 4k in Oracle 8i using SQL. Is it the same in 10g BLOB/CLOB can we store more than 4k in SQL?
Please help me with some documentationw which explains these aspects with CLOB and BLOB in 10g
Thanks
Farouk

Thanks for your help,
I understand we can store blobs more than 4k in 10g using DBMB_LOG but there is a constraint in 8i that using SQL u can store directly only 4k and using a bind variable in PL/SQL we can store upto 32K. Is that the same in 10g or can we store directly using sql more than 4k?
Thanks
Farouk

Similar Messages

  • HT1351 i can not store more than 7 gb data in my ipod classic 7 gen 120gb

    i can not store more than 7 gb data in my ipod classic 7 gen 120gb

    See Corrupt iPod classic. What do you see for the stats?
    tt2

  • I can not store more than 7 gb data in my ipod classic 7 gen 120gb

    i can not store more than 7 gb data in my ipod classic 7 gen 120gb

    See Corrupt iPod classic. What do you see for the stats?
    tt2

  • Can I store more than One value in HashMap using Same kay?

    Hi,
    I want to store more than one value in HashMap using same key................. is it possible?
    If yes, then please give me source code for that.....
    Thankx in Adv.......

    I want to store more than one value in HashMap using >same key................. is it possible?I don't think so
    Message was edited by:
    manuel.leiria

  • To Store more than 99 Hrs

    Hi ALL,
    Could anyone tell me, by using the Char InfoObject with the DataType (TIMS HH:MM:SS), can I store more than 99 hrs, i.e 100:00:00?

    Hi Mahesh,
    The maximum value you can display using a TIMS field is 23:59:59 (internally 86399). If you try to load a value 86400, it will be displayed as 00:00:00. 86401 will be as 00:00:01 and it goes on...
    And if you want to display any value more than 23:59:59, you will have to use an info object of CHAR type of bigger length (>8). And you will have to write a routine to load value in format hhh:mm:ss.
    In the routine, you can use the stmts like
    sec = value mod 60.
    value = (value - sec) / 60.
    min = value mod 60.
    hour = (value - min) / 60.
    then you can concatenate the values into the result field by inserting ':' b/w them.
    check the logic, i dint try it. I was in a hurry... 
    Regards,
    BIJESH

  • Can time capsule store more than the data on my computer?

    Can time capsule store more than the data on my computer?
    I have a lack of data storage space on my macbook hence I would like to know if Time Capsule is an external hard drive and not just a back up device.

    It is a backup device.. in fact it is a backup device for wireless clients in particular hence it is a wireless router with a hard disk inside.. if you use it for storage.. it has one or two big weaknesses..
    It is slow.. cf a real NAS with raid.. a single slow green drive is plenty for backups.. less than adequate for storage.. fine over wireless of course.. lousy if you are trying to pass big files.. like your iphoto library back and forth.
    But the biggie.. IMHO.. no backup.. the TC has no way to back itself up.. and TM cannot include the content of the TC in a backup to another location.. TM cannot backup any network drive.
    So your files will be stored on one bottom of the market, cheapest possible drive available.. with no backup.. !!
    Time Machine and data files may also not so happily co-exist.. the TC cannot be partitioned (well not internally).
    You can create data images... but is this a good idea??
    Read a bit of pondini.
    http://pondini.org/TM/Time_Capsule.html
    Q3

  • Can u use more than one apple account on your device and itunes

    Can u use more than one apple account on your device and itunes

    Yes, but you have to logout of one, and login to the other.
    If it is an iPhone/iPad/iPod Touch and you buy apps on different accounts, when it comes time to update an app, you have to specify the password for the account used to acquirer the app. You change an iOS account via Settings -> Store -> Apple ID (tap on it), and start by logging out and then you can enter the other Id
    So it is possible, but it can also be a pain.

  • Can I have more than one itunes account on my apple tv?

    Can I have more than one itunes account on my apple tv?  We have two accounts in our family and would like to be able to switch between them.

    Thank you.  What I was really trying to find out is if there is a limit on switching iTunes accounts - I have a vague memory of reading that changing from one iTunes store account to another was going to be limited in some way, but maybe this is on iTunes itself?  Or perhaps my memory is incorrect?   We have two iTunes accounts and swap back and forth regularly on our iPhones and iPads to buy and update apps without a problem.  I couldn't find any reference to it on a quick search yesterday so what I have done with the AppleTV is leave it set to one account, and we watched the other account content via my Macbook.

  • Is there a datatype that allows me to store more than one item at a time

    Hello Everyone,
    Is there a datatype that allows me to store more than one item at a time , in a column in a row?
    I have to prepare a monthly account purchase system. Basically in this system a customer purchases items in an entire month as and when required on credit and then pays at the end of the month to clear the dues. So, i need to search the item from the inventory and then add it to the customer. So that when i want to see all the items purchased by a customer in the current month i get to see them. Later i calculate the bill and then ask him to pay and flushout old items which customer has purchased.
    I am having great difficulty in preparing the database.
    Please can anyone guide me! i have to finish this project in a weeks time.
    Item Database:
    SQL> desc items;
    Name Null? Type
    ITEMID VARCHAR2(10)
    ITEMCODE VARCHAR2(10)
    ITEMPRICE NUMBER(10)
    ITEMQUAN NUMBER(10)
    Customer Database:
    SQL> desc customerdb;
    Name Null? Type
    CUSTID VARCHAR2(10)
    CUSTFNAME VARCHAR2(20)
    CUSTLNAME VARCHAR2(20)
    CUSTMOBNO NUMBER(10)
    CUSTADD VARCHAR2(20)
    I need to store for every customer the items he has purchased in a month. But if i add a items purchased by a customer to the customer table entries look this.
    SQL> select * from customerdb;
    CUSTID CUSTFNAME CUSTLNAME CUSTMOBNO CUSTADD ITEM ITEMPRICE ITEMQUANTITY
    123 abc xyz 9988556677 a1/8,hill dales soap 10 1
    123 abc xyz 9988556677 " toothbrush 18 1
    I can create a itempurchase table similar to above table without columns custfname,csutlnamecustmobno,custadd
    ItemPurchaseTable :
    CUSTID ITEM ITEMPRICE ITEMQUANTITY
    123 soap 10 1
    123 toothbrush 18 1
    ill just have it as follows. But still the CUSTID FK from CustomerDB repeats for every row. I dont know how to solve this issue. Please can anyone help me.
    I need to map 1 customer to the many items he has purchased in a month.
    Edited by: Yukta Lolap on Oct 8, 2012 10:58 PM
    Edited by: Yukta Lolap on Oct 8, 2012 11:00 PM

    You must seriously read and learn about Normalization of tables; It improves your database design (at times may increase or decrease performance, subjective cases) and eases the Understanding efforts for a new person.
    See the below tables and compare to the tables you have created
    create table customers
      customer_id       number      primary key,
      fname             varchar2(50)  not null,
      mname             varchar2(50),
      lname             varchar2(50)  not null,
      join_date         date          default sysdate not null,
      is_active         char(1)     default 'N',
      constraint chk_active check (is_active in ('Y', 'N')) enable
    create table customer_address
      address_id        number      primary key,
      customer_id       number      not null,
      line_1            varchar2(100)   not null,
      line_2            varchar2(100),
      line_3            varchar2(100),
      city              varchar2(100)   not null,
      state             varchar2(100)   not null,
      zip_code          number          not null,
      is_active         char(1)         default 'N' not null,
      constraint chk_add_active check (is_active in ('Y', 'N')),
      constraint fk_cust_id foreign key (customer_id) references customers(customer_id)
    create table customer_contact
      contact_id        number      primary key,
      address_id        number      not null,
      area_code         number,
      landline          number,
      mobile            number,
      is_active         char(1)   default 'N' not null,
      constraint chk_cont_active check (is_active in ('Y', 'N'))
      constraint fk_add_id foreign key (address_id) references customer_address(address_id)
    create table inventory
      inventory_id          number        primary key,
      item_code             varchar2(25)    not null,
      item_name             varchar2(100)   not null,
      item_price            number(8, 2)    default 0,
      item_quantity         number          default 0,
      constraint chk_item_quant check (item_quantity >= 0)
    );You may have to improvise and adapt these tables according to your data and design to add or remove Columns/Constraints/Foreign Keys etc. I created them according to my understanding.
    --Edit:- Added Purchases table and sample data;
    create table purchases
      purchase_id           number        primary key,
      purchase_lot          number        unique key  not null,     --> Unique Key to map all the Purchases, at a time, for a customer
      customer_id           number        not null,
      item_code             number        not null,
      item_price            number(8,2)   not null,
      item_quantity         number        not null,
      discount              number(3,1)   default 0,
      purchase_date         date          default sysdate   not null,
      payment_mode          varchar2(20),
      constraint fk_cust_id foreign key (customer_id) references customers(customer_id)
    insert into purchases values (1, 1001, 1, 'AZ123', 653, 10, 0, sysdate, 'Cash');
    insert into purchases values (2, 1001, 1, 'AZ124', 225.5, 15, 2, sysdate, 'Cash');
    insert into purchases values (3, 1001, 1, 'AZ125', 90, 20, 3.5, sysdate, 'Cash');
    insert into purchases values (4, 1002, 2, 'AZ126', 111, 10, 0, sysdate, 'Cash');
    insert into purchases values (5, 1002, 2, 'AZ127', 100, 10, 0, sysdate, 'Cash');
    insert into purchases values (6, 1003, 1, 'AZ123', 101.25, 2, 0, sysdate, 'Cash');
    insert into purchases values (7, 1003, 1, 'AZ121', 1000, 1, 0, sysdate, 'Cash');Edited by: Purvesh K on Oct 9, 2012 12:22 PM (Added Price Column and modified sample data.)

  • Can I manage more than one iTouch from one PC?

    A family member has an iTouch managed with iTunes on PC. Another family member would like an iTouch but does not have a computer.
    Can one manage more than one iTouch from one PC? How? Does one install separate instances of iTunes somehow on the PC for each device?
    There is also the desire to have separate Apple Store accounts for each device. We don't what synced devices.

    *How to use multiple iPods with one computer*
    The Apple support document How to use multiple iPods with one computer suggests a number of ways. I use method two (Sync with selected playlists) with a slight twist. Rather than regular playlists I set the grouping field to indicate which users should receive which tracks and create smart playlists based on the content of this field.
    e.g.
    "Alice's Tracks" is "Grouping contains Alice" + "Kind contains audio"
    "Bob's Videos" is "Grouping contains Bob" + "Kind does not contain audio"
    Tracks that both Alice & Bob want on their iPods have the grouping set to "Alice/Bob"
    etc.
    I currently manage our family's five iPods using this system, each getting a different selection to suit their tastes and the capacity of their iPod. An advantage of using the grouping field is that it is stored in file tags (for non-wav audio files anyway) so that it is relatively easy to recreate the playlists should the iTunes library get trashed. Also useful if you move files about manually as playlist membership is preserved when you delete & re-import the tracks.
    tt2

  • HT201320 can I have more than 1 icloud email address on the same itunes a/c

    Can I have more than 1 icloud email address on the same itunes account? My husband wants to have his own @me email on his iphone but we don't want to have to set up another itunes account as all our devices are linked to our family itunes account. Many thanks

    After you register, set them up as new.
    Also turn off Automatic Download
    Settings>iTune and App Store>AUTOMATIC DOWNLOADS>Apps>Off

  • I just upgraded to Mountain Lion.  Now I can't open more than one website at a time.  When I do the first site, minimized and in the dock, is taken up by the second one.

    I just upgraded my computer from Snow Leopard to Mountain Lion.  I used to be able to have as many websites open as I wished.  Now when I open a website and minimize it, it minimizes and moves to the dock just like it used to do.  But now when I open a second website, it takes the place of the first one down in the dock that was minimized.  I can't open more than 1 website at time now.

    There is something basic going on that unfortunately has me stumped.
    Before you spend the $20 please try creating a new user, for testing purposes:
    Creating a temporary account to isolate user-specific problems: Isolating an issue by using another user account
    That is easy enough to accomplish. If Safari and the Dock behave as you expect while using that account, it will help determine the cause. Please report the results of this test.
    Delete the temporary account after you finish testing.
    Many of those features I mentioned are new in Mountain Lion, and represent a significant change from Snow Leopard. Though you should certainly continue to use your Mac the way you have been accustomed to using it, you may find using Mountain Lion's new features advantageous. If you are fortunate enough to have an Apple Store nearby, you would benefit by taking advantage of Apple's many free workshops: https://www.apple.com/retail/learn/
    Otherwise you may find yourself spending the $20 often. The help available here is often better than Apple's. It is not always correct, but it is always free.

  • You can not authorize more than 5 computers

    I have music on my MacBook Pro, in iTunes, that I want to use, but it comes from an old account, that I don't use anymore, and some computers/iPods that are really not working. When I want to ear those musics/songs, I receive this message, when trying to enter the account, old, not the actual one: "you can not authorize more than 5 computers"
    What can I do?

    I quote:
    You can deauthorize all computers connected to your Apple ID if you've reached the maximum five authorizations:
    Click iTunes Store on the left side of iTunes.
    If you're not signed in to the store, click the Account button, then enter your account name and password.
    Click the Account button again (your Apple ID appears on the button), enter your password, and then click View Account.
    In the Account Information window, click Deauthorize All.
    Note: You may only use this feature once per year. The Deauthorize All button will not appear if you have fewer than two authorized computers. If you need assistance on using this feature, please contact iTunes Store support via email (http://www.apple.com/support/itunes/store/).
    (end quote): once done you can then re-authorise computers as needed.

  • Can Function Return more than One Values ??

    Hi Experts,
    I would like to ask you Can Function Return more than one values. I Used Function with Out and In out parameter and its working Fine..
    1. what is harm using Out and In out parameter in function
    2. if we can use Out and In out parameter in Function so what is deffernce between procedure and Function.
    3. Is there any Other Way Though which we can return more the One values in Function.
    Please advice me...
    Thanks
    Umesh Goel

    Yes/No.
    You can return multiple value from function. But, in PL/SQL and not in a SQL.
    The following examples demonstrate that -
    SQL*Plus: Release 9.2.0.1.0 - Production on Wed Mar 28 17:41:15 2007
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> create or replace package glob
      2  as
      3    b varchar2(20);
      4    c varchar2(20);
      5  end;
      6  /
    Package created.
    SQL>
    SQL> create or replace function test_mul_out(a in number)
      2  return number
      3  is
      4    cursor c1(eno in number)
      5    is
      6      select ename,job,sal
      7   from emp
      8   where empno = eno;
      9  
    10    rec c1%rowtype;
    11    d  number(10);
    12  begin
    13    open c1(a);
    14    loop
    15      fetch c1 into rec;
    16      exit when c1%notfound;
    17       glob.b:= rec.ename;
    18    glob.c:= rec.job;
    19    d:= rec.sal;
    20    end loop;
    21    close c1;
    22    return d;
    23  end;
    24  /
    Function created.
    SQL> set serveroutput on
    SQL>
    SQL> declare
      2    zz  number(10);
      3  begin
      4    select test_mul_out(7777)
      5    into zz
      6    from dual;
      7    
      8    dbms_output.put_line('Ename: '||glob.b);
      9    dbms_output.put_line('Job: '||glob.c);
    10    dbms_output.put_line('Sal: '||zz);
    11  end;
    12  /
    Ename: Avik
    Job: CLERK
    Sal: 3456
    PL/SQL procedure successfully completed.
    SQL> Regards.
    Satyaki De.

  • Can we use more than 1 credit card for icloud family Sharing?

    Can we use more than 1 credit card for icloud family Sharing?
    We are grown up, with our own credit cards, own incomes, and own financial.
    But we would like to share apps, music, photos, books, vidéos etc.. like any other family.
    No one (even the parents) wants to pay for everyone's purchase.
    Other question: will it cancel all payment informations from family members account?

    not sure about pre-paid cards, but I know you can use 2 different credit cards though, I chatted with an apple rep last night, and she told me I can use 2 credit cards to buy something I wanted on the apple store website, so I acted as if I was buying a macbook air, went to checkout, and there was in fact the option of using 2 cards, which I thought was crazy since so many people have said that you can not use 2 cards. I'm glad I asked a rep

Maybe you are looking for

  • Generate Multiple Invoices in One PDF

    Hi, I have requirement whereby I need to generate multiple invoices in one PDF file. I am using Oracle BI Publisher with Oracle APEX 4.0.2 If there is only one invoice that needs to be generated in one PDF file then I already have the solution whereb

  • How do I disable the reload on the back button of Firefox and have it display the cached/prior page version?

    Every time I click the "back" button, Firefox reloads the previous page I was on. How do I disable the reload and have Firefox display the cached/prior page version? The whole point of going "back" is to see what we were just looking at.. I don't wan

  • Problem with blob column index created using Oracle Text.

    Hi, I'm running Oracle Database 10g 10.2.0.1.0 standard edition one, on windows server 2003 R2 x64. I have a table with a blob column which contains pdf document. Then, I create an index using the following script so that I can do fulltext search usi

  • RSH between Solaris 8 & 9

    I am having a problem using rsh between a Solaris 8 box and a Solaris 9 box. I can rsh from 8 to 9 and enter password etc.. and get logged in. ie: rsh remotehost passwd I'm in. The problem is I just want to pass a command (like who) from 8 to 9. ie:

  • How do I resolve error 7 windows 126

    How do I resolve error 7 windows 126 when trying toopen ITunes...I have uninstalled in the correct order and downloaded 5 times...to no avail. Jeff