command buffer space exhausted [message #369433] |
Thu, 21 September 2000 08:50 |
Charleton
Messages: 4 Registered: September 2000
|
Junior Member |
|
|
I am having a problem creating a package. I give the path to the file in sql*plus (SQL>@c:\temp\procs.sql) then I get the following messages:
Package created.
command buffer space exhausted
command buffer space exhausted
command buffer space exhausted
The package body is not created. What is going on here? Is this a memory issue? Can anyone help me???
|
|
|
Re: command buffer space exhausted [message #369435 is a reply to message #369433] |
Thu, 21 September 2000 11:22 |
Bala
Messages: 205 Registered: November 1999
|
Senior Member |
|
|
Hi,
If you are using the sqlplus on a Windows Machine.
Then you can go under options on the menu bar.
And select environment and increase the buffer width and buffer length parameters.
Bala.
|
|
|
|
|