Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Make a large string using sql

Keith JamiesonSep 29 2010 — edited Sep 29 2010
Ok all I want to do is generate a string of length X.

so to generate a 1000 character string of 'X's I'm doing the following:

select replace ('X','Y',1000) from dual
This is Just giving me X.

What am I doing wrong.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2010
Added on Sep 29 2010
7 comments
975 views