Show Prompt in SqlPlus

Hi
I need put in Sql Plus Use and Databas in prompt as:
   CLIE@MYDATABASE>
   How can I to do It, ever when I to connect in Database , It show me in this format ?
Thank you in advance

Check out the [SQLPlus Users Guide and Reference|http://download.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1005595] for your version:
SET SQLP[ROMPT] {SQL>|text}SET SQLPROMPT is not supported in iSQL*Plus
Sets the SQL*Plus command prompt.
Example
You need the Select Any Table privilege to successfully run the following example scripts.
To change your SQL*Plus prompt to display your username and SID, enter:
SET SQLPROMPT '&_CONNECT_IDENTIFIER > '

Similar Messages

  • SHOW commands in SQLPlus

    Where can I find a list / explanation of the SHOW commands in SQLPlus?
    Thanks,

    Hi,
    Also, try this cool glogin script from Chris Foot to show the instance name in your SQL*Plus promt:
    COLUMN file_name FORMAT a44
    COLUMN tablespace_name FORMAT a20
    COLUMN owner FORMAT a15
    COLUMN segment_name FORMAT a20
    set lines 132
    set pages 100
    set termout off
    col dbname new_value prompt_dbname
    select instance_name dbname from v$instance;
    set sqlprompt "&&prompt_dbname> "
    set termout on
    set time on
    Here are the set options:
    APPI[NFO]ON
    Application info for performance monitor (see DBMS_APPLICATION_INFO)
    ARRAY[SIZE] {15|n}
    Fetch size (1 to 5000) the number of rows that will be retrieved in one go.
    AUTO[COMMIT] OFF|n}
    Autocommit commits after each SQL command or PL/SQL block
    AUTOP[RINT] OFF
    Automatic PRINTing of bind variables.(see PRINT)
    AUTORECOVERY ON
    Configure the RECOVER command to automatically apply
    archived redo log files during recovery - without any user confirmation.
    AUTOT[RACE] OFF} [EXP[LAIN]] [STAT[ISTICS]]
    Display a trace report for SELECT, INSERT, UPDATE or DELETE statements
    EXPLAIN shows the query execution path by performing an EXPLAIN PLAN.
    STATISTICS displays SQL statement statistics.
    Using ON or TRACEONLY with no explicit options defaults to EXPLAIN STATISTICS
    BLO[CKTERMINATOR] {.|c|OFF|ON}
    Set the non-alphanumeric character used to end PL/SQL blocks to c
    CMDS[EP] {;|c|OFF|ON}
    Change or enable command separator - default is a semicolon (;)
    COLSEP { |text}
    The text to be printed between SELECTed columns normally a space.
    COM[PATIBILITY] {V5|V6|V7|V8|NATIVE}
    Version of oracle - see also init.ora COMPATIBILITY=
    You can set this back by up to 2 major versions e.g. Ora 9 supports 8 and 7
    CON[CAT] {.|c|OFF|ON}
    termination character for substitution variable reference
    default is a period.
    COPYC[OMMIT] {0|n}
    The COPY command will fetch n batches of data between commits.
    (n= 0 to 5000) the size of each fetch=ARRAYSIZE.
    If COPYCOMMIT = 0, COPY will commit just once - at the end.
    COPYTYPECHECK OFF
    Suppres the comparison of datatypes while inserting or appending to DB2
    DEF[INE] {&|c|OFF|ON}
    c = the char used to prefix substitution variables.
    ON or OFF controls whether to replace substitution variables with their values.
    (this overrides SET SCAN)
    DESCRIBE [DEPTH {1|n|ALL}][LINENUM {ON|OFF}][INDENT {ON|OFF}]
    Sets the depth of the level to which you can recursively describe an object
    (1 to 50) see the DESCRIBE command
    ECHO OFF
    Display commands as they are executed
    EMB[EDDED] OFF
    OFF = report printing will start at the top of a new page.
    ON = report printing may begin anywhere on a page.
    ESC[APE] {\|c|OFF|ON}
    Defines the escape character. OFF undefines. ON enables.
    FEED[BACK] {6|n|OFF|ON}
    Display the number of records returned (when rows > n )
    OFF (or n=0) turns the display off
    ON sets n=1
    FLAGGER OFF|FULL}
    Checks to make sure that SQL statements conform to the ANSI/ISO SQL92 standard.
    non-standard constructs are flagged as errors and displayed
    See also ALTER SESSION SET FLAGGER.
    FLU[SH] OFF
    Buffer display output (OS)
    (no longer used in Oracle 9)
    HEA[DING] OFF
    print column headings
    HEADS[EP] {||c|OFF|ON}
    Define the heading separator character (used to divide a column heading onto > one line.)
    OFF will actually print the heading separator char
    see also: COLUMN command
    INSTANCE [instance_path|LOCAL]
    Change the default instance for your session, this command may only be issued when
    not already connected and requires Net8
    LIN[ESIZE] {150|n}
    Width of a line (before wrapping to the next line)
    Earlier versions default to 80, Oracle 9 is 150
    LOBOF[FSET] n
    Starting position from which CLOB and NCLOB data is retrieved and displayed
    LOGSOURCE [pathname]
    Change the location from which archive logs are retrieved during recovery
    normally taken from LOG_ARCHIVE_DEST
    LONG {80|n}
    Set the maximum width (in chars) for displaying and copying LONG values.
    LONGC[HUNKSIZE] {80|n}
    Set the fetch size (in chars) for retrieving LONG values.
    MARK[UP] HTML ON
    [HEAD text] [BODY text] [TABLE text]
    [ENTMAP {ON|OFF}][SPOOL {ON|OFF}]
    [PRE[FORMAT] ON]
    Output HTML text, which is the output used by iSQL*Plus.
    NEWP[AGE] {1|n} NULL text
    The number of blank lines between the top of each page and the top title.
    0 = a formfeed between pages.
    NULL text
    Replace a null value with 'text'
    The NULL clause of the COLUMN command will override this for a given column.
    NUMF[ORMAT] format
    The default number format.
    see COLUMN FORMAT.
    NUM[WIDTH] {10|n}
    The default width for displaying numbers.
    PAGES[IZE] {14|n}
    The height of the page - number of lines.
    0 will suppress all headings, page breaks, titles
    PAU[SE] OFF
    press [Return] after each page
    enclose text in single quotes
    RECSEP {WR[APPED]|EA[CH]|OFF}
    Print a single line of the RECSEPCHAR between each record.
    WRAPPED = print only for wrapped lines
    EACH=print for every row
    RECSEPCHAR {_|c}
    Define the RECSEPCHAR character, default= ' '
    SCAN OFF
    OFF = disable substitution variables and parameters
    SERVEROUT[PUT] OFF [SIZE n] [FOR[MAT] {WRA[PPED]|WOR[D_WRAPPED]|TRU[NCATED]}]
    whether to display the output of stored procedures (or PL/SQL blocks)
    i.e., DBMS_OUTPUT.PUT_LINE
    SIZE = buffer size (2000-1,000,000) bytes
    SHOW[MODE] OFF
    Display old and new settings of a system variable
    SPA[CE] {1|n}
    The number of spaces between columns in output (1-10)
    SQLBL[ANKLINES] ON
    Allow blank lines within an SQL command. reverts to OFF after the curent command/block.
    SQLC[ASE] {MIX[ED]|LO[WER]|UP[PER]}
    Convert the case of SQL commands and PL/SQL blocks
    (but not the SQL buffer itself)
    SQLPLUSCOMPAT[IBILITY] {x.y[.z]}
    Set the behavior or output format of VARIABLE to that of the
    release or version specified by x.y[.z].
    SQLCO[NTINUE] {> |text}
    Continuation prompt (used when a command is continued on an additional line using a hyphen -)
    SQLN[UMBER] OFF
    Set the prompt for the second and subsequent lines of a command or PL/SQL block.
    ON = set the SQL prompt = the line number.
    OFF = set the SQL prompt = SQLPROMPT.
    SQLPRE[FIX] {#|c}
    set a non-alphanumeric prefix char for immediately executing one line of SQL (#)
    SQLP[ROMPT] {SQL>|text}
    Set the command prompt.
    SQLT[ERMINATOR] {;|c|OFF|ON}|
    Set the char used to end and execute SQL commands to c.
    OFF disables the command terminator - use an empty line instead.
    ON resets the terminator to the default semicolon (;).
    SUF[FIX] SQL
    Default file extension for SQL scripts
    TAB OFF
    Format white space in terminal output.
    OFF = use spaces to format white space.
    ON = use the TAB char.
    Note this does not apply to spooled output files.
    The default is system-dependent. Enter SHOW TAB to see the default value.
    TERM[OUT] OFF
    OFF suppresses the display of output from a command file
    ON displays the output.
    TERMOUT OFF does not affect the output from commands entered interactively.
    TI[ME] OFF
    Display the time at the command prompt.
    TIMI[NG] OFF
    ON = display timing statistics for each SQL command or PL/SQL block run.
    OFF = suppress timing statistics
    TRIM[OUT] OFF
    Display trailing blanks at the end of each line.
    ON = remove blanks, improving performance
    OFF = display blanks.
    This does not affect spooled output.
    SQL*Plus ignores TRIMOUT ON unless you set TAB ON.
    TRIMS[POOL] ON
    Allows trailing blanks at the end of each spooled line.
    This does not affect terminal output.
    UND[ERLINE] {-|c|ON|OFF}
    Set the char used to underline column headings to c.
    VER[IFY] OFF
    ON = list the text of a command before and after replacing substitution variables with values.
    OFF = dont display the command.
    WRA[P] OFF
    Controls whether to truncate or wrap the display of long lines.
    OFF = truncate
    ON = wrap to the next line
    The COLUMN command (WRAPPED and TRUNCATED clause) can override this for specific columns.

  • Konsole and Yakuake stopped showing prompt...[SOLVED]

    Hi,
    Probably a very obvious but I could not find the culprit. After I updated my system (32Bit plain Arch) to KDE 4.11, Konsole and Yakuake stopped showing prompt, just a cursor on top left and most importantly, they do not accept input. Xterm and rxvt-unicode is installed, I reinstalled them, and I also checked konsolerc, but nothing is wrong there. Also, when I use krunner using Alt-F2 to summon a program like gparted with "kdesu gparted" it returns "su cannot be located, check your PATH". I check, and su is in path.
    There is something I miss, but what? Help please.
    Thank you in advance.
    Anil
    Last edited by joseywales72 (2013-08-21 14:37:06)

    biengo wrote:Not solved in my case. I've had had no prompt in konsole/yakuake for about 4 weeks now. My fstab did never include /dev/pts. This seems to me like a new issue.
    Instead of trying to overtake an old (solved) thread, it would probably be better if you started your own.  You have already established that you likely have an entirely different issue.  So I am not entirely sure what you hoped to accomplish by posting here in the first place.

  • Showing prompt value in report - Need Urgent help

    Hi All,
    I have created a query that has a prompt (it is not the dashboard prompt) that has " in Between" operator. It is on date column. When i am generating report by passing the prompt value the data is coming properly.
    I have downloaded the report in excel format and it is coming perfect. But i am not able to provide the data that he has selected in the prompt.
    Like on top of page i need to show - The report is genrated for Date1 to Date2.
    And then the data.
    Thanks in advance for any clue. I am not able to figure out how to do this.
    Thanks
    Ashok

    Hi Ashok,
    It seems it's possible, but not with the Filters view... but with Narrative View....
    If you have Calendar Date (which contains all dates till today) column in your model, then... if you want to show only the date prompt values on top even though you have all other prompts...
    For above mentioned criteria... you can't show only one date using filters view...
    Now... go with Narrative View,
    In that particular report add Calendar Date column 2 times...
    On one column apply Max(date) and on another column apply Min(Date)....
    Hide those...
    Now note down the positions of these above 2 columns in criteria... say 6 & 7... respectively...
    Now you write in narrative view...
    Selected Date between @ and @6
    So... based on the dates you selected.. the calendar date populate with the values and would hold the max and min i.e. what... selected values of your prompts...
    So by using this.. you can only show.. one prompt.... not all the prompts which you have...
    May helpful to you when you have .. Calendar Date only... remember ;)
    Thanks & Regards
    Kishore Guggilla
    Edited by: Kishore Guggilla on Nov 20, 2008 7:52 PM

  • Tables created using Enterprise Console Manager do not show up in SQLPLUS

    I am struggling with Enterprise console manager and command line SQLPLUS.
    I have tried scott/tiger , system/manager and the new user that I have created. But I am having the following problems:
    1. I cannot connect as NORMAL through Enterprise Console Manager if I use scott/tiger OR new/paswd. Only way I can connect as NORMAL is using system/manager
    2. The tables that I create using Enterprise Console Manager (while connected as system/manager in NORMAL mode) do not show up in the command line SQLPLUS. I am check this by running the following command:
    SELECT OWNER, OBJECT_NAME FROM ALL_OBJECTS WHERE OBJECT_NAME LIKE '%TEST%';
    While running the above command I am conected to SQLPLUS using system/manager WITHOUT SYSDBA
    3. Lastly, I have a JAVA class which establishes as connection to the database using system/manager. But I can access only the tables that I create using the Enterprise Console Manager. If I create a table using command line SQLPLUS (while connected as system/manager), I cannot access it through Java program.
    I am struggling with this since last morning and now I have run out ways to debug what is happening. Can anybody suggest any ways to tackle this?
    Thanks in advance,
    Mahesh

    Prior to 11g, when you created a table or whatever, you automatically allocated one extent.
    This is now no longer true and depends on a parameter I don't remember.
    dba_segments is a summary of dba_extents.
    Obviously, if there is no extent allocated, the table (view is defined with inner join) will not show up.
    You could qualify this is as a bug and submit a SR to Oracle. But then the performance impact may be huge.
    Sybrand Bakker
    Senior Oracle DBA

  • Tables created in Enterprise Manager dont show up in SQLPLUS

    I am struggling with Enterprise console manager and command line SQLPLUS.
    I have tried scott/tiger , system/manager and the new user that I have created. But I am having the following problems:
    1. I cannot connect as NORMAL through Enterprise Console Manager if I use scott/tiger OR new/paswd. Only way I can connect as NORMAL is using system/manager
    2. The tables that I create using Enterprise Console Manager (while connected as system/manager in NORMAL mode) do not show up in the command line SQLPLUS. I am check this by running the following command:
    SELECT OWNER, OBJECT_NAME FROM ALL_OBJECTS WHERE OBJECT_NAME LIKE '%TEST%';
    While running the above command I am conected to SQLPLUS using system/manager WITHOUT SYSDBA
    3. Lastly, I have a JAVA class which establishes as connection to the database using system/manager. But I can access only the tables that I create using the Enterprise Console Manager. If I create a table using command line SQLPLUS (while connected as system/manager), I cannot access it through Java program.
    I am struggling with this since last morning and now I have run out ways to debug what is happening. Can anybody suggest any ways to tackle this?
    Thanks in advance,
    Mahesh

    If you are using oracle below version 9 then I suggest you use DBA Studio for creating tables otherwise just create tables from SQLPLUS.

  • Show prompts before opening a new report using action links

    Hi,
    I have a report that's grouped on a particular GROUP_ID and the current month. On clicking the GROUP_ID on the report, I need to open a new report that displays data for that month but on date level. Since we have a lot of data at date level (>100,000), I wanted a drop down on the top of the report that has all dates in that month and clicking on a particular date, the data in the pivot table is fetched.
    I tried using the pivot table prompt but that seems to fetch all the data first and then creates a drop down prompt. Is there a way where we could fire the query only on choosing a particular date.
    Is there any other way we could do this?
    Regards.

    You're saying to add a dashboard prompt for Month and Date? When opening reports using Action links, I am not able to see the prompts.
    I am using Go URLs in Action links and that data for a month is >100,000. So, I want to show the data for the month and the first date of that month.
    I really don't know whether such thing is possible or not. I just want to restrict the data to the first day of the month. Rest of the data is queried when user selects a different date from the drop down.

  • Show prompt

    Hi,
    I want to ask you for advise. I am trying to set the Webi report including parameter by URL so that show window "Prompt" (for manual entering of parameter value) does not occure and
    I can enter the value right in URL.
    I am using this syntax but it does not work:
    http://server:port/OpenDocument/opendoc/openDocument.jsp?iDocID=ATyyKhauqPFBtDJHtciEh.E&sIDType=CUID&sRefresh=N&lsSActive=1&NAII=N
    I marked out all items in window Prompt settings.
    Thank you for your help.

    Hi,
    Check whether how you defined the prompt in child report. (I mean the prompt name in child report)
    Try below
    http://server:port/OpenDocument/opendoc/openDocument.jsp?iDocID=ATyyKhauqPFBtDJHtciEh.E&sIDType=CUID&sRefresh=N&lsSActive=1
    or
    http://server:port/OpenDocument/opendoc/openDocument.jsp?iDocID=ATyyKhauqPFBtDJHtciEh.E&sIDType=CUID&sRefresh=N&lsSActive="[Object to be passed to child report]"
    Cheers,
    Sureshbabu Aluri.

  • Chart:Display all months as labels on X axis but only show prompted values

    Hi all,
    I currently have a dashboard prompt for year and month. On a bar chart, data is retrieved from Jan to the prompted month. Month is on the X axis.
    So, if they choose March on the prompt, there's sales data where there is a bar for Jan, a bar for Feb, a bar for Mar on the X axis.
    What I'd like to do is on the X axis show all months - Jan through Dec - as lables, however, the data presented would be from Jan to the month chosen in the prompt. In my scenario of prompting for March,
    the X axis would have Jan, Feb, Mar, April,...Dec, but only Jan, Feb, Mar would have bars with their sales amounts.
    I'm not trying to get all the data for the year, just what's been prompted, but, I do want all the months displayed as lables on X.
    Is this possible?
    Thanks.

    Hi all,
    I currently have a dashboard prompt for year and month. On a bar chart, data is retrieved from Jan to the prompted month. Month is on the X axis.
    So, if they choose March on the prompt, there's sales data where there is a bar for Jan, a bar for Feb, a bar for Mar on the X axis.
    What I'd like to do is on the X axis show all months - Jan through Dec - as lables, however, the data presented would be from Jan to the month chosen in the prompt. In my scenario of prompting for March,
    the X axis would have Jan, Feb, Mar, April,...Dec, but only Jan, Feb, Mar would have bars with their sales amounts.
    I'm not trying to get all the data for the year, just what's been prompted, but, I do want all the months displayed as lables on X.
    Is this possible?
    Thanks.

  • Bypass user name and password prompt for sqlplus on Windows

    Hi folks,
    I had oracle 10g installed on my Windows XP SP2 system and everytime I use sqlplus, it prompts for user name and password. Some folks wrote some Unix shell scripts which invokes "sqlplus" without giving it user name and password, and these scripts are running fine on Solaris. So I would like to make these script to work on my Windows box as well. But obviously, it asks me user name and password every time. Since it is a shell script, sqlplus << EOT .... EOT will fail right away with : Fatal NI connect error 12560, blah blah blah...
    So my question is how to make sqlplus bypass the user name and password questions.
    Thanks,

    No sqlplus /nolog does not connect you to the database, you still need to connect to the database.
    c:\sql>sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Feb 21 15:19:16 2007
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    idle> select * from dual;
    SP2-0640: Not connected
    idle> connect test/test
    Connected.
    test@ORCL> select * from dual;
    D
    X
    Elapsed: 00:00:00.01
    test@ORCL>

  • SHOW ALL in sqlplus

    Hi,
    http://download.oracle.com/docs/cd/B28359_01/server.111/b31189/ch12041.htm#i2699447
    SQL*Plus® User's Guide and Reference
    Release 11.1
    Part Number B31189-01
    SHOW ALL
    Lists the settings of all SHOW options, except ERRORS and SGA,
    in alphabetical order.xquery is not listed
    should be
    Lists the settings of all SHOW options, except ERRORS, SGA
    and XQUERYin alphabetical order.SQL> show xquery
    xquery BASEURI "" CONTEXT "" NODE DEFAULT ORDERING DEFAULT
    SQL> show all
    underline "-" (hex 2d)
    USER is "SCOTT"
    verify ON
    wrap : lines will be wrapped
    errorlogging is OFF
    Also not that ERRORLOGGING is displayed after WRAP, which breaks the alphabetic order.
    Regards
    Laurent

    Thanks Laurent. I'll report this to the SQL*Plus doc people.
    Regards,
    Diana

  • How to show output in sqlplus side by side intead of in row

    in sqlplus if I type
    select A,B,C,D,E,F,G,H,I from SOMEHWERE where J='goat4';
    OUTPUT IS LIKE
    A B C D F
    G H I
    value here value here
    value here here
    tht is too hard to read
    how can I make it side by side
    like
    A Value here
    B Value here
    C Value here
    D Value here
    E Value here
    F Value here
    G Value here
    H Value here
    I Value here
    Thanks alot for help

    Numerous possibilities ... you can extent the linsize as already demonstrated but that has limited utility. The method I would suggest is formatting the column widths.
    Lots of demos here:
    http://www.morganslibrary.org/reference/sqlplus.html
    But this simple example should help.
    orabase> desc dba_data_files
    Name                                                                          Null?    Type
    FILE_NAME                                                                              VARCHAR2(513)
    FILE_ID                                                                                NUMBER
    TABLESPACE_NAME                                                                        VARCHAR2(30)
    BYTES                                                                                  NUMBER
    BLOCKS                                                                                 NUMBER
    STATUS                                                                                 VARCHAR2(9)
    RELATIVE_FNO                                                                           NUMBER
    AUTOEXTENSIBLE                                                                         VARCHAR2(3)
    MAXBYTES                                                                               NUMBER
    MAXBLOCKS                                                                              NUMBER
    INCREMENT_BY                                                                           NUMBER
    USER_BYTES                                                                             NUMBER
    USER_BLOCKS                                                                            NUMBER
    ONLINE_STATUS                                                                          VARCHAR2(7)
    orabase> col file_name format a30
    orabase> select file_name from dba_data_files;
    FILE_NAME
    C:\ORACLE\ORADATA\ORABASE\USER
    S01.DBF
    C:\ORACLE\ORADATA\ORABASE\UNDO
    TBS01.DBF
    C:\ORACLE\ORADATA\ORABASE\SYSA
    UX01.DBF
    C:\ORACLE\ORADATA\ORABASE\SYST
    EM01.DBF
    C:\ORACLE\ORADATA\ORABASE\EXAM
    PLE01.DBF
    C:\ORACLE\ORADATA\ORABASE\UWDA
    TA01.DBF
    6 rows selected.
    orabase> col file_name format a40
    orabase> /
    FILE_NAME
    C:\ORACLE\ORADATA\ORABASE\USERS01.DBF
    C:\ORACLE\ORADATA\ORABASE\UNDOTBS01.DBF
    C:\ORACLE\ORADATA\ORABASE\SYSAUX01.DBF
    C:\ORACLE\ORADATA\ORABASE\SYSTEM01.DBF
    C:\ORACLE\ORADATA\ORABASE\EXAMPLE01.DBF
    C:\ORACLE\ORADATA\ORABASE\UWDATA01.DBF
    6 rows selected.Note the control of the display width of the column. Without the formatting the column would display at 513 characters.

  • IPhone showing prompt for installing official Youtube app

    We're creating iPhone renditions of some folios we've created and published for iPad.  Instead of embedding videos into the folio we're linking to them on Youtube using "Open in Folio."  While this works well on the iPad, on the iPhone it keeps popping up the following message when the in-app browser opens:
    I'm pretty sure this just started happening yesterday or today since I haven't seen it in prior testing.  It seems like it's a change on Youtube's part when detecting a small mobile device visiting their website.  Even after using the link to take me to the app store and download the Youtube app I'm still getting the same popup in the Adobe Content Viewer.  It isn't changing to a prompt asking if I'd like to open the video in the Youtube app like it does when I use "Open in Device Browser" with an Android folio rendition.  Has anyone else noticed this?  Any suggestions for a solution?  It's rather annoying to have this message popup every time you try to view a video.  I'd gladly use "Open in Device Browser", however that means that there's no easy back button or other way for the user to get back to my app/folio.
    Andrew

    To me I think they need to re-vamp this app. Totally change and improve it. It has so much potential. Since the first iPhone came out they have had only 1 feature added to this app the whole time.
    Message was edited by: S lL A Y A

  • Showing Prompt values in the report

    A report contains two prompts. Users want those values shown in the report, ideally in the title. Is this possible? If so, please provide some direction.
    Regards,
    JS

    You can do so by using presentation variables for those prompts and then using those variable names in the report title.
    Doing that will give what your users want.

  • Prompt valuese are in row, obiee 11g

    Hi ,
    How to show prompt values are in single row.
    Ex:
    We have a year prompt , usually when we create a prompt.
    Prompt Name:
    2010
    2011
    2013
    I have to show that
    radio button 2010 radiobutton 2011 radionbutton2013.
    Can you please share your thoughts if you come across before.
    Regards,
    Mal
    Edited by: user10675696 on Apr 9, 2013 3:50 AM
    Edited by: user10675696 on Apr 9, 2013 3:58 AM

    Can't stop myself from commenting..
    OP - Please understand that everyone out here are helping each other and mind you it is a voluntary help. No one is getting paid.
    Try to be polite and when you post questions request for an answer and not demand. Hope you will understand.

Maybe you are looking for

  • What bluetooth speaker will work with the new IMAC 27"?

    Is Bose better than JamBox? Can someone recommend one? Is the speaker built into the new IMAC 27" good enough without external speaker?

  • 2LIS_40_REVAL

    Hi there, I'm in a Retail environment. I'm using 2LIS_03_BX, 2LIS_03_BF, 2LIS_03_UM to fill an InfoCube and have the monthly stocks. Quantities and valuation at purchase value are correct. As I want to add to my report the valuation at retail value f

  • How to run rsh in WLST

    Hi I Would like to use rsh to send an alert. Do somebody can advice me how to run rsh from a WLST script? an Example: heapSize = cmo.getHeapSizeCurrent() if heapSize > THRESHOLD: # do whatever is neccessary, send alerts, send email etc How can I do i

  • New iMac blocks sometimes, Dashboard doesn't show any deatils

    I am the proud owner of a new iMAC -- 17" 2GHz Intel Core 2 Duo. Looks great, works fine, but then I try transferring files and settings from my old iMAC -- a 1GHz PowerPC G4 with OS X 10.2.8 Suddenly weird things start to happen. For example: I clic

  • App Store for earlier versions of Snow Leopard?

    Is there any way to install the App Store app on a computer without upgrading to the version of Snow Leopard that introduced it?