Sqlplus doesn't work using /nolog

I need startup oracle but when I write sqlplus /nolog in the command line instead of have a message telling that I'm connect to an instance idle I just got a help message telling me how to use the sqlplus command. This is pretty wierd,
I get the same message even if I try using a command like 'sqlplus /as sysdba'. What's wrong with sqlplus ?. thanks in advance.
Edited by: Guido-Granobles on 02-jul-2010 15:29

I write:
csi2.com:oracle:/home/oracle $ sqlplus /nolog
and I get:
SQL*Plus: Release 10.2.0.1.0 - Production
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Usage 1: sqlplus -H | -V
-H Displays the SQL*Plus version and the
usage help.
-V Displays the SQL*Plus version.
Usage 2: sqlplus [ [<option>] [<logon>] [<start>] ]
<option> is: [-C <version>] [-L] [-M "<options>"] [-R <level>] [-S]
-C <version> Sets the compatibility of affected commands to the
version specified by <version>. The version has
the form "x.y[.z]". For example, -C 10.2.0
-L Attempts to log on just once, instead of
reprompting on error.
-M "<options>" Sets automatic HTML markup of output. The options
have the form:
HTML ON [HEAD text] [BODY text] [TABLE text]
[ENTMAP {ON|OFF}] [SPOOL {ON|OFF}] [PRE[FORMAT] ON]
-R <level> Sets restricted mode to disable SQL*Plus commands
that interact with the file system. The level can
be 1, 2 or 3. The most restrictive is -R 3 which
disables all user commands interacting with the
file system.
-S Sets silent mode which suppresses the display of
the SQL*Plus banner, prompts, and echoing of
commands.
<logon> is: (<username>[<password>][@<connect_identifier>] | /)
[AS SYSDBA | AS SYSOPER] | /NOLOG
Specifies the database account username, password and connect
identifier for the database connection. Without a connect
identifier, SQL*Plus connects to the default database.
The AS SYSDBA and AS SYSOPER options are database administration
privileges.
The /NOLOG option starts SQL*Plus without connecting to a
database.
<start> is: @<URL>|<filename>[.<ext>] [<parameter> ...]
Runs the specified SQL*Plus script from a web server (URL) or the
local file system (filename.ext) with specified parameters that
will be assigned to substitution variables in the script.
When SQL*Plus starts, and after CONNECT commands, the site profile
(e.g. $ORACLE_HOME/sqlplus/admin/glogin.sql) and the user profile
(e.g. login.sql in the working directory) are run. The files may
contain SQL*Plus commands.
Refer to the SQL*Plus User's Guide and Reference for more information.
csi2.com:oracle:/home/oracle $

Similar Messages

  • TwoWay binding doesn't work using StringFormat={}{#:#.####}, why and how to fix it?

    <TextBox Text="{Binding doResult,UpdateSourceTrigger=PropertyChanged,StringFormat={}{#:#.####},Mode=TwoWay}" Grid.Row="8" Grid.Column="1" Visibility="{Binding ODvisbility,Converter={StaticResource BooleanToVisibilityConverter}}" Style="{Binding ODStyle}"/>
    After changing the stringFormat from 0:0.#### to #:#.#### twoWay binding has stop responding.  
    I fixed one problem and end up with another!

    It is hard to say without having seen all of your code. The information in your last post says nothing but there seems to be nothing wrong with the StringFormat as the property gets set as expected using the sample code I posted. You can try it for yourself
    if you don't believe.
    Please upload a reproducable sample of your issue to OneDrive and post the link to it here if you want anyone to be able to be able to get a clue on what is going on in your application.
    Edit:
    Now I see, it is the target property doesn't get set correcty. Please describe your issue in a bit more detail in the future :)
    Well, StringFormat and UpdateSourceTrigger=PropertyChanged is not a really good combination all the time. You should probably remove the StringFormat and try to handle the formatting logic yourself by for example using a converter. Something like this:
    class DoubleConverter : IValueConverter
    bool addDecimalPoint;
    public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) {
    double d = (double)value;
    string s = d.ToString("#.##", System.Globalization.CultureInfo.InvariantCulture);
    if (addDecimalPoint) {
    s += ".";
    addDecimalPoint = false;
    return s;
    public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) {
    string s = value.ToString();
    if (s.EndsWith(".")) {
    s += "0";
    addDecimalPoint = true;
    double d;
    if (double.TryParse(s, System.Globalization.NumberStyles.AllowDecimalPoint, System.Globalization.CultureInfo.InvariantCulture, out d))
    return d;
    return value;
    <TextBox Text="{Binding doResult,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay, Converter={StaticResource doubleConverter}}" />
    Please refer to the following page for more information about converters:
    https://msdn.microsoft.com/en-us/library/system.windows.data.ivalueconverter(v=vs.110).aspx
    Using StringFormat and UpdateSourceTrigger=PropertyChanged  will probably not work anyway.
    Please remember to mark helpful posts as answer and/or helpful.

  • Identity Based Firewall doesn't work using Citrix Published Desktop environment

    Hi!
    We are using the newest release of AD Agent (1.0.0.32.1, built 598). The ASA Firewalls 5520 are having the software release 8.4(3)8 installed.
    The problem:
    When somebody tries to connect thru the Identity based firewalls from a citrix published desktop environment (PDI) the connection is not possible. Checking the ip-of-user mapping on the firewalls (show user-identity ip-of-user USERNAME) mostly doesn't show the mapping of the USERNAME and the PDI the user is logged in. The user-of-ip mapping of the PDIs IP-address shows mostly other users, which then are used to authenticate the acces thru the firewalls.
    What is interesting, that on the AD Agent using "adacfg.exe cache list | find /i "USERNAME"" i can't see the PDIs IP-address neither because it is mapped to another user.
    Questions:
    Is Citrix Published Desktop environment supported to connect thru Identity based Firewalls?
    Anybody knows how AD Agent, Domain Controllers and Firewalls are working together?
    On the firewalls with "show user-identity ad-agent we see, the following:
    Authentication Port: udp/1645
    Accounting Port: udp/1646
    ASA Listening Port: udp/3799
    Why Cisco does use 1645 and 1646 and not 1812 and 1813?
    The Listening Port is used for what purpose?
    Remark: we tried the AD Agent modes full- download and on-demand with the same effect.
    Thanks for your replies
    Walter
    Sent from Cisco Technical Support iPad App

    There are no Firewalls between the AD-Agent and the DCs. We checked the names using nslookup. Everything ok. I asked our AD responsibles to doublecheck the firewall settings and the logs on the DCs and on the AD Agent. As soon i get an answer I will let you know.
    What I saw on the firewalls is, that just one (the first) DC is communicating with the firewalls. Is this normal?
    fw-1# show aaa-server protocol ldap
    Server Group: AD-ALL
    Server Protocol: ldap
    Server Address: 192.168.229.30
    Server port: 0
    Server status: ACTIVE, Last transaction at unknown
    Number of pending requests 0
    Average round trip time 0ms
    Number of authentication requests 114
    Number of authorization requests 0
    Number of accounting requests 0
    Number of retransmissions 0
    Number of accepts 114
    Number of rejects 0
    Number of challenges 0
    Number of malformed responses 0
    Number of bad authenticators 0
    Number of timeouts 0
    Number of unrecognized responses 0
    Server Group: AD-ALL
    Server Protocol: ldap
    Server Address: 192.168.229.31
    Server port: 0
    Server status: ACTIVE, Last transaction at unknown
    Number of pending requests 0
    Average round trip time 0ms
    Number of authentication requests 0
    Number of authorization requests 0
    Number of accounting requests 0
    Number of retransmissions 0
    Number of accepts 0
    Number of rejects 0
    Number of challenges 0
    Number of malformed responses 0
    Number of bad authenticators 0
    Number of timeouts 0
    Number of unrecognized responses 0
    Server Group: AD-ALL
    Server Protocol: ldap
    Server Address: 192.168.229.39
    Server port: 0
    Server status: ACTIVE, Last transaction at unknown
    Number of pending requests 0
    Average round trip time 0ms
    Number of authentication requests 0
    Number of authorization requests 0
    Number of accounting requests 0
    Number of retransmissions 0
    Number of accepts 0
    Number of rejects 0
    Number of challenges 0
    Number of malformed responses 0
    Number of bad authenticators 0
    Number of timeouts 0
    Number of unrecognized responses 0
    Server Group: AD-ALL
    Server Protocol: ldap
    Server Address: 192.168.229.40
    Server port: 0
    Server status: ACTIVE, Last transaction at unknown
    Number of pending requests 0
    Average round trip time 0ms
    Number of authentication requests 0
    Number of authorization requests 0
    Number of accounting requests 0
    Number of retransmissions 0
    Number of accepts 0
    Number of rejects 0
    Number of challenges 0
    Number of malformed responses 0
    Number of bad authenticators 0
    Number of timeouts 0
    Number of unrecognized responses 0
    Server Group: AD-ALL
    Server Protocol: ldap
    Server Address: 192.168.229.41
    Server port: 0
    Server status: ACTIVE, Last transaction at unknown
    Number of pending requests 0
    Average round trip time 0ms
    Number of authentication requests 0
    Number of authorization requests 0
    Number of accounting requests 0
    Number of retransmissions 0
    Number of accepts 0
    Number of rejects 0
    Number of challenges 0
    Number of malformed responses 0
    Number of bad authenticators 0
    Number of timeouts 0
    Number of unrecognized responses 0
    Server Group: AD-ALL
    Server Protocol: ldap
    Server Address: 192.168.229.42
    Server port: 0
    Server status: ACTIVE, Last transaction at unknown
    Number of pending requests 0
    Average round trip time 0ms
    Number of authentication requests 0
    Number of authorization requests 0
    Number of accounting requests 0
    Number of retransmissions 0
    Number of accepts 0
    Number of rejects 0
    Number of challenges 0
    Number of malformed responses 0
    Number of bad authenticators 0
    Number of timeouts 0
    Number of unrecognized responses 0
    fw-1# sho user-identity ad-agent
    Primary AD Agent:
    Status up
    Mode: on-demand
    IP address: 192.168.11.8
    Authentication port: udp/1645
    Accounting port: udp/1646
    ASA listening port: udp/3799
    Interface: Intranet
    Up time: 1 day 0 hours
    Average RTT: 0 msec
    AD Domain Status:
    Domain DOMAIN: up
    fw-1#
    Sent from Cisco Technical Support iPad App

  • On Demand Surround Sound doesn't work using X1 Xi3

    I have a Pace XG1v1 DVR and the Pace Xi3 satallites. My problem is that when I watch a program using On Demand it will not play in Surround Sound. Works perfect on the main XG1v1 box but not the satellites. Everything works fine on live or recorded programs just not the On Demand on the Xi3s! I have the Xi3 going into a Vizio TV then the optical cable coming out of it into a Sony Receiver. Yes, I have swapped out the companion boxes, keeping everything else the same, and the main box pushes the surround sound through when using On Demand. It only happens with the companion boxes; all 3 that I have! Is this a known proplem or what setting can I change to fix it? Please help.

    ComcastPhill,
    This is the 3rd time deputylynch has posted this and I believe ComcastNick or ComcastZach has already reached out to him.
    I am all for getting problems solved but lets not unnecessarily duplicate efforts.
    The OP has already received a great deal of help and input on this issue.
    ComcastPhill wrote:
    Hi deputylynch this is a unique issue that I am going to research and possibly escalated for you. I will let you know if I hear any updates or have someone contact you directly. Thank you

  • I want to have users submit the form in PDF format but it doesn't work using the email submit button

    Hi all,
    I have a form that I want to be returned to a specific email address as a PDF File. This is so that reservations people can open the pdf, and extract the information from it. Keeping it as a PDF will allow them to easily read and use the form.
    When I use the "Add and Email Submit button" approach, as outlined in the "How to" area, everything works fine, except that the format of the submitted file is in xml, not Pdf which is what I need it in.
    I then tried adding a Button to the document from the Library, and set it's "Control Type" to "Submit". This provided me with the submit sub-tab, where I set the "Submit Format" to PDF. In the "Submit to Url", I entered the following - "mailto:[email protected]" (without the quotes)
    The first approach works, but is not in the PDF format that I need (I believe).
    The second approach keeps giving the following error when one selects the submit button - "This operation is not permitted".
    We use Lotus Notes (yes, I know...not my favorite either, and it may be the problem here).
    Any help that might be provided is greatly appreciated!!
    Rob

    Thanks, but, using the "free" version of Reader, there is no opportunity to open nor import the xml data - the menu options do not exist - there is no import listed.
    If we try to open the xml file directly, then we get an error - something to the effect of "unsupported file type, or the file is corrupted".
    I just noticed in my Pro version that there is the command File ->Form Data ->Import Data to Form... command. Is this what you are referring to?
    What do you recommend? Perhaps the easiest thing to do would be to purchase a few copies of Acrobat Pro for the reservations people to use? I was hoping that the free version of reader would do it, but perhaps not?
    Thanks again,
    Rob

  • Re: Satellite L300D-13S - WLan doesn't work using Vista

    I have a L300D-13S which came with Visa Home Premium on it.
    Its working fine APART from the wireless which refuses to work.
    I always get "Wireless association failed because Windows did not receive any response from the wireless router or access point"
    The wiresless is a Realtek RTL8187B Wireless 802.11b/g 54Mbps USB 2.0 Network Adapter
    I'm running the latest BIOS and the 6.1148.924.2008 Drivers dated 24/09/2008. If I use the latest drivers from the RealTek site I get a message about an unknown error.
    If I use the Ethernet NIC then it gets an IP address fine so its not the Broadcast Flag Issue.
    Its not wireless security (I understand Vista does not support 128Bit WEP). I've turned it off and it still does it.
    Other Laptops running XP connect fine and this laptop connects fine using no security or WEP or WAP if I boot into Linux.
    So the problem obviously lies with Vista and/or the Drivers.
    Has anyone solved this.
    And no - Do not tell me to go out and buy a "Vista compatible" Router.
    If Vista Does not work with a router that XP and Other operating systems work with then Vista is flawed.

    It only occurs with the WLAN. If I plug into the back of the router with a cable then everything is totally solid. I get DHCP from the router and everything is fine. It is only the wireless that does it.
    Oddly enough it used to work. When I first powered the machine on it saw the network and connected and everything was fine until I rebooted when it decided not to work any more. I thought it was something I had done so as I'd not really done much with the machine I did a recovery on it and again it worked again fine (I downloaded a few 100MB of downloads). Then rebooted and the wireless was broken again which is why I think its Vista and not my router.
    Its not even making it through to the router to get an IP address on the wireless - it never even sees it.
    This is what is recorded in the event log.
    Log Name: System
    Source: Microsoft-Windows-Diagnostics-Networking
    Date: 13/11/2008 10:58:15
    Event ID: 6100
    Task Category: (12)
    Level: Information
    Keywords: (2)
    User: LOCAL SERVICE
    Computer: Kodaly
    Description:
    Helper Class (RNWF MSM Helper Class) Event:
    Wireless Diagnostic Helper Class Event
    For complete information about this session see the Wireless Diagnostic Informational Event.
    Helper Class: Native WiFi MSM
    Initialize status: Success
    Information for connection being diagnosed
    Interface GUID: bd8e9745-4f52-40fa-a989-4f2f0e1d7d67
    Interface name: Realtek RTL8187B Wireless 802.11b/g 54Mbps USB 2.0 Network Adapter
    Interface type: Native WiFi
    Profile: Discovery connection
    SSID: smokey
    SSID length: 6
    Connection mode: Infra
    Security: Yes
    Connect even if network is not broadcasting: No
    Result of diagnosis: Problem found
    Root cause:
    Windows cannot connect to "smokey"
    Wireless association failed because Windows did not receive any response from the wireless router or access point.
    Detailed root cause:
    Wireless association to this network failed. Windows did not receive any response from the wireless router or accesspoint.
    Repair option:
    Click for information on troubleshooting low wireless signal quality problems
    Message was edited by: Stephen_a_1

  • My 'drag and drop' doesn't work using Mountain Lion OS X 10.8.2 on iMac

    Drag and drop occasionally works between folders but very rarely - and now not at all. I have tried various remedies suggested onthis forum, but they didn't work.
    Copy and paste is a real drag (sorry!)
    Hugh

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Play/Pause/Next/Previous functionality doesn't work using keyboard/remote

    I have recently upgraded my 24'' iMac to a 27'' i5 iMac and migrated my information via the Migration Assistant using a gigabit peer-to-peer (crossover cable) ethernet connection. Since then or shortly after the play, pause, next and forward buttons on the keyboard stopped working (or they never worked, I am unsure).
    Moreover, the same functionalities when accessed using the Apple remote also does not work, note that the volume up and down buttons do work from the Apple remote.
    I am also having difficulty getting my digital camera identified using the USB interface but that is another show. The camera is not even seen by the Image Capture tool in the Utilities, note that I succeeded once in getting it identified but not since then. The only change I can remember was installing the MouseWizard tool for extending gestures of the magical mouse, which is probably the finest thing I have got from the whole upgrade (the most easily appreciable). Please ignore the matter of my digital camera, for me mentioning it only for the slight possibility that it may be connected. To this humble users they are two things that are not working at all. Some of the applications I have installed is Parallels Desktop 4.0, which seems to identify the camera once connected but not the Mac OS X system.
    Thanks in advance for your generous help.

    Today I made a brave international call to Apple in the USA, realising that less than 90 days has passed since I purchased my new iMac. The phone call lasted for 62 minutes and was utterly embarrassing and genuinely awkward for me as it was totally unhelpful and very, very costly. The guy on the other side was very unable to provide any meaningful help and it was not easy for me to tell him that he was not, so I had to go on with the costly call which was mostly filled with moments of silence and contemplation (and forgetting -for the thousandth time, that my keyboard is wireless, telling me one time after the other to try to unplug it from the USB and connect it again).
    Anyway, I am delighted to have discovered the problem myself, which is amazingly simple, and unbelievably responsible of both of the two (seemingly unconnected) problems I was having (the problem with the functional keys on the keyboard and the identification of my digital camera).
    The problem was simply solved by deleting a textual file from the root of the home folder which is the file called ".CFUserTextEncoding". I have no idea what this textual file stores (a string of the form "X:XX") and how could the four bytes in it be of so much annoyance in my case, but deleting it can bring the media control keys back to life and make the digital camera identify effortlessly. Quite puzzling I would say.

  • Creating RAID doesn't work using Disk Utility

    When I try to create a RAID in Disk Utility, the pair gets corrupted and I get an error - "couldn't find RAID".
    What is missing? Is there something else to install?
    I'm trying this on an external USB drive.

    I gave up.

  • ORACLE_HOME doesn't work for sqlplus

    When I define the system environment variable ORACLE_HOME within the system properties, the sqlplus doesn't work in the command line. I got an error as follows:
    Error 6 initializing SQL*Plus
    message file sp1<land>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory.
    If I remove the ORACLE_HOME variable, the sqlplus works. However, I have to set the ORACLE_HOME variable for my standalone OC4J. The value of ORACLE_HOME is c:\oc4j.
    How can I resolve this problem?
    Thanks.

    Error 6 initializing SQL*Plus
    message file sp1<land>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your
    Oracle software directory.
    You have set wrong oracle_home , that's why you getting this error.
    when you run sqlplus, it search message file on in oracle home , if oracle home set wrong , it will not find message file.
    If I remove the ORACLE_HOME variable, the sqlplus
    works. However, I have to set the ORACLE_HOMEOn command prompt run command "set" , it will tell what oracle home set in environment
    variable for my standalone OC4J. The value of
    ORACLE_HOME is c:\oc4j.
    c:\oc4j ???!!!!
    it should be some thing like C:\oraclexe\app\oracle\product\10.2.0\server
    Virag

  • Google apps doesn't connect using exchange option in mail while on 3G

    Hello,
    I have been using google apps for over two years and it has been working perfectly on my iPhone. I set up my email using the exchange option and its been running without incident. I also have my gmail setup using exchange and it too has been working fine for years.  About 2 months ago I had my iPhone 5 replaced by apple under warranty and on the new device  I was no longer able to setup my gmail using exchange. I then read that google stopped supporting exchange for new iOS devices. However, my google apps account continued to work perfectly until a few days ago. It suddenly stopped connecting to my account. I did a few experiments and noticed that it works perfectly when connected via wifi or on Edge but not on 3G. It's strange that it just doesn't connect on 3G. To troubleshoot I deleted the account and added it again but that didn't solve the problem.  I also restored the phone but that didn't help either. Finally I changed my SIM card and that didn't help too.
    Does anyone have any idea why this is and how I can solve this issue?
    Regards,
    Saeed

    buyousuf wrote:
    Thanks for the reply. This explains why my gmail account doesn't work using exchange. However, google apps is a paid service and hence should work using exchange.
    What did google say when you contacted them? It's their service.
    Also, I am able to connect using Edge and wifi but not while on 3G.
    Connect to what? Are you saying Google Apps works on Edge, but not 3G? Or are you saying you can't connect to the Internet at all over 3G?

  • Download doesn't work with Safari

    Just a tip if you happen to be using Mac OS. It appears that the License Agreement
    page doesn't work using Safari. Works fine with Camino, though.
    Blake Meike

    Hi Matthew
    Does the Activity Window work normally when Rapport is uninstalled ?
    If so, I'm not sure what you could do beyond keeping it that way & watching for an updated version; or contacting
    http://www.trusteer.com/support/report-problem & seeing what they say, since it might conflict with some other add-on. You've the same trouble in a new account ?.

  • Generated javascript by JSF doesn't works with IE

    Hi Everyone!!!
    I Have a big problem, the jaavascript code generated by JSF doesn't
    works using IE, I used a h:commanLink with actionListener to a funciton
    in the backing bean, and I use two f:params to send the parameter of an
    specific element to show its details, the problem is taht the
    javascript code generated shows an error: "
    'documents.forms.form.form:_idcl' is null or is not an object " or "
    'elements.idVar' is null or is not an object ". I'm not using MyFaces,
    or something similar because the application has a part built in
    ArcgisServer, and it 's not compatible with Myfaces, so I needed to use
    JSf only...
    Please I hope an answer, it has a big problem!!!
    it is the code of the jsp
    <code><h:commandLink actionListener="#{consultaEstadisticasMB.detalleEstadistica}">
    <f:param name="idVar" value="#{consultaEstadisticasMB.idColumna3}"/>
    <f:param name="idMun" value="#{registro[0]}" />
    <h:outputText title="#{consultaEstadisticasMB.columna3}" id="itColumna3" value="#{registro[2]}" />
    </h:commandLink>
    </code>

    Minor nit: MyFaces is JSF, an implementation at least, as is Mojarra, which I assume is what you mean. :)ye, MyFaces is an implementation... but at this time, we�re using "JSF 1.1.02 - Reference Implementation"...
    Now, I have noticed that is a problem of jsf implementation so i have tried to do the work in another way, usign outputLink, nad creating a new backing bean for the details page.. altough I'm having problems, this is what i'm trying to do:
    <h:outputLink value="/ConsultaEstadisticasGeo/detalleEstadisticas.jsf?idVar=#{consultaEstadisticasMB.idColumna3}">
              <h:outputText title="#{consultaEstadisticasMB.columna3}"id="itColumna3" value="#{registro[2]}" />
    </h:outputLink>but it shows me an error...
    GRAVE: Servlet.service() para servlet Faces Servlet lanz� excepci�n
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    And I don't kwon why. If you could help me, I would been so grateful

  • Select in View doesn't works

    Somebody knows why a fine select in sqlplus doesn't work when i create view based in fine select ?...
    Thanks ...

    I created view in this way:
    CREATE OR REPLACE VIEW V_PRUEBA AS SELECT * FROM (V_CNB_acumpres RIGHT JOIN lin_accion ON V_CNB_acumpres.LINEA = lin_accion.codigo) RIGHT JOIN act_presupuestadas ON lin_accion.act_presup = act_presupuestadas.nir_actpresup
    GROUP BY act_presupuestadas.act_presupuestada, act_presupuestadas.programa, act_presupuestadas.provincia
    ...And when in sql*plus executed it view, shut off...
    But If I execute the SELECT directly in SQL*Plus whithout view it's wirk finely...
    BUT I see that when I create view without GROUP BY clause, this work fine !!!
    Have you got a idea about this ?...
    Thanks...

  • Wireless keyboard with Marvicks doesn't work properly

    It's not easy to post this article due it's Marvicks (?) / Apple wireless keyboard problem.
    Once I'm at home, I use my MBP like a desktop by connecting with Apple wireless keyboard/mouse. Works Great!
    Since a while, I updated to Marvicks with great experience, but my wireless keyboard doesn't react on some uppercase keys. So, what I can do is: switch to caps-lock then type the missing key or type on MBP keyboard to get "T".
    Look to here and you will find which uppercase letter doesn't work:
    (use only with right-shift combination) aAbcCdDeEfFghHiIjJkKlLmMnNoOpPqQrRsStuUvVwWxXyYzZ.
    (use only with left-shift combination) aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStuUvVwWxXyYzZ.
    Don't work letters/function:
    (right-shift combination) B, G, T
    (left-shift combination)   T
    "fn+delete"
    Further, I have "Pinyin - Simplified" language installed. During Chinese input, I need switch to normal alphabet by activate "caps lock". This is an Easy and fast way to toggle between Chinese - English input. (much convinient than Language switch via mouse clicks).
    My older OS (Leopard, S.L, Lion) works well, but Marvicks interpret differently. Once "caps lock" and I navigate with cursor keys, sometime it convert my typing into e.g.: "\[34334" (this is not the exactly right sample, due I can't simulate this at this moment), something like that. It looks like the "Escape sequences"
    This is frustrating when I write my document without looking to the display regularly.
    Please help with thanks!

    Martindorcom wrote:
    It's not easy to post this article due it's Marvicks (?) / Apple wireless keyboard problem.
    Why don't you use the MBP's internal keyboard?  Does it also not work right?
    Have you tried another external keyboard?  If not, you should do that.  If it works OK,  then you need to replace the one causing all this trouble.

Maybe you are looking for

  • Unplanned Delivery Costs in Invoice Verification

    Hiii All , I am getting an error " Balance in Transaction Currency " when i give the Unplanned delivery costs. The configuration that i made is Unplanned delivery costs should be added to the Invoice Items. This comes when i am posting the Planned de

  • Not able to connect N82 to pc in data transfer mod...

    I am not able to connect N82 in data transfer mode( other modes are working fine) though i installed latest connectivity cable driver for N82. It says that it could not find any suitable driver(after search cd provided and online). My current firmwar

  • Multi Select Listbox - Horiz Scroll Bar available?

    I'm using the Standard - Multi Select Listbox and would like to see a horizontal scroll bar on it down at the bottom when the contents are too long to display in their entirety (and many of my items in the list start off the same with the distinguish

  • SAP Implementation for Media Services

    Hi all, Is there any best practise or some kind of guide to implement SAP for Media Services like printing, radio ,music, TV/broadcast, animation/games etc.....   If you have any kind of document or material or sites please share with me. points will

  • Transfer to a Mac

    I own Lightroom 4 and Photoshop Elements 10. I am considering the purchase of a Mac to replace my PC. Do I need to buy and upgrade to do this or do I have to purchse the entire program? Thank you.