home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases.oracle
- Path: sparky!uunet!cs.utexas.edu!wupost!gumby!destroyer!ncar!csn!cherokee!da_vinci!windward!twood
- From: twood@windward.it.uswc.uswest.com (Tim Woodward)
- Subject: Re: Long insert statement in PCC ireclen exceeded.
- Message-ID: <By0u21.I5A@da_vinci.it.uswc.uswest.com>
- Sender: news@da_vinci.it.uswc.uswest.com (IT Netnews)
- Nntp-Posting-Host: windward
- Organization: U S WEST Information Technologies
- References: <BxvLKB.4uC@inews.Intel.COM>
- Date: Fri, 20 Nov 1992 15:37:13 GMT
- Lines: 17
-
- In article <BxvLKB.4uC@inews.Intel.COM> kortikar@mipos2.intel.com (Aniruddha Kortikar) writes:
- >I have a long insert statement in PRO*C insert into table ( ....) values (...)
- >ireclen is exceeded.
- >
- >I tried
- >char stmt[1000];
- >sprintf(stmt,"insert into ... values (:v1,:v2);");
- >exec sql execute s using :val1,:val2 ....
- >but even then the exec sql execute s using is about 300 chars long.
- >
-
- Did you set IRECLEN=1000 (or whatever size is needed) on the
- precompiler invocation line?
-
- Tim Woodward
- U S WEST
-
-