Subqueries in HAVING in Lite?

I am a student of SQL. My professor can run this on his full
blown ORACLE server using but this will not run under lite.
I looked in the doc and did not see this restriction under the
Comparison topic. The problem appears to revolve around the
subquery in the having
Select itemno count(*) from lineitem
group by itemno
having count(*) = (Select Count(*) from sale);
I get a "not a single-group GROUP BY
function message". It works fine if I put in a number (having
count(*) = 5). Am I doing something wrong or this a difference
between Lite and full ORACLE??
Thanks Dave Blazosky
Tables look like
SQL> DESCRIBE sale
Name Null? Type
SALENO NOT NULL NUMBER(10)
SALEDATE DATE
SALETEXT CHAR(50)
SQL> DESCRIBE LINEITEM
Name Null? Type
LINENO NOT NULL NUMBER(10)
LINEQTY NUMBER(10)
LINEPRICE NUMBER(7,2)
SALENO NOT NULL NUMBER(10)
ITEMNO NOT NULL NUMBER(10)
null

john (guest) wrote:
: Dave Blazosky (guest) wrote:
: : I am a student of SQL. My professor can run this on his full
: : blown ORACLE server using but this will not run under lite.
: : I looked in the doc and did not see this restriction under
the
: : Comparison topic. The problem appears to revolve around the
: : subquery in the having
: : Select itemno count(*) from lineitem
: : group by itemno
: : having count(*) = (Select Count(*) from sale);
: : I get a "not a single-group GROUP BY
: : function message". It works fine if I put in a number
(having
: : count(*) = 5). Am I doing something wrong or this a
difference
: : between Lite and full ORACLE??
: : Thanks Dave Blazosky
: : Tables look like
: : SQL> DESCRIBE sale
: : Name Null? Type
: : SALENO NOT NULL NUMBER(10)
: : SALEDATE DATE
: : SALETEXT CHAR(50)
: : SQL> DESCRIBE LINEITEM
: : Name Null? Type
: : LINENO NOT NULL NUMBER(10)
: : LINEQTY NUMBER(10)
: : LINEPRICE NUMBER(7,2)
: : SALENO NOT NULL NUMBER(10)
: : ITEMNO NOT NULL NUMBER(10)
: Dave,
: Place a comma(,) after the itemno in the SELECT statement and
re-
: run it.
: Regards,
: John
A typo when I entered into this message box. Reran and still the
same problem. Good spot though. I cut and pasted from lite below
SQL> Select Count(*) from sale;
COUNT(*)
5
SQL> Select itemno, count(*) from lineitem
2 group by itemno
3 Having count(*) = 5;
ITEMNO COUNT(*)
2 5
SQL> Select itemno, count(*) from lineitem
2 group by itemno
3 Having count(*) = (Select Count(*) from sale);
Select itemno, count(*) from lineitem
ERROR at line 1:
OCA-30021: error preparing/executing SQL statement
[POL-5234] not a single-group GROUP BY function
null

Similar Messages

  • Adobe Flash Player for Nokia 5230

    Hi Guys,
    I have wasted hell lot of time in finding Adobe Flash Player for Nokia 5230 but didn't find any. I am not able to run video on metacafe and facebook etc. Everytime it shows "Adobe Flash Player required".
    My Device software is up to date and having Flash lite 3.17 (Latest version). I have also searched on Adobe site but it doesn't list flash player for Nokia 5230.
    Can someone help me ??
    Regards,
    Rajiv Gupta
    Personal details removed by a moderator. We kindly ask you not to share your personal contact details or your phone's IMEI number publicly on this forum.

    It's Android®...
    There is no more Flash Player for Android and there won't be another. Android is no longer compatible with Flash Player. Playing Flash content is very processor consumptive and it drains your battery, also shortening the life of it. Android (Google) recommends using either "Dolphin" or "Puffin" as your browser if you need to view Flash content with a mobile device running Android. They're both availabe in the GooglePlay store. These browsers use "server side" rendering to reduce the load on your device.
    https://play.google.com/store/apps/details?id=mobi.mgeek.TunnyBrowser
    https://play.google.com/store/apps/details?id=com.cloudmosa.puffinFree

  • Quicktime wont Un-install (error 2330, fatal error etc) any new ideas??

    right, ive tried everything now other than cleaning my whole c; and d; drives totally!
    i've uninstalled iTunes any any related software, hoping it would help solve this quicktime problem, but no success.
    Also i have manually taken every Quicktime file from C;programes/quicktime, and also from the registry window (start, Run: 'Regedit' )
    But! then i used the search window and searched - Quicktime, a few files appeared, i deleted all that would allow me, leaving 6 files all 'Quicktime Extensions' and these files will not allow me to delete them....
    please someone must have the answer, im gettin desperate
    Message was edited by: tom-red-tom

    Some of the problems installing or uninstalling QT have been related to permissions where another user originally installed QT so you might want to look into mulitible users on the computer.
    C:\WINDOWS\system32 files QuickTime qts and QuickTimeVR qtx in some cases needed to be deleted.
    Also http://support.microsoft.com/kb/290301 has been helpful.
    Another cause is having K-Lite and ACE codecs (not sure if I have then pronounced correctly) installed on the computer. If so they need to be removed. They were first pointed out by b noir, and proved to be a issue with QT. What are the files that you mentioned that will not delete?

  • How do you set up iTC for two Different versions of the same app?

    I have been reading the iTC Developer Guide searching for the answer to this question, but so far I have found nothing that would help.  I plan on having a Lite and a Pro version of my app, and I may also have an iPad version as well.
    I have seen some iPhone icons which differentiate these app by using a slightly different icon for the Lite and Pro versions, but how these are submitted to the app store is what I would like to know.  And, for the sake of clarity, they will be priced differently as well.
    Thanks!

    Have you read the app store guidelines yet?
    App Store Review Guidelines:
    http://developer.apple.com/appstore/resources/approval/guidelines.html
    Don't go on what you've seen in the store - for every example you spot, there are hundreds that didn't make it in.
    As well, Apple is tightening up on reviews, etc.
    Loads of discussion on this in the iOS Dev Forums, BTW

  • 9i lite installation (Creation of Polite db in Palmtop having Win CE 2.11)

    We are using a palmtop having Win CE version 2.11. we have the following problems in installing 9i lite.
    1) We have tried executing cesetup.exe from mobile\SDK\WinCE\WCE211 directory.
    It hangs at \ORACE\createdb polite polite statement from the Cesetup.ini.
    2) We tried running msyc utility from the CE device when it was physically connected to the oracle database. The CE device hangs on running msync.exe
    3) The wtgpack.exe for the packaging wizard does not work.
    If anyone has faced the above problems and has found a solution kindly get back.

    We are using a palmtop having Win CE version 2.11. we have the following problems in installing 9i lite.
    1) We have tried executing cesetup.exe from mobile\SDK\WinCE\WCE211 directory.
    It hangs at \ORACE\createdb polite polite statement from the Cesetup.ini.
    2) We tried running msyc utility from the CE device when it was physically connected to the oracle database. The CE device hangs on running msync.exe
    3) The wtgpack.exe for the packaging wizard does not work.
    If anyone has faced the above problems and has found a solution kindly get back.

  • Error while creating a simple trigger in Oracle8i Lite

    Hi,
    I have Oracle8i Lite release 4.0.
    I want to create a simple trigger on 8i Lite.
    first I created .java file and got the .class file after successful compilation.
    The .class file is sitting in my local C:\ drive.
    I have a table having only two columns in 8i Lite and the structure is
    TABLE : SP
    ACC_NO NUMBER,
    ACC_DESC VARCHAR2(20)
    Then I issued the command :
    SQL> ALTER TABLE SP ATTACH JAVA SOURCE "JournalInst" in '.';
    After that getting the following error :
    alter table sp attach java source "JournalInst" in '.'
    ERROR at line 1:
    OCA-30021: error preparing/executing SQL statement
    [POL-8028] error in calling a java method
    Following is the cause/action for the error code :
    POL-8028 Error in calling a Java method
    Cause: Most commonly refers to a problem when converting between Java and Oracle Lite datatypes.
    Action: Check the calling parameters.
    I can't understand where I am wrong ?
    Could anybody help me out ?
    Here is my source code of .java file
    import java.lang.*;
    import java.sql.*;
    class JournalInst {
    public void INSERT_JOURNAL(Connection conn, double AccNo, String AccDesc)
    System.out.println("Record Inserted for :"+AccNo +" "+AccDesc);
    Thanks in advance for solutions.
    Sarada
    null

    I just started with 8i Lite, but as far as I know 8i Lite does not support PL/SQL code.
    So you have to write your triggers and stored procedures in Java.
    Ciao

  • Importing video clips in AVCHD (Lite) into Aperture vs iMovie

    I'm trying to figure out which application I should use for importing and storing video clips shot on my Panasonic DMC-ZS7 camera. This camera can shoot in AVCHD (Lite) or in Motion JPEG. I use the AVCHD (Lite) format to shoot the videos with this camera.
    The two application options I currently have for importing video clips from this camera are:
    a. Aperture 3.5.1 (I'm not using iPhoto since I have Aperture).
    b. iMovie 10.0.1 (I'm not using Final Cut Pro)
    When I first got this camera, Aperture 3 did not support the AVCHD Lite codec. Back then, iMovie could import video clips shot in AVCHD Lite, but it had to transcode the AVCHD video clips into AIC (Apple Intermediate Codec). Some time later, one of the Aperture 3 updates made it possible to import AVCHD Lite into Aperture (without having to transode into an intermediate codec), so we started importing our video clips shot in AVCHD Lite (together with our photos shot by the same camera) directly into Aperture.
    iMovie 10 released in 2013 supports importing video clips shot in AVCHD Lite without having to transode them to AIC for storing these video clips in iMovie. So, now we have a dilemma that we need help with. Which application should we use going forward for importing video clips from this camera?
    When I look at the metadata for the imported videos in Aperture, I see that the format of the imported video clips is listed as H.264. However, I can't seem to be able to find any information about the format in which iMovie stores imported videos. I can "Reveal in Finder" a video that I import into iMovie, and I see the size of the file and the .mov extension assigned to the file. With video files, the extension does not always determine the codec of the file, but in my non-expert opinion, the .mov extension is not H.264; I may be totally wrong here, though. What I have noticed, though, is that a video clip imported into iMovie has the file size that is about 10% larger than the same video clip imported into Aperture.
    Therefore, I have three questions:
    1. What format is a video clip (shot in AVCHD Lite) stored in Aperture 3.5.1 and in iMovie 10.0.1
    2. Which format (the one used by Aperture or the one used in iMovie) is better suited for transoding AVCHD videos into? The balance of the quality and file size is the main consideration for us.
    3. Which applications would you personally prefer using for importing video clips to and why?
    I do want to use some of these video clips to make home videos in the future, utillizing iMovie. However, it seems I can still store the raw footage in Aperture and access this raw footage from iMovie to be able to create an iMovie project and a final home video. One of the concerns is that if we keep importing our video clips into Aperture, the Aperture library could grow beyond the size that Aperture can support and we may end up losing our photos due to the database corruption. Is this a real risk?
    Thank you!

    I had the same question recently. Go to the right of this box and a little above, into the Search Discussions window. Type in this: Is MPEG2 the answer
    You will find my question, and the great answers I got. Follow those directions and you will be all set!

  • I am trying to create mp3 version of itune songs.  I have gone through the preference sequence to be mp3 encoder but this is not having any effect.  I have also tired from file tab to create a version but this is not available to action

    I am trying to create mp3 version of itune songs.  I have gone through the preference sequence to be mp3 encoder but this is not having any effect.  I have also tired from file tab to create a version but this is not available to action showing as lite grey.
    Any help would be appreciated

    I am trying to create mp3 version of itune songs.  I have gone through the preference sequence to be mp3 encoder but this is not having any effect.  I have also tired from file tab to create a version but this is not available to action showing as lite grey.
    Any help would be appreciated

  • Database Connection Problem in Oracle9i Lite Web-to-Go

    Hi
    I am having problem in the Database Connectivity. I am using the OracleDriver class for the connection and have defined the DataSource in the struts-config.xml as
    <data-sources>
    <data-source>
    <set-property property="driverClass"
    value="oracle.jdbc.driver.OracleDriver" />
    <set-property property="url"
    value="jdbc:oracle:thin:@192.50.200.201:1521:WEBTOGO.WORLD" />
    <set-property property="maxCount"
    value="5"/>
    <set-property property="minCount"
    value="1"/>
    <set-property property="user"
    value="master"/>
    <set-property property="password"
    value="ramchow"/>
    </data-source>
    </data-sources>
    But when I am trying to do any database transaction it is throwing the following exception..
    log9: [ERROR] ActionServlet - -Initializing application data source org.apache.s
    truts.action.DATA_SOURCE <java.sql.SQLException: Io exception: Connection refuse
    d(DESCRIPTION=(TMP=)(VSNNUM=153093120)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505
    )(EMFI=4))))>java.sql.SQLException: Io exception: Connection refused(DESCRIPTION
    =(TMP=)(VSNNUM=153093120)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:222)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:335)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:361)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at org.apache.struts.legacy.GenericDataSource.createConnection(GenericDa
    taSource.java:805)
    at org.apache.struts.legacy.GenericDataSource.open(GenericDataSource.jav
    a:741)
    at org.apache.struts.action.ActionServlet.initModuleDataSources(ActionSe
    rvlet.java:1085)
    at org.apache.struts.action.ActionServlet.init(ActionServlet.java:472)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at oracle.lite.web.JupServlet.createInstance(JupServlet.java:349)
    at oracle.lite.web.JupServlet.getServlet(JupServlet.java:322)
    at oracle.lite.web.JupServlet.service(JupServlet.java:216)
    at oracle.lite.web.AppServletHandler.handle(AppServletHandler.java:297)
    at oracle.lite.web.JupApplication.service(JupApplication.java:550)
    at oracle.lite.web.JupHandler.handle(JupHandler.java:109)
    at oracle.lite.web.HTTPServer.process(HTTPServer.java:306)
    at oracle.lite.web.HTTPServer.handleRequest(HTTPServer.java:162)
    at oracle.lite.web.JupServer.handle(JupServer.java:310)
    at oracle.lite.web.SocketListener.process(SocketListener.java:172)
    at oracle.lite.web.SocketListener$ReqHandler.run(SocketListener.java:226
    log9: javax.servlet.UnavailableException: Initializing application data source o
    rg.apache.struts.action.DATA_SOURCE
    log9: at org.apache.struts.action.ActionServlet.initModuleDataSources(ActionSe
    rvlet.java:1091)
    log9: at org.apache.struts.action.ActionServlet.init(ActionServlet.java:472)
    log9: at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    log9: at oracle.lite.web.JupServlet.createInstance(JupServlet.java:349)
    log9: at oracle.lite.web.JupServlet.getServlet(JupServlet.java:322)
    log9: at oracle.lite.web.JupServlet.service(JupServlet.java:216)
    log9: at oracle.lite.web.AppServletHandler.handle(AppServletHandler.java:297)
    log9: at oracle.lite.web.JupApplication.service(JupApplication.java:550)
    log9: at oracle.lite.web.JupHandler.handle(JupHandler.java:109)
    log9: at oracle.lite.web.HTTPServer.process(HTTPServer.java:306)
    log9: at oracle.lite.web.HTTPServer.handleRequest(HTTPServer.java:162)
    log9: at oracle.lite.web.JupServer.handle(JupServer.java:310)
    log9: at oracle.lite.web.SocketListener.process(SocketListener.java:172)
    log9: at oracle.lite.web.SocketListener$ReqHandler.run(SocketListener.java:226.
    Can anybody guide me what can be the problem asap.
    regards
    ramchow

    Ramesh,
    This looks like it might be a Java class mismatch error. Do you have multiple versions of Java installed on your machine? If so, you may want to keep one version and remove the rest.
    If you're already running just one version, you may want to check the registry and classpath for references to multiple Java versions, or version that no longer exist.
    Please let me know if you have additional questions.
    Junius

  • Having Issues with High CPU Usage with fluxbox & pekwm

    Greetings,
    I have searched for this issue and it seems that something similar has happened in the past with an old xorg, and it seems that someone is having a similar issue that they can point to kde as being the culrpit. However in my case, this is a fresh install and is not using any kde libs. Please allow me to explain the issue.
    The power supply on my main computer finally gave out, and being incredibly poor at the moment I can not yet replace it. So, I pull out an older computer that I had once set up for my kids, but took it away from them when they were abusing it. I always make backup dvds and such monthly so I didn't have to worry about any lose of data, however I desired to keep my larger hard drives from my main computer. After testing to ensure that the hard drives were fine, I did some minor surgery, and did a fresh install of arch linux onto my back up computer. Since I prefer pekwm, I installed pekwm as my wm of choice, and outfitted it quickly with mpd+sonata, firefox, pcmanfm, and tint2. Then I rebooted into my pekwm 'desktop'.
    It was running sluggish. Firefox was easily maxing the cpu up and beyond 100% and it felt ten times worse than any heavy DE I used in the past. I checked to make sure I had the right video driver installed. As this computer runs a 64MB nVidia GeForce2 MX with TV out video card, I searched nvidia's page and the arch wiki, noting that the driver needed is nvidia-96xx. Well I had already suspected that during install, and thus had installed such driver. I double checked my xorg.config and it has the right driver listed.
    So I checked out some lighter browsers. I tried both Midori and Iron (which is similar to Chrome but without google spyware or whatever). Well both run better than firefox, Midori being the lightest one, but Iron quickly being my favorite. Still, the problem remained. Moving windows caused cpu spikes, opening more than one tab, or more than one program caused cpu spikes and the computer to slow down and sputter, freezing at times.
    So I tried out another wm, fluxbos, which is another of my favorites. Seemed somewhat better but only fractionally, which I consider odd because pekwm has always seemed snappier than fluxbox to me in the past. Running lxtask (still mouse dependent, sorry lol), I was able to take note of the following...
    FLUXBOX
    lxtask 6% CPU usage average
    PCManFM 5% CPU Average
    Fluxbox 1% to 2% cpu usage
    gksu 3% cpu usage
    pidgin 3% to 7% cpu usage
    firefox up to 62% cpu usage
    midori up to 38% cpu usage
    iron up to 50% cpu usage
    mpd 11% cpu uage
    Xorg (with no window movement) 2% cpu usage
    Xorg (moving windows around) up to 80% cpu usage
    PEKWM
    lxtask 6% CPU
    pidgin 7% cpu
    tint2 1% cpu
    pekwm 1% to 5% cpu
    pcmanfm 7% cpu
    firefox up to 85% cpu
    python 1% cpu
    midori up to 38% cpu
    iron up to 25% cpu (odd...)
    Xorg (with no window movement) 1% cpu
    Xorg (when moving windows around) up to 80% cpu
    Both were using around 118 MB RAm and weren't yet touching swap. As I see it I am  thinking xorg  or video driver related, yet I already made sure that I had the correct video driver. Here's my Xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Jun 25 18:57:07 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1600x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Here's some specs on this computer, including video cards and such...
    Computer
    Summary
    Computer
    Processor Intel(R) Pentium(R) 4 CPU 1.60GHz
    Memory 1034MB (239MB used)
    Operating System Arch Linux
    User Name mythus (Travis K. Randall)
    Date/Time Thu 08 Oct 2009 05:24:52 PM CDT
    Display
    Resolution 1600x900 pixels
    OpenGL Renderer GeForce2 MX/AGP/SSE2
    X11 Vendor The X.Org Foundation
    Multimedia
    Audio Adapter ICH - Intel 82801BA-ICH2
    Input Devices
    Macintosh mouse button emulation
    AT Translated Set 2 keyboard
    Power Button
    Power Button
    PC Speaker
    Logitech USB Optical Mouse
    Printers
    No printers found
    SCSI Disks
    ATA ST3160212A
    ATA IC35L090AVV207-0
    LITE-ON LTR-16102B
    TSSTcorp CD/DVDW TS-H552D
    Operating System
    Version
    Kernel Linux 2.6.30-ARCH (i686)
    Compiled #1 SMP PREEMPT Wed Sep 9 12:37:32 UTC 2009
    C Library GNU C Library version 2.10.1 (stable)
    Default C Compiler GNU C Compiler version 4.4.1 (GCC)
    Distribution Arch Linux
    Current Session
    Computer Name norova
    User Name mythus (Travis K. Randall)
    Home Directory /home/mythus
    Desktop Environment Unknown (Window Manager: Fluxbox)
    Misc
    Uptime 11 hours, 38 minutes
    Load Average 0.20, 0.38, 0.34
    Kernel Modules
    Loaded Modules
    ipv6 IPv6 protocol stack for Linux
    reiserfs ReiserFS journaled filesystem
    usbhid USB HID core driver
    hid
    arc4 ARC4 Cipher Algorithm
    ecb ECB block cipher algorithm
    snd_seq_dummy ALSA sequencer MIDI-through client
    rt2500pci Ralink RT2500 PCI & PCMCIA Wireless LAN driver.
    snd_seq_oss OSS-compatible sequencer module
    rt2x00pci rt2x00 pci library
    snd_seq_midi_event MIDI byte <-> sequencer event coder
    rt2x00lib rt2x00 library
    snd_seq Advanced Linux Sound Architecture sequencer.
    led_class LED Class Interface
    snd_seq_device ALSA sequencer device management
    input_polldev Generic implementation of a polled input device
    mac80211 IEEE 802.11 subsystem
    snd_intel8x0 Intel 82801AA,82901AB,i810,i820,i830,i840,i845,MX440; SiS 7012; Ali 5455
    uhci_hcd USB Universal Host Controller Interface driver
    snd_pcm_oss PCM OSS emulation for ALSA.
    fan ACPI Fan Driver
    cfg80211 wireless configuration support
    ppdev
    ehci_hcd USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    snd_mixer_oss Mixer OSS emulation for ALSA.
    snd_ac97_codec Universal interface for Audio Codec '97
    nvidia
    lp
    eeprom_93cx6 EEPROM 93cx6 chip driver
    parport_pc PC-style parallel port driver
    ohci1394 Driver for PCI OHCI IEEE-1394 controllers
    parport
    psmouse PS/2 mouse driver
    ac97_bus
    ieee1394
    serio_raw Raw serio driver
    8139too RealTek RTL-8139 Fast Ethernet driver
    e100 Intel(R) PRO/100 Network Driver
    snd_pcm Midlevel PCM code for ALSA.
    pcspkr PC Speaker beeper driver
    battery ACPI Battery Driver
    8139cp RealTek RTL-8139C+ series 10/100 PCI Ethernet driver
    snd_timer ALSA timer interface
    i2c_core I2C-Bus main module
    iTCO_wdt Intel TCO WatchDog Timer Driver
    mii MII hardware support library
    evdev Input driver event char devices
    snd Advanced Linux Sound Architecture driver for soundcards.
    ac ACPI AC Adapter Driver
    iTCO_vendor_support Intel TCO Vendor Specific WatchDog Timer Driver Support
    usbcore
    soundcore Core sound module
    sg SCSI generic (sg) driver
    shpchp Standard Hot Plug PCI Controller Driver
    snd_page_alloc Memory allocator for ALSA system.
    processor ACPI Processor Driver
    thermal ACPI Thermal Zone Driver
    pci_hotplug PCI Hot Plug PCI Core
    intel_agp
    button ACPI Button Driver
    agpgart AGP GART driver
    rtc_cmos Driver for PC-style 'CMOS' RTCs
    rtc_core RTC class support
    rtc_lib
    ext4 Fourth Extended Filesystem
    mbcache Meta block cache (for extended attributes)
    jbd2
    crc16 CRC16 calculations
    sr_mod SCSI cdrom (sr) driver
    cdrom
    sd_mod SCSI disk (sd) driver
    ata_piix SCSI low-level driver for Intel PIIX/ICH ATA controllers
    ata_generic low-level driver for generic ATA
    pata_acpi SCSI low-level driver for ATA in ACPI mode
    libata Library module for ATA devices
    floppy
    scsi_mod SCSI core
    Display
    Display
    Display
    Resolution 1600x900 pixels
    Vendor The X.Org Foundation
    Version 1.6.3.901
    Monitors
    Monitor 0 1600x900 pixels
    Extensions
    BIG-REQUESTS
    Composite
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    DRI2
    GLX
    Generic Event Extension
    MIT-SCREEN-SAVER
    MIT-SHM
    NV-CONTROL
    NV-GLX
    RANDR
    RECORD
    RENDER
    SECURITY
    SHAPE
    SYNC
    X-Resource
    XC-MISC
    XFIXES
    XFree86-DGA
    XFree86-VidModeExtension
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
    OpenGL
    Vendor NVIDIA Corporation
    Renderer GeForce2 MX/AGP/SSE2
    Version 1.5.8 NVIDIA 96.43.13
    Direct Rendering Yes
    Processor
    Processor
    Processor
    Name Intel(R) Pentium(R) 4 CPU 1.60GHz
    Family, model, stepping 15, 1, 2 (Pentium 4)
    Vendor Intel
    Configuration
    Cache Size 256kb
    Frequency 1594.77MHz
    BogoMIPS 3190.44
    Byte Order Little Endian
    Features
    FDIV Bug no
    HLT Bug no
    F00F Bug no
    Coma Bug no
    Has FPU yes
    Cache
    Cache information not available
    Capabilities
    fpu Floating Point Unit
    vme Virtual 86 Mode Extension
    de Debug Extensions - I/O breakpoints
    pse Page Size Extensions (4MB pages)
    tsc Time Stamp Counter and RDTSC instruction
    msr Model Specific Registers
    pae Physical Address Extensions
    mce Machine Check Architeture
    cx8 CMPXCHG8 instruction
    apic Advanced Programmable Interrupt Controller
    sep Fast System Call (SYSENTER/SYSEXIT)
    mtrr Memory Type Range Registers
    pge Page Global Enable
    mca Machine Check Architecture
    cmov Conditional Move instruction
    pat Page Attribute Table
    pse36 36bit Page Size Extensions
    clflush Cache Line Flush instruction
    dts Debug Store
    acpi Thermal Monitor and Software Controlled Clock
    mmx MMX technology
    fxsr FXSAVE and FXRSTOR instructions
    sse SSE instructions
    sse2 SSE2 (WNI) instructions
    ss Self Snoop
    ht HyperThreading
    tm Thermal Monitor
    up smp kernel running on up
    pebs Precise-Event Based Sampling
    bts Branch Trace Store
    Memory
    Memory
    Total Memory 1034084 kB
    Free Memory 94276 kB
    Buffers 40536 kB
    Cached 700112 kB
    Cached Swap 0 kB
    Active 170788 kB
    Inactive 726844 kB
    Active(anon) 74112 kB
    Inactive(anon) 88348 kB
    Active(file) 96676 kB
    Inactive(file) 638496 kB
    Unevictable 12 kB
    Mlocked 12 kB
    High Memory 139144 kB
    Free High Memory 252 kB
    Low Memory 894940 kB
    Free Low Memory 94024 kB
    Virtual Memory 2931852 kB
    Free Virtual Memory 2931852 kB
    Dirty 12 kB
    Writeback 0 kB
    AnonPages 156996 kB
    Mapped 57392 kB
    Slab 24260 kB
    SReclaimable 18864 kB
    SUnreclaim 5396 kB
    PageTables 1376 kB
    NFS_Unstable 0 kB
    Bounce 0 kB
    WritebackTmp 0 kB
    CommitLimit 3448892 kB
    Committed_AS 404212 kB
    VmallocTotal 122880 kB
    VmallocUsed 27648 kB
    VmallocChunk 52368 kB
    DirectMap4k 32760 kB
    DirectMap4M 876544 kB
    Benchmarks
    CPU Blowfish
    CPU Blowfish
    This Machine 1595 MHz 50.176
    Intel(R) Celeron(R) M processor 1.50GHz (null) 26.1876862
    PowerPC 740/750 (280.00MHz) (null) 172.816713
    CPU CryptoHash
    CPU CryptoHash
    This Machine 1595 MHz 11.071
    CPU Fibonacci
    CPU Fibonacci
    This Machine 1595 MHz 74.202
    Intel(R) Celeron(R) M processor 1.50GHz (null) 8.1375674
    PowerPC 740/750 (280.00MHz) (null) 58.07682
    CPU N-Queens
    CPU N-Queens
    This Machine 1595 MHz 132.704
    FPU FFT
    FPU FFT
    This Machine 1595 MHz 104.630
    FPU Raytracing
    FPU Raytracing
    This Machine 1595 MHz 212.639
    Intel(R) Celeron(R) M processor 1.50GHz (null) 40.8816714
    PowerPC 740/750 (280.00MHz) (null) 161.312647
    So what I am wanting help with is finding the solution to the cpu usage so that I can use this computer at least until I can afford a new power supply or whatever. I am open to any good suggestions, though I must state I am not really interested in tiling wm's at the moment. I am just not a true minimalist.
    Thanks in advance for any and all help. I understand that there is a lot of info in this post, but it is my hope that with this info the problem can be solved. If there is info I didn't provide that is needed, please let me know.

    also check that you have
    session.screen0.opaqueMove false
    in your .fluxbox/init  this will probably help a bit if it is currently true,
    Last edited by Cyrusm (2009-01-26 13:52:13)

  • Suddenly I can no longer open my comcast email. I tried deleting cookies and emptying the cache, but neither helped. I can see the preview of the inbox, but not the whole inbox, and I cannot open any email. Help! I hate having to use IE!

    When I click on "open entire inbox" the font seems to get very large briefly,then it returns to the normal size.I can't see my whole inbox or open anything!

    When using Preferences to change the email to Xfinity Lite you loose certain valuable features available in the full verfsiion. This may work for some but I enjoy attaching photos in some emails and having them show in he message boz along with a message. It's a shame that two multi-national companys can't get their act straight. Comcast blames Firefox, Firefox blames Concast. In the meantime users are forced to use Internet Explorer. I hate this kind of stupidity. Millions of consumers are inconvenienced. I suspect that Microsoft and Comcast are schemeing in this matter.

  • Having an issue with passing the text of a link to a session variable.

    I am having an issue with passing the text from a link to a session variable. I am adding this html as a literal for each item in the list that i have populated with a query.
    List<Literal> lit = new List<Literal>();
    for (int i = 0; i < posts.Count; i+=4)
    Literal someLit = new Literal();
    someLit.Text=
    @"<div class='row'>" +
    "<div class='col-md-12'>" +
    "<div class='panel'>" +
    " <div class='panel-body'>" +
    " <!--/stories-->" +
    " <div class='row'> " +
    " <br>" +
    "<div class='col-md-2 col-sm-3 text-center' id='javascript'> <h3>" +
    " <a href='#' runat='server' onserverclick='UserProfile_Click'>" + posts[i + 3] + " </a>" +
    "</h3>" +
    " </div>" +
    " <div class='col-md-10 col-sm-9'>" +
    "<h3><a href='Thread.aspx' runat='server' onserverclick='MyFuncion_Click'> " + posts[i] + " </a></h3>" +
    " <div class='row'>" +
    " <div class='col-xs-9'> " +
    posts[i + 1] +
    " </div>" +
    "<div class='col-xs-3'></div>" +
    posts[i + 2] +
    " </div>" +
    "<br><br>" +
    " </div>" +
    " </div>" +
    " <!--/stories-->" +
    " </div>" +
    " </div>" +
    " </div><!--/col-12-->" +
    " </div>" +
    "</div>";
    lit.Add(someLit);
    for(int i=0; i<lit.Count; i++)
    this.Controls.Add(lit[i]);
    I use one of the list positions as the text for a link in two different spots. For now, lets only talk about the line:
    <a href='#' runat='server' onserverclick='UserProfile_Click'>" + posts[i + 3] + " </a>
    Since I am generating these controls at pageLoad, I can't make them <asp:Linkbutton>s. And since they are anchor elements, I don't have access to an onCommand attribute or onservercommand attribute.
    All I want to do is access the content from inside the specific link tags that I generate on link click and set it as a session variable. That's what I would like my UserProfile_Click function to do. I cant commandargs it in like i can with a linkbutton's
    OnCommnad attribute, however.
    My fear is that the onserverclick attribute resolves so something else on pageLoad normally and since I am generating it the way I am similar to the way a <asp:linkButton> resolves to a generated JavaScript.
    Any help?

    @Brunellus
    For questions related to ASP.NET use the ASP.NET forum http://forums.asp.net     
    You should get more, better and faster answers on the other forum.  Thanks, ahead of time.
    Best Regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Client Upgrade issue in Oracle Lite Database 10g 10.3.0.3.0

    Hi all,
    Details: My Environment is Oracle Database 11g R1(11.1.0.6.0) With Oracle Lite Database 10g R3(10.3.0.3.0) on Windows 2003 Server R2 SP2.
    Recently i have upgrade my oracle lite database from 10.3.0.2.0 to 10.3.0.3.0 and also applied recent opatch (p12812978_103030_Generic.zip). Upgrade and installation of opatch got successfully completed. When i tried the client synchornization for the very first time (FCS and Data Download) FCS and Data Download got Successfully completed but the problem is usually Once the FCS and Data Download Got Completed , Screen goto webtogo home page but in my case i am getting a screen name called "client upgrade" with options yes or no if choose yes it prompting please wait screen nearly for 1 hours i am not getting any response from the screen. if choose no simply it goto my webtogo home page. Please Note before choosing the yes option i have checked what version i am currently having it show 10.3.0.3 i don't know why it asking for the client upgrade. Please Advice me on this how to avoid this screen (Client Upgrade).
    Thanks
    Shan

    Hi,
    i am not upgrading the existing environment of Oracle Lite Client i am creating a new environment which doesn't have the Oracle Lite Client. In the document itself they have mentioned like this "These steps assume that you have a 10g Release 1 or 2 Branch Office environment already configured and synchronized. If you do not have this environment currently configured, you do not need to upgrade." To be Clear What i am doing is with help Oracle Lite Branch Office i will be downloading a user from Mobile Server for that i have to do the following
    1.FCS(Fresh Client Setup for that i have to run the setup.exe which is coming for Oracle Lite Branch Office) and
    2.Data download (Data will be get download from Mobile Server in the form of odb),
    3. Usually Once the FCS and Data Download got completed, the screen will goto the webtogo home there i can see my branch offlice applications.
    4. But in my case i am getting prompted by screen and the screen name called "Client Upgrade" with options yes or no if i choose yes screen got hanged else if i choose no then only screen moving the webtogo home page. Say can u r having existing environment in your machine due to some reasons u have upgrade or u have installed optach on the mobile server in that case while doing the client synchronication we can do the client upgrade by running the update.exe becasue client side will having the old binary file we need to renew it.
    5. But I am not upgrading the existing environment. I am creating a new environment which means i am doing a fresh client setup and synchronization for the very first time. While doing the FCS on my client side for the very first time i will be getting the latest binaries rite then why the screen is moving to client upgarde page i don't have any idea on this.
    Please Advice.
    Thanks
    Shan

  • Keyboard or Motherboard, that is the question (power indicator lit, but machine does not work)

    Hello Everyone.
    Sorry for this long as heck post. Skip to the all caps headers below, if you have no time for excuses.
    I’m loving my new w530.  Well, I have been loving it.  I work in documentary production and for the last year have been in a very dusty part of the world.
    No matter what we do, we cannot keep dust from the computers.  Dust covers, etc.  Are basically helpless, though we do use them.  If you could NEVER expose the computer to anything, that would be great.  But as soon as you use it, it will get dust in it, specifically the keyboard, and monitor bezel, but also any bezel and any button.  The dust can get gritty and sometimes it’s necessary to remove the keyboard(s) and just “shake them out”. 
    So, we don’t even bother to put the retaining screws in…because in a few hours you may be doing it again.  And even in a few minutes.
    So, last night…oh dear…I just don’t even want to think about it…but I did something REALLY stupid.  In my own defense, it was after having been awake for more than 24 hours straight.
    Anyway, I turned the computer off, unplugged (how I wish that I had turned it over) it from the back of the comp, and removed the keyboard…and of course covered the hole…the mobo and the internals.
    I proceeded to get all the gritty stuff out of the keyboard by turning it upside down, shaking it, turning it back shaking it…again and again…until I was satisfied.
    Then I started putting the keyboard ribbon back into the receptacle on the mother board.
    I’ve done it a thousand times, but..dammit, I almost want to cry…as I was placing it back on it slipped a little and touched something nearby on the mother board, and I saw the mute microphone button light up briefly.
    I immediately thought in expletives (because we have two batts (one is the 9 volt and one 6 volt) and sometimes I operate without either and just the power cord.. Which I thought was the situation last night (because the comp felt so light to me…but as soon as I saw that lamp, I knew that I was wrong, the small batt was in)…and I also thought that I wouldn’t be surprised if the machine didn’t boot now.
    And I was right…
    So, besides the obvious scolding…which I deserve…does anyone know anything about the keyboard schematics?
    I’ve looked for diagrams online, but have had no success.  And we VPN to a few servers around the world and they are always so slow, trying exhaustive searches is just crazy time consuming.
    THIS IS WHAT HAPPENS (THE SYMPTOMS):
    When the machine is plugged in, the power indicator lamp (around the power button) is lit…and stays lit no matter what you do, until you unplug it and the battery (if any).
    When the machine is NOT plugged in, but there is a battery attached, the lamp only lights when the button is pressed…and it stays lit until the battery is removed.
    SO MY QUESTION IS:
    Can anyone tell me based on the symptoms, if this is the keyboard (please) or if it is the motherboard?
    We are praying that I only shorted the keyboard somehow…because we know we can get a replacement keyboard only 1 day away. 
    Motherboards, we would have to send out for, and that just won’t happen.  And I don't even know if Lenovo will send motherboards...as they aren't considered CRU.
    And it will have to wait for three months, by which time all warranties will be lapsed.  Thankfully we got and bought some Win 8 licenses and I can just swap the hard drive to an old d830 and it works with no effort, and I have all of my work available to me with no fussing.
    Thanks for reading.  Hopefully someone has some great insights.

    MaryAmanda wrote:
    Does anyone know anything about onsite specifics?
    I'm wondering where the onsite warranty can be in effect.  Like, can it be used in ANY city in the US?  Can it be used only in metrololitan areas?  What is a metro area in Lenovo's eyes?
    Does anyone know where I can get better and accurate info on the onsite warranty?  Like a coverage map would be very helpful.  Because why should I spend the money on it, if I can't access it?
    Looking forward to more info...thanks.
    There is no coverage map as such.
    I live in what is considered a rural area and had techs driving 60-70 miles one way to get to me, never an issue.
    Obviously, YMMV.
    In my not-so-modest experience, both onsite and accidental damage upgrades are worth every penny if one intends to keep their ThinkPads for an extended period of time.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Oracle 8i Lite: TNS error (ORA-12203)

    Hi,
    I Have Installed oracle 8i Lite for win 98/and palm operating system on a WIN 98 , pentium III machine. THE INSTALLATION IS SMOOTH. I am able to see the database and users through the Oracle Navigator. But when i try to connect through sql*plus i get
    TNS-12203 TNS:unable to connect to destination error
    1)How to find whether oracle services are runnong or not?
    2)how to start listener on this 8i lite
    3)I have also tried creating service name with bequath protocol
    nothing works
    Pls Help. Any lead is appreciated

    Hi
    Your oracle database and forms are installed on different oracle home so when you configurate your sql net that time you are configurating only your oracle database. So for form you must be having different oracle home. you cand change thid from start/oracle inatallation products/home selecter. so change our home and run the form. and if still having problem than check for tnsnames.ora file you must be having two files and both must be having right configuration.
    thanks

Maybe you are looking for

  • Sorry if this has been posted before but...

    ..are all the video editing effects such as lighting, fog, faster/slower/reverse, etc available in iMovie '08? I use these effects heavily in movies I make, and it would be a huge turnoff for me if they're not included. I'll probably end up just gett

  • Tips on Implementing Row Level Security

    Dear All,I am currently trying to implement row level security in Hyperion Intelligent version 8.2. The user guide is straight forward on explaining the steps. However, when I tried it, the row level security does not filter the information at all ev

  • Can't print or create PDF's after resetting MacBook Pro

    Hey there, Some weeks ago I had a critical HD error and was forced to reset my complete system. I swiped the disk, reinstalled the OS and copied all documents and important settings (library files) back to the newly installed disk. All worked fine, a

  • Any one has references about activity "Make Offer" in the E-Recruiting

    I only found the workflow for processing "Offer accepted" in E-Recruiting system, but didn't any workflow for proccessing activity "Make offer". How does e-recruiting system implement this part?

  • 3d Solid Layer Glitch.

    Hello, I am trying to mask an object in my composition, but whenever I create a solid layer and turn into 3d, it creates a weird glitch with the background image. Please help, I want to remove that particle looking affect on the solid. Use the pictur