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
XtVaAppInitialize()													       XtVaAppInitialize()

Name
  XtVaAppInitialize - initialize the X Toolkit internals, using varargs argument style.

Synopsis
  Widget  XtVaAppInitialize(app_context_return,  application_class,  options, num_options, argc_in_out, argv_in_out, fallback_resources, ...,
  NULL)
	 XtAppContext *app_context_return;
	 String application_class;
	 XrmOptionDescList options;
	 Cardinal num_options;
	 int *argc_in_out;     /* was type Cardinal * in Release 4 */
	 String *argv_in_out;
	 String *fallback_resources;

Inputs
  application_class
		 Specifies the class name of the application.

  options	 Specifies the command line options table.

  num_options	 Specifies the number of entries in options.

  argc_in_out	 Specifies a pointer to the number of command line arguments.  This argument was a Cardinal * in Release 4, and is an  int  *
		 in Release 5.

  argv_in_out	 Specifies the command line arguments array.

  fallback_resources
		 Specifies resource values to be used if the application class resource file cannot be opened, or NULL.

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

Outputs
  app_context_return
		 Returns the application context, if non-NULL.

Returns
  A toplevel shell widget of class applicationShellWidgetClass.

Availability
  Release 4 and later.

Description
  XtVaAppInitialize() initializes the Toolkit internals, creates an application context, opens and initializes a  display,  and  creates  the
  initial  application	shell.	It is identical to XtAppInitialize() 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 XtAppInitialize() for more information on this function.	See XtVaSetValues() for more information on  using  variable-length  argument
  lists to specify resources.

See Also
  XtAppInitialize(1), XtVaSetValues(1).

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