Execution of a procedure - work on Isql Plus but not SQL Developer?

Hi people.

I'm playing with some stuff and design the structure, mostly just passing values autour procedures. I have a (procedure1) procedure which takes a sysdate and then switches to another (procedure2) procedure that accepts the parameter and done a dbms_output.put_line.

The two objects are valid and compile correctly. I use

exec procedure1;

with iSql more and it works perfectly. It prints the output and any dates.

However if I use exactly the same command in SQL Developer it gives me the error "ORA-00900: invalid SQL statement.

I do not understand why this is happening? The code runs perfectly in one but not the other...

Remember that SQL * most orders do not work in the spreadsheet. So, that would be

exec my_proc

In the worksheet, you must declare an anonymous block...

begin
    my_proc;
end;
/

If you right-click on the procedure in the browser and select run, then SQL * Dev will throw up a harness for you. Very convenient if you want to get DBMS_OUTPUT, variables defined, etc..

Cheers, APC

http://radiofreetooting.blogspot.com

Tags: Database

Similar Questions

  • OfficeJet 6600. Works as a printer, but not able to start the scanner.

    OfficeJet 6600. Works as a printer, but not able to start the scanner.

    I am facing a strange behaviour of my camera. I tried to find similar problems on the forum, but did not succeed.

    I started it 2 days (near my 5610 old which seems to have problems of aging). I use a Sony VAIO PC, OS Win7-Pro, updated.

    Running the appliance following the instructions of the poster. Presents the installation CD. Wireless net was successful and the screen of the device is to give the corresponding IP address.

    But this IP has realized the configuration SW is not recognized. I tried thousands of times, switching and on different devices (router, printer and pc) in the order required, uninstall and reinstall the device.

    However, despite the property intellectual not recognized the device functioning as a "printer".

    But I need to use it as a scanner.

    Procedure by selecting the "scan to PC" screen of the device (only available as an option) I get the message "to ensure that the feature is turned on" and I am prompted to 'open the printer HP SW,... '. ».

    Go to Windows and by clicking on "HP SCAN" in the HP/HP Officejet 6600 directory I get the a warning window stating "HP Officejet unidentified 6600.

    Can someone, please?

    Thank you in advance.

    Hey,.

    Try this document! A "no computer has detected" or "Connection error" message when scanning for HP Officejet 6600 e-all-in-one and 6700 Premium e-All-in-One Printer Series (H711)

    Have a great day!

  • Firefox does not open, but is rather the error message "Unable to read the configuration file." He has worked in the past, but not now.

    Firefox does not open, but is rather the error message "Unable to read the configuration file." He has worked in the past, but not now.

    I REINSTALL 10 TIMES SO DON'T TELL ME THAT!
    I'm piss because I need firefox work again, so I can finish my reseaching in 5 days.


  • I changed my apple ID password. I restarted my computer and my iphone. My new password works with my laptop, but not my iphone.

    I changed my apple ID password. I restarted my laptop and my iphone. My new password works on my laptop but not on my iphone, I can't update my applications.

    iowaoma wrote:

    I changed my apple ID password. I restarted my laptop and my iphone. My new password works on my laptop but not on my iphone, I can't update my applications.

    Apps are tied to apple id and password that was used to download/purchase it.

    Try your old password and see if you can update or not.

  • Stand By worked in XP Home, but not XP Pro SP3 on the same machine

    Stand By worked in XP Home, but not XP Pro SP3 on the same machine.
    How can I get Stand By under XP Pro SP3?

    * title Moose - see http://stlcc.org/SYS/Standby.bmp for the issue.*

    Hi srfpala,

    I suggest that you manually download and install the latest drivers for the graphics card graphics card or computer manufacturer's website and check if it helps.

    How to manage devices in Windows XP

    http://support.Microsoft.com/kb/283658

    If fails it above step can refer to the article below and try the steps mentioned, check if it helps.

    How to solve the problems of hibernation and standby in Windows XP

    http://support.Microsoft.com/kb/907477

  • I installed the police of San Francisco system. his work in other applications, but not adobe, Ps and Pr

    I installed the police of San Francisco system. his work in other applications, but not adobe, Ps and Pr
    What... do not know any solution.

    Hello

    Please try to post your query in communities:

    General discussion of Photoshop

    Illustrator

    Premiere Pro

    Kind regards

    Sheena

  • Why the HDR toning work with some pictures, but not for others?  I have CS6.

    I have Photoshop CS6 and when I go to HDR toning, it is only highlighted for work with some photos, but not others, why?  Thank you.

    HDR toning does not work with CMYK images. Change the RGB color mode, and then you will be able to use HDR toning. It also works with the color to grayscale mode.

  • Work in a tool, but not another one... same environment.

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE Production 11.2.0.3.0
    AMT for Solaris: 11.2.0.3.0 - Production Version
    NLSRTL Version 11.2.0.3.0 - Production


    I am trying to build a view. It works in TOAD 11.6. It works with Oracle SQL Developer 1.1.3.
    But when I try to launch it via SQL/PLUS (putty connection)... it goes down.
    alter session set current_schema = fs_nris_fsveg;
    
    CREATE OR REPLACE FORCE VIEW FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM
    (
       STAND_CN,
       STAND_ID,
       PLOT_CN,
       PLOT_ID,
       STANDPLOT_CN,
       STANDPLOT_ID,
       TREE_CN,
       TREE_ID,
       TAG_ID,
       SITE_TREE_FLAG,
       TREE_COUNT,
       HISTORY,
       SPECIES,
       DIAMETER,
       DIAMETER_HT,
       DG,
       HT,
       HTG,
       HTTOPK,
       HT_TO_LIVE_CROWN,
       CRCLASS,
       CRRATIO,
       DAMAGE1,
       SEVERITY1,
       DAMAGE2,
       SEVERITY2,
       DAMAGE3,
       SEVERITY3,
       DEFECT_CUBIC,
       DEFECT_BOARD,
       TREEVALUE,
       PRESCRIPTION,
       AGE,
       SLOPE,
       ASPECT,
       PV_CODE,
       PV_REF_CODE,
       TOPOCODE,
       SITEPREP
    )
    AS
       SELECT DISTINCT
              s.cn stand_cn,
              s.setting_id stand_id,
              p.cn plot_cn,
              NRV_FVS_DB.To_Num (
                 SUBSTR (p.level_2_id, GREATEST (-1 * LENGTH (p.level_2_id), -4)))
                 plot_id,
              s.cn || '_' || LPAD (p.level_2_id, 4, '0') standplot_cn,
              s.setting_id || '_' || LPAD (p.level_2_id, 4, '0') standplot_id,
              t.cn tree_cn,
              NVL (t.unique_no, NRV_FVS_DB.To_Num (t.tag_id)) tree_id,
              t.tag_id tag_id,
              DECODE(t.site_tree_flag,  NULL, 0,  'Y', 1,  NULL) site_tree_flag,
             -- Check for sub-sampling, calculate stand level tpa equiv if sub-sampling, and       
             -- plot-level tpa equiv if no sub-sampling                                            
              DECODE(
                 s.Has_Sub_Sampling,
                 'Y',                                             /*If sub-samp */
                     ROUND (NRV_TREE.Stand_Equiv (t.cn, t.tpa_equiv, s.cn), 5),
                 /*else not    */
                 t.tpa_equiv)
                 tree_count,
              NRV_FVS_DB.To_History (t.live_dead,
                                     t.recent_mortality_flag,
                                     t.tree_status,
                                     t.tree_class)
                 history,
              t.species_symbol species,
              DECODE(t.diameter_method, 'C', NULL, NVL (t.diameter, 0.1))
                 diameter,
              t.diameter_height diameter_ht,
             -- /* For GST trees only: artf21577 radial growth bug                                                         *
              -- *   If the setting has any prev dia measurements and a prev meas date, DG = fia previous diam measurement *
              -- *   Otherwise, DG = radial growth                                                                         */
             -- /* TO_NUMBER(DECODE(t.growth_sample_tree_flag, NULL, NULL
              --                ,DECODE(NRV_FVS_DB.get_dg_trans(p.setmeas_cn_of)
                --              ,0, t.radial_growth/10  -- Division by 10 to convert units from tenths to inches
                --              ,1, t2.diameter_previous
                 --             ,NULL))) dg, */
    
              --TO_NUMBER(DECODE(NRV_FVS_DB.get_dg_trans(p.setmeas_cn_of),0, t.radial_growth/10,  -- Division by 10 to convert units from tenths to inches
              --                 1, t2.diameter_previous,NULL)) dg,  -- art24653
    
              DECODE(
                 t.radial_growth_method,
                 'C', NULL,
                 TO_NUMBER (
                    DECODE(NRV_FVS_DB.get_dg_trans (p.setmeas_cn_of),
                            0, t.radial_growth / 10, -- Division by 10 to convert units from tenths to inches
                            1, t2.diameter_previous,
                            NULL)))
                 dg,                                                   -- art24653
              DECODE(t.height_method, 'C', NULL, t.height) ht,
              --DECODE(t.height_growth_method, 'C', NULL,
              --round(DECODE(t.growth_sample_tree_flag, NULL, NULL, t.height_growth),4)) htg,  -- artf7599 GST tree (dg and htg issue)
              DECODE(t.height_growth_method,
                      'C', NULL,
                      ROUND (t.height_growth, 4))
                 htg,                                                  -- art24653
              DECODE(
                 t.height_to_break_method,
                 'C', NULL,
                 NRV_FVS_DB.To_Height_Top_Kill (t.height_topkill,
                                                t.height_to_break))
                 httopk,
              DECODE(t.crown_base_height_method, 'C', NULL, t.crown_base_height)
                 ht_to_live_crown,
              t.crown_class crclass,
              DECODE(
                 t.crown_ratio_method,
                 'C', NULL,
                 DECODE(
                    NRV_FVS_DB.Only_1_Digit_CRs (s.cn),
                    'Y',                                      /*all 1-digit CRs */
                        t.crown_ratio,
                    /*1- and 2-digit CRs*/
                    DECODE(GREATEST (NVL (t.crown_ratio, -1), 1),
                            LEAST (NVL (t.crown_ratio, -1), 9),      /*CR < 10  */
                                                               10,
                            /*CR >= 10 */
                            t.crown_ratio)))
                 crratio,                            -- artf9733 crown ratio issue
              NRV_FVS_DB.Get_Damage (t.cn, 1) damage1,
              NRV_FVS_DB.Get_Severity (t.cn, 1) severity1,
              NRV_FVS_DB.Get_Damage (t.cn, 2) damage2,
              NRV_FVS_DB.Get_Severity (t.cn, 2) severity2,
              NRV_FVS_DB.Get_Damage (t.cn, 3) damage3,
              NRV_FVS_DB.Get_Severity (t.cn, 3) severity3,
              (  SELECT SUM (td.effect_severity)
                   FROM nrv_tree_disturbances td
                  WHERE t.cn = td.tremeas_cn AND td.effect_code = '014'
               GROUP BY td.tremeas_cn)
                 defect_cubic,
              (  SELECT SUM (td.effect_severity)
                   FROM nrv_tree_disturbances td
                  WHERE t.cn = td.tremeas_cn AND td.effect_code = '013'
               GROUP BY td.tremeas_cn)
                 defect_board,
              /* first check to see if the plot is nonstockable, otherwise assign tree value. */
              DECODE(
                 NRV_FVS_DB.Is_Plot_Nonstockable (p.cn,
                                                  s.region_proc,
                                                  s.loader_version),
                 'Y',                                             /*nonstockable*/
                     8,
                 /* else */
                 NRV_FVS_DB.To_Tree_Value (t.tree_class))
                 treevalue,
              NRV_FVS_DB.To_Num (t.first_treatment_option) prescription,
              --t.age age,
              DECODE(t.age_method,  'DC', NULL,  'TC', NULL,  t.age) age,
              NVL (p.slope, c1.slope) slope,
              NRV_FVS_DB.To_Aspect_Zero (NVL (p.aspect, c1.aspect)) aspect,
              NVL (p.pv_code, c1.pv_code) pv_code,
              NVL (p.pv_ref_code, c1.pv_ref_code) pv_ref_code,
              NRV_FVS_DB.To_Topo_Code (p.slope_position) topocode,
              DECODE(c1.cn,
                      NULL,                                /*no condition record*/
                           NRV_FVS_DB.get_plot_siteprep (p.cn),
                      /*else               */
                      NRV_FVS_DB.get_condition_siteprep (s.cn, c1.cn))
                 siteprep
         FROM nrv_tree_measurements t,
              nrv_fia_tree_measurements t2,
              nrv_setting_measurements p,
              /* sub-select to improve efficiency - to unravel sub-sampling only once per stand-level. */
              (SELECT cn,
                      setting_id,
                      region_proc,
                      loader_version,
                      NRV_FVS_DB.Has_Sub_Sampling (cn) has_sub_sampling
                 FROM nrv_setting_measurements
                WHERE setmeas_cn_of IS NULL) s,
              /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
              nrv_fia_mapped_conditions c1
        WHERE     t.setmeas_cn = p.cn
              AND p.setmeas_cn_of = s.cn
              AND t.cn = t2.tremeas_cn(+)
              AND t.mapcond_cn = c1.cn(+)
              AND t.off_plot_flag IS NULL
              AND (t.tree_status IS NULL OR t.tree_status IN ('D', 'L'))
              AND (   t.tree_class IS NULL
                   OR t.tree_class IN
                         ('AC',
                          'DE',
                          'GS',
                          'RF',
                          'RN',
                          'S',
                          'SV',
                          'UA',
                          'US',
                          'WS',
                          'H',
                          'U',
                          'D'))
              AND t.down_flag IS NULL;
    
    COMMENT ON TABLE FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM IS 'Provides FVS tree-level information from derived from various FSVeg data tables.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.STAND_CN IS 'Database control number for parent setting record.  This provides a foreign key to NRV_FVS_STANDINIT_VM.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.STAND_ID IS 'Stand Identification Code.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.PLOT_CN IS 'Database control number for child setting record.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.PLOT_ID IS 'Plot Identification number.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.TREE_CN IS 'Database control number for individual trees.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.TREE_ID IS 'Tree Identification Code - unique number.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.TREE_COUNT IS 'Tree Count rounded to 5 decimal places.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.HISTORY IS 'History Code. 1=live trees, 6=died during mortality observation, 8=died before mortality observation period';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.SPECIES IS 'Tree Species Code.  NRCS plants code.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.DIAMETER IS 'Tree Diameter measurement in inches.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.DIAMETER_HT IS 'Height in feet above ground where the diameter was measured.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.DG IS 'Diameter Growth in inches.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.HT IS 'Tree Height measurement in feet.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.HTG IS 'Height Growth in feet.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.HTTOPK IS 'Height to top kill is the height to the point of the tree of top kill in feet';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.CRRATIO IS 'Percent live crown.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.DAMAGE1 IS 'Damage Code #1';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.SEVERITY1 IS 'Severity Code corresponding to damage code #1';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.DAMAGE2 IS 'Damage Code #2';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.SEVERITY2 IS 'Severity Code corresponding to damage code #2';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.DAMAGE3 IS 'Damage Code #3';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.SEVERITY3 IS 'Severity Code corresponding to damage code #3';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.TREEVALUE IS 'Tree Value Class Code. 1=desirable, 2=acceptable, 3=cull, 8=non-stock-able plot.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.PRESCRIPTION IS 'Prescription Code.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.SLOPE IS 'Slope Percentage of level-2 setting (plot) or FIA condition class.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.ASPECT IS 'Aspect in degrees of level-2 setting (plot) or FIA condition class.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.PV_CODE IS 'Potential Vegetation Code of level-2 setting (plot) or FIA condition class.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.PV_REF_CODE IS 'Potential Vegetation Reference Code -- the document from which the PV_CODE was obtained.';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.TOPOCODE IS 'Topography Code of level-2 setting (plot) 1=bottom, 2=lower, 3=mid slope, 4=upper slope, and 5=ridge top';
    
    COMMENT ON COLUMN FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM.SITEPREP IS 'Site Preparation Code of level-2 setting or FIA condition class. 1=none, 2=mechanical, 3=burn, 4=road';
    
    
    
    DROP PUBLIC SYNONYM NRV_FVS_TREEINIT_VM;
    
    CREATE OR REPLACE PUBLIC SYNONYM NRV_FVS_TREEINIT_VM FOR FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM;
    
    
    GRANT SELECT ON FS_NRIS_FSVEG.NRV_FVS_TREEINIT_VM TO PUBLIC WITH GRANT OPTION;
    ERROR:
    SQL> @nrv_fvs_treeinit_vm.sql
    SP2-0042: unknown command "DECODE(" - rest of line ignored.
    SP2-0734: unknown command beginning "t.radial_g..." - rest of line ignored.
    SP2-0042: unknown command "'C', NULL," - rest of line ignored.
    SP2-0734: unknown command beginning "TO_NUMBER ..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning "DECODE(NRV..." - rest of line ignored.
    SP2-0734: unknown command beginning "0, t.radia..." - rest of line ignored.
    SP2-0734: unknown command beginning "1, t2.diam..." - rest of line ignored.
    SP2-0042: unknown command "NULL)))" - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning "dg,             ..." - rest of line ignored.
    SP2-0734: unknown command beginning "DECODE(t.h..." - rest of line ignored.
    SP2-0734: unknown command beginning "DECODE(t.h..." - rest of line ignored.
    SP2-0042: unknown command "'C', NULL," - rest of line ignored.
    SP2-0734: unknown command beginning "ROUND (t.h..." - rest of line ignored.
    SP2-0734: unknown command beginning "htg,      ..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0042: unknown command "DECODE(" - rest of line ignored.
    SP2-0734: unknown command beginning "t.height_t..." - rest of line ignored.
    SP2-0042: unknown command "'C', NULL," - rest of line ignored.
    SP2-0734: unknown command beginning "NRV_FVS_DB..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning "t.height_t..." - rest of line ignored.
    SP2-0042: unknown command "httopk," - rest of line ignored.
    SP2-0734: unknown command beginning "DECODE(t.c..." - rest of line ignored.
    SP2-0734: unknown command beginning "ht_to_live..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning "t.crown_cl..." - rest of line ignored.
    SP2-0042: unknown command "DECODE(" - rest of line ignored.
    SP2-0734: unknown command beginning "t.crown_ra..." - rest of line ignored.
    SP2-0042: unknown command "'C', NULL," - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0042: unknown command "DECODE(" - rest of line ignored.
    SP2-0734: unknown command beginning "NRV_FVS_DB..." - rest of line ignored.
    SP2-0734: unknown command beginning "'Y',      ..." - rest of line ignored.
    SP2-0734: unknown command beginning "t.crown_ra..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning "DECODE(GRE..." - rest of line ignored.
    SP2-0734: unknown command beginning "LEAST (NVL..." - rest of line ignored.
    SP2-0042: unknown command "10," - rest of line ignored.
    SP2-0734: unknown command beginning "t.crown_ra..." - rest of line ignored.
    SP2-0734: unknown command beginning "crratio,  ..." - rest of line ignored.
    SP2-0734: unknown command beginning "NRV_FVS_DB..." - rest of line ignored.
    SP2-0734: unknown command beginning "NRV_FVS_DB..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning "NRV_FVS_DB..." - rest of line ignored.
    SP2-0734: unknown command beginning "NRV_FVS_DB..." - rest of line ignored.
    SP2-0734: unknown command beginning "NRV_FVS_DB..." - rest of line ignored.
    SP2-0734: unknown command beginning "NRV_FVS_DB..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
                 defect_cubic,
                       *
    ERROR at line 5:
    ORA-00933: SQL command not properly ended
    
    
    
    Comment created.
    (all the other reviews and more commands succeed.)

    So what could be causing it to crashin SQL/PLUS via PUTTY? It makes no sense to me.
    I also ran it through code formatter, because this will often show the ugly face of something that is hidden. But no luck.

    But just info... is... contradictory information by the Oracle PL/SQL programming manual that (I've just came across this the other day, is the only reason I remember it) clearly states that he cares for white space.

    It is not on the space characters in PL/SQL, but how SQL * Plus manages blank lines by default.

    Are you sure you have deleted all empty lines? I see at least two.
    Have you tried the suggested option? The error you have is very typical of this situation.

  • Why disable Flash Player addon allow videos work on one site but not another?

    I am running Firefox 37.02, Windows 7. I also have flash shockwave V17.0.0.134 & V18.0.0.95 addons. The V18 version is beta and downloaded from Adobe to try to resolve this ongoing problem. He has not solved it. By trial and error, I have established that when I disable the addons above mentioned (notice, disabling seems to disable the other) I am able to get videos from Web site to play (for example: video on golfchannel.com) but not another (example: www.nbcphiladelphia.com). Conversely, if the addons are enabled, the videos on the site www.nbcphiladelphia.com work but those of the golfchannel.com are not. By 'not' I mean that commercial video games earlier but the video of the main object that is to run thereafter is not. I get a black screen and the commercial video recycled again and again. I contacted the golfchannel.com support group who said that they were not aware of all the problems. They suggested that I use the Chrome browser, which is what they use without problem.

    It's weird. You can try using the Firefox Add-on FlashBlock to disable flash on some websites but not others: https://addons.mozilla.org/En-us/firefox/addon/flashblock/

  • internal WiFi works in safe mode but not in normal mode.

    I have very hard to pass the data on the net - when restarting, wifi is on but does not work and showing off shortly. My phone via bluetooth connection seemed to work for a while but today although it shows not connected no pass data even after two reboots. Start in safe mode, however, shows wifi on and it works! (that's how I'm connected right now). So it must be a software originally this problem - but how do I tell me what it is? This has happened for a long time - well before the upgrade to El Capitan.

    Place your cursor on the WiFi icon - press Option and then click on it

    Run the Diagnostics wireless

  • EliteBook 8440p; DM1-3020us: 2x4gb 1600 MHz DDR3L works in Pavilion DM1 but not Elitebook 8440p? But both are supported than 1066 MHz RAM

    I have two Elitebook 8440p PCs that both run an Intel i5 520 m (although one of them has a discreet Nvidia NVS 3100 m, while the other does not and use the integrated graphics card Intel).

    I also have a Pavilion DM1-3020us with an AMD E-350 APU; It's the only other PC I own which takes SO-DIMM DDR3 modules.

    I just bought this Crucial DDR3L 1600 MHz 2x4gb hoping to use it with the 8440p without the graphics from Nvidia:

    http://www.BestBuy.com/site/crucial-2-Pack-4GB-1-6GHz-PC3-12800-DDR3L-so-DIMM-Unbuffered-non-ECC-lap...

    However, it causes crashes and BSOD as soon as he tried to start under Win7 64 bit on both 8440 p PCs.  Also when trying to boot Linux Mint 18 I empty a kernel panic, and run Memtest86 + just leads to restarting the PC within seconds.  Yet, I can navigate through the BIOS throughout the day and it will continue to work very well...

    But here's where it gets really weird - the RAM works perfectly fine in my laptop DM1 Memtest86 + and Win7 64 bit (I use it as I type this).  What's curious?  Because both the AMD E-350 and the Intel i5 520 m only support up to 1066 MHz RAM!

    The only thing I can think is that there is something wacky where RAM is unable to operate at 1066 MHz at 1.5V or is not able to run at 1.5V to all E-350 1.35v support (and 1.5V RAM so that the i5 520 m only supports 1.5V) which itself would be really strange that Micron (which actually manufactured the RAM) States on their website that their 1.35v and 1.5V RAM have actually the same die (a bit like mobile i7s quad vs quad I5S Office) and that both can operate at 1, 5V, implying therefore that the 1.35v product is simply a higher binning:

    https://www.micron.com/~/Media/documents/products/technical-note/DRAM/tn4114_ddr3_1_35v_1_5v_compat...

    Crucial live chat support, however, closed several hours for the day, so I thought I would at least make this post in the meantime.

    Hello:

    Please see this thread, and the discussion that I posted in this thread... and you'll have your answer.

    6550 b has the same chipset as the 8440p.  I posted the link to the site from NewEgg for the memory, you need to buy if you live in the USA/Canada in the discussion that I've referenced to the other person who had the 8440p.

    http://h30434.www3.HP.com/T5/notebook-hardware-and-upgrade-questions/RAM-memory-modules-that-actually-work-for-HP-EliteBook-8440p/m-p/5570634#M335108

    There are several discussions on this issue if you want to find even more.  Everything is solved by specific G.Skill memory I posted.

    The extent of why it works in the dm1 and not the 8440p, the chipsets are different.  The Intel chipset in the 8440p doesn't support voltage DDR3L.  Comparison of AMD and Intel chipsets are like comparing apples and oranges.

    I also believe that the chipset amd in the dm1 is more recent than the chipset in the 8440p and promotes low-voltage memory.

    I have just return from memory and use the gift card on something else.

    I doubt that Best Buy has this specific memory.

  • Transfer works of Mac iOS but not iOS for Mac

    I get the transfer icon on my screen lock and the bottom of multitasking on my iPhone 6 and first generation iPad look so I have a compatible application Handoff open on my new Macbook or other iOS devices, but I never see a transfer icon on the dock of my Macbook one of my iOS devices. My Macbook is my only Mac, so these are the only devices with that I can test.

    My MacBook is OS x 10.11.2 and my iPhone and iPad are both running iOS 9.2 (at this time as I write this, here are the latest updates). They all are signed on the same iCould account, on the same WiFi network and have bluetooth switched on.

    Apple offers signature in and out of the iCloud, just to see if that fixes it. Given the way depends on OS X is on iCloud, which seems to be a very drastic step to take just to see if maybe he could do something. I think live without transfer would be preferable to redownloading my library of Photos to iCloud together and spend days trying to figure what functions had off and cross the two factor authentications endless to reactivate them.

    So, just to be clear, my problem is that my iOS devices receive transfers from my Macbook, but my Macbook is not receive transfers of my iOS devices.

    Yes, me too. Transfer works between handheld and portable handheld computer devices, but not the direction of one I really need, Pocket for your laptop. It works for my husband from his iPhone to the iMac, however.

  • USB thermometer works in Hyperterminal &amp; MAX, but not in my VI

    I have USB (Omega TJ - USB) thermometer.  I contacted with her success in Hyperterminal.  When I try with MAX, it usually starts working after the second attempt to read/write.  But even if I put the termchar 0xD and termchar_en to True, I still have to type my writing as 'C' back ' 20.2 c ' (20.2 C being the temperature) any idea why this happens?

    In addition, I go ahead and make my VI, very similar to that found in the labview tutorial - image shown here: http://zone.ni.com/cms/images/devzone/tut/a/e09bfd41228.gif I put it for baud: 38400, 8n1.  and I also write 'c', but I get the error 1073807339.  I tried to change the buffer without change in the results.

    I thought it would be a relatively simple task, but it seems that I am bad, or overlooking something simple.

    Hi Chknrckd,

    Also what could be the problem, is that the way hyperterminal sends characters (when you type words). LabVIEW will send a string at the same time, while that hyperterminal sends each character at a time.

    More information can be found here:

    Why Test panels MAX works my Instrument Serial in Hyperterminal but not in LabVIEW or VISA work?

    http://digital.NI.com/public.nsf/allkb/171D2D70CFB66E74862571390062D12B

    I hope this helps!

  • Driver Iomega for citizen Floppy more works for floppy drive, but not for memory cards.

    Original title: HELP?

    Driver Iomega for their citizen disk more.  Œuvres for floppy drive, but not for memory cards. CF/Micro drive.  He is listed, but does not work.  Any suggestions?    use of PSE * address email is removed from the privacy * got here but don't know how.   Thanks in advance.  PS Lost the cable to use this method.   Best regards 73 or 88

    Hi Leon S.Dorr,

    You can get in touch with Iomega support to get the correct drivers for the card reader.
    https://Iomega-na-en.custhelp.com/app/answers/detail/A_ID/14408

  • My Wired internet connection works on a computer, but not the other.

    I have a rope Ethernet connecting my cable modem to my laptop. When I plugged it in, it immediately connected my laptop to the internet. I took this same chord and plugged into my office. It connects, but I get a 'local only' connection and cannot access the internet. I tried all suggestions from windows to solve the problem. I reinstalled my network card. I played with all the internet options in Control Panel. How to make this work? It is clearly not the modem or the cable because it works on my laptop.

    I am running vista on my desktop.

    Hello

    Is that your desktop is configured to obtain an IP address from the DHCP server? Open the local area connection properties in your office and check the properties of the Protocol ' TCp/Ipv4. Be sure that this radio button for "obtain an IP address automatically" is selected.

    Thank you

    Girish

Maybe you are looking for

  • How firefox keep track visited sites

    When I go to the page info tab while on the google home page, I noticed that it indicates the number of times wherever I have visited the web page even if I deleted all cookies AND flash cookies! Where/why is this information stored? This has happene

  • Docking Station Sound quality?

    I use an Elitebook mobile 8470p with an A7E32AA (90w 2012) docking station. If I plug in my Logitech Z313 2.1 speakers in portable headphones Jack the sound quality is as expected. If I plug the speakers on the decision-making of the docking station,

  • My menu wifi blackBerry smartphones is broken

    My menu wifi is broken and rely on the wifi network menu... only an empty box with exclamation is delivered with an ok in it. Works previously configured and saved wifi. Please give a solution to this.

  • Show/hide menu based on the logged in user

    Hello12.1.3 JdevI want to show/hide some menu items based on the logged in user.I will explain the current design:In my application, I created a menu as below. (It is created using 'Create or Update ADF Menu' file adfc_config).ibis_menu. XML <?xml ve

  • ESXi 5.5 DL380 G6

    Hi having some problems installing Windows 2012 R2 on ESXi 5.5 on a HP DL380 G6Installing windows stops looking for drivers at the beginning of installation - no one knows how to fix this?Thank you