Sponsored Content
Top Forums Shell Programming and Scripting what is the maximum length of a unix shell variable which can be can passed to plsql Post 302290383 by alokjyotibal on Monday 23rd of February 2009 06:00:31 AM
Old 02-23-2009
what is the maximum length of a unix shell variable which can be can passed to plsql

what is the maximum length of a unix shell variable which can be can passed to plsql variableSmilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Maximum Command Length for Korn shell

What is the maximum size of a command which can be given in telnet command prompt in unixfor Korn shell? (2 Replies)
Discussion started by: miltony
2 Replies

2. UNIX for Advanced & Expert Users

Passing a unix variable value to a Plsql function

Suppose I have a unix variable called RGNM which is holding a value. Now I want to call a plsql function in my script. THis plsql function takes one IN parameter. I want to pass my UNIX VARIABLE Value to the plsql function. Can i just give it by giving $RGNM in the function after calling sqlplus... (1 Reply)
Discussion started by: cobroraj
1 Replies

3. UNIX for Dummies Questions & Answers

what is the maximum length of th os-command line in Unix.

Hi All, I didn't find any thread that match this question so I hope it's not redundant. I am totally new to Unix. I want to know what is the maximum length of the os-commandline in Unix. Will it cause any problem if I run any application whose total path length is much longer than 256... (2 Replies)
Discussion started by: kumardesai
2 Replies

4. UNIX for Dummies Questions & Answers

Maximum length of a path given as an argument to a shell script

hi, I am using solaris10. I have to write a bourne shell script, which copies files for the said destination path which is passed as an argument to the script. it looks like this myscript.sh /var/test -->destination path now i would like to know what is the maximum length i can... (3 Replies)
Discussion started by: raghu.amilineni
3 Replies

5. Shell Programming and Scripting

Maximum command length in bourne shell

Hi, I wanted to know what is the maximum length of command which can be run on a bourne (sh) shell? Where can I find that information? Is it different for different OS flavors? Please help. Thanks, Vineet (10 Replies)
Discussion started by: vineetd
10 Replies

6. Shell Programming and Scripting

Xapture Plsql Error from Unix Shell cript

Hi Friends, Need your help . I have a shell script which executes the plsql procedure proc_p1. I want to capture the error message when the procuder throws some error message. I codeed in the following way . But it shows Job Success. Kindly anyone give some better idea to over come this ... (2 Replies)
Discussion started by: imipsita.rath
2 Replies

7. UNIX for Dummies Questions & Answers

Unix Shell Scripting( Calling from Unix to PLSQL)

Hello Experts, I have the following questions to be discussed here at this esteemed discussion forum. I have two Excel sheets which contain Unix Commands llike creating directory the structure/ftp/Copy/Zip etc to basically create an environment. I need help in understanding some of... (1 Reply)
Discussion started by: faizsaadq
1 Replies

8. Shell Programming and Scripting

Is there a maximum length for a shell script command?

Is there a maximum length for a shell script command? How can I detect that in my OS? For example, if I have something like: command A | command B | command C | awk '{print $1 $2 $3 $4 $5}' then can we break the commands and also the arguments inside awk ? Thanks (11 Replies)
Discussion started by: hbar
11 Replies

9. Homework & Coursework Questions

How to Dynamically Pass Parameter to plsql Function & Capture its Output Value in a Shell Variable?

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: 2. Relevant commands, code, scripts, algorithms: #! /bin/ksh v="ORG_ID" ... (2 Replies)
Discussion started by: sujitdas2104
2 Replies

10. Shell Programming and Scripting

Parsing Comma Separated values to UNIX variable from PLSQL

Hi All, I'm trying to pass the comma separated values (string) returned from Plsql Procedure to UNIX variable. getting the below log message cat: -: Bad file descriptor awk: cmd. line:1: fatal: error reading input file `-': Bad file descriptor The output coming from plsql procedure is... (3 Replies)
Discussion started by: Mahesh3089
3 Replies
XtVaAppCreateShell()													      XtVaAppCreateShell()

Name
  XtVaAppCreateShell - create a top-level widget that is the root of a widget tree, using varargs argument style.

Synopsis
  Widget XtVaAppCreateShell(application_name, application_class, widget_class, display, ..., NULL)
	 String application_name;
	 String application_class;
	 WidgetClass widget_class;
	 Display *display;

Inputs
  application_name
	    Specifies the resource name of the shell widget.

  application_class
	    Specifies the class name of this application.

  widget_class
	    Specifies the widget class for the top-level widget.

  display   Specifies the display.

  ..., NULL A NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications.

Returns
  A toplevel shell widget of the specified class.

Availability
  Release 4 and later.

Description
  XtVaAppCreateShell()	creates  a top-level shell widget that is the root of a widget tree and a resource name hierarchy (i.e. a widget that
  has no parent).  It is identical to XtAppCreateShell() except that the args array of resource names and values and the num_args argument of
  that function are replaced with a NULL-terminated variable-length argument list.

  See  XtAppCreateShell()  for more information on this function.  See XtVaSetValues() for more information on using variable-length argument
  lists to specify resources.

Usage
  Most applications create secondary top-level shells with XtCreatePopupShell() which creates a widget in the same resource hierarchy as  the
  rest	of  the  application.	Most applications can use XtAppInitialize() or XtVaAppInitialize() to initialize the toolkit and create their
  first shell.

See Also
  XtAppCreateShell(1), XtAppInitialize(1), XtCreatePopupShell(1), XtVaAppInitialize(1), XtVaSetValues(1).

Xt - Initialization													      XtVaAppCreateShell()
All times are GMT -4. The time now is 08:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy