Errors not showing up while compiling package spec

Version :11g
While compiling a package specification, i get the message
Warning: Package created with compilation errors.But when i type
SQL> show errors
No errors.Why can't i see the errors?

Weirdly enough, using double quotes around the proc/package name can cause this issue
SQL> select * from v$version where rownum=1;
BANNER
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
SQL> create procedure "proc1" as
  2     begin
  3       null -[
  4     end;
  5    
  6  /
Warning: Procedure created with compilation errors.
SQL> show errors
No errors.
SQL> create procedure proc1 as
  2     begin
  3       null -[
  4     end;
  5    
  6  /
Warning: Procedure created with compilation errors.
SQL> show errors
Errors for PROCEDURE PROC1:
LINE/COL ERROR
3/11     PLS-00103: Encountered the symbol "-" when expecting one of the
         following:
3/11     PLS-00103: Encountered the symbol "-" when expecting one of the
         following:
         ;

Similar Messages

  • [SOLVED] Strange error while compiling packages via AUR

    I've been facing this error while compiling packages via AUR. I'm also posting the output of my /etc/makepkg.conf
    Error
    ==> Starting build()...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether cc supports -O2... yes
    checking for g++... g++
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GSTREAMER... yes
    checking for GSTREAMER_GTK... yes
    checking for XOpenDisplay in -lX11... yes
    checking for ncursesw5-config... /usr/bin/ncursesw5-config
    checking for initscr in -lncurses... yes
    checking whether gcc supports -Wall... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating docs/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    fatal: Not a git repository (or any of the parent directories): .git
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/yaourt-tmp-hellknight/aur-gst123/src/gst123-0.2.0/build-aux/missing --run aclocal-1.11 -Wno-portability
    sh: autom4te: command not found
    aclocal-1.11: autom4te failed with exit status: 127
    make: *** [aclocal.m4] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build gst123.
    ==> Restart building gst123 ? [y/N]
    ==> -------------------------------
    ==>
    /etc/makepkg.conf
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=amdfam10 -mtune=generic -O2 -pipe"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j8"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Last edited by tarun.hellknight (2011-04-12 15:45:26)

    That's strange... it wasn't installed.. although I had never,ever faced a problem while compiling packages via AUR.. maybe, I should be careful when uninstalling orphans.. thanks for the help..

  • Trackpad pointer will not show content while hovering, sometimes it's a hand, somethimes its an arrow, and other times it's a line. Also cant highlight anymore.

    Trackpad pointer will not show content while hovering over the item. Sometimes the pointer is a hand, sometimes it's an arrow, and other times it's a line. Also can no longer highlight, or drag.

    Most commonly used backup methods
    then
    Step by Step to fix your Mac

  • Error for Budget exceeded for Network does not show up while creating PR.

    Hi SAP Gurus,
    We have an issue while creating a purchase Requisition from Network. When we enter the Toatal Amount in the PR and if the total Amount is greater than the total Budget for the Network, the error "For item 001 Ntwk actvty XXX &  WBS element XXX budget amount XX USD exceeded " is not showing up in the foreground by the system and hence not able to create PR. It seems that while trying 30-40 times, the system will show this error in the foreground once or twice only and we want this to be appears in the foreground consistently. Can you please advice how to fix this? Thanks,
    Reagards,
    Imran.

    Hi,
    you need to maintain sufficient budget in respective WBS element by using transaction CJ30 and by releasing budget through CJ32.
    Check the budget availabilty in report s_alr_87013558.
    It will resolve your issue
    Regards,
    Sandesh Sawant

  • Error while compiling package

    Hi,
    While compiling an invalid package i get this error, But the coding in the package has no error.
    ORA-00600: internal error code, arguments: [psdtyfnd_with_suffix],[],[],[],[],[],[],[]

    I have similar problem.
    I droped all object from scheme but one package won't drop.
    Now when I try drop this package or user,
    I get ORA-00600: internal error code, arguments: [psdtyfnd_with_suffix], [], [], [], [], [], [], []
    There is no possibility to drop, recompile, replace this package. Everithing ends with error. There is no other object in scheme.
    Even package has no body. So I try to create it. Package body was created with warnings but I still can't see it. When I create it again then I get ORA-00955: name is already used by an existing object.
    I use Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 on Linux
    All experiments I do as SYSDBA.

  • PLS-00801: internal error [1401] while compiling Package body

    I am getting the error PLS-00801: internal error [1401] while compiling the package.
    recently upgraded to version 11.1.0.7 database .
    Any pointer to this ..

    935026 wrote:
    I am also getting the same error while compiling a procedure which use a remote object over db_link.
    Let me know if this needs to be run on source db or destination db
    1. RUN as SYS
    $ORACLE_HOME/rdbms/admin/utlirp.sql
    $ORACLE_HOME/rdbms/admin/utlrp.sql
    RegardsYES
    post results from SQL below from both DBs
    SELECT * FROM V$VERSION;

  • New users not showing up while trying to set folder permission settings

    Server 2012
    This is a new virtual domain server and file server in a starwind cluster, I just started migrating users last week.
     This last weekend (two days ago) the cluster crashed while doing windows updates on this server. I have been unable to get it to download any updates since without crashing, not sure if that is related to this issue somehow.
    I added some new users today and got them all logged in and their data transferred over. good. But then I went to this shared folder that everyone has a mapped drive too and tried to add them in the security tab of a sub folder but their accounts will not show
    up when I search for them. Any account I added previously to last weekend  show up, students, mine, etc.
    even if I select the exact OU the accounts are located in, even if I type their whole name and domain. In AD the accounts are there.
    If I log into the backup domain controller Their accounts show up there while in a folder security settings tab. They are listed in active directory on both domain controllers.
    I have exhausted myself on Google search.
    What the heck did I break?
    Maybe I should run 
    DISM.exe /Online /Cleanup-image /Restorehealth
    Not sure if I will lose any data doing that or what the repercussions would be..

    Hi Dustin,
    If the DC is having USN rollback issue, we can resolve it by demote then re-promote or restore the DC using a supported method such as using System State backup to restore.
    More information for you:
    USN Rollback, Virtualized DCs and improvements on Windows Server 2012
    http://blogs.technet.com/b/reference_point/archive/2012/12/10/usn-rollback-virtualized-dcs-and-improvements-on-windows-server-2012.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to track the information/error of java code while compiling.

    Hi,
    I want all the information or errors of java code during compilation.
    So that I can use this information or I can show these errors with different style.
    How to get the java syntax errors?

    Hi,
    I want all the information or errors of java code
    during compilation.
    So that I can use this information or I can show these
    errors with different style.
    How to get the java syntax errors?Redirect the STDOUT/STDERR from the the JAVA/JAVAC command to a file is one way...
    For instance at the commmand line:
    javac myClass.java > STDOUT.txt 2> STDERR.txt (Works for Unix variants or Windows OS's)
    Then you can do what ever you want with the data contained in the files.
    Hope this helps

  • Errors not showing up in InDesign, finding them in print publication

    I design a weekly newspaper. Today, and other weeks, we've had what seems to be a sporadic issue where once I finish designing my InDesign document (with no errors in preflight), and send it to our plate maker, the plate is printing a page or more with each line of text cut halfway (see photo).
    For instance, this issue occurred this week on our front page, but I used the same template and same PDF preset as the week before, and last week, there were no issues, nor the week before, or week before.
    My first question is, what might cause the text to print like this on the plate, but not show up as an error in the InDesign document?
    Secondly, we finally worked around the issue this week by exporting the entire document as a .ps file, then converting it to a .pdf. Why would this have made a difference? More importantly, why would the export setting I've used dozens of times before only not work a handfull of times in regard to the text being cut?

  • Not showing video while loading

    My quicktime is not showing the video on quicktime movies, primarily on the apple website and i'm perplexed as to why. It will play the audio while it is loading and once it has loading i can refresh and it will play the audio and video... any ideas on how to fix this very annoying problem?

    I am having the same problem. If someone could provide a solution that would be great. I reset safari, cleared out cache, made sure I had a newest updates.

  • Hierarchical tree not showing up while running the form

    Hi Gurus,
    I have a problem while running forms in 10g AS.
    The hierarchical tree control is showing up when I run the form in my local development (win xp) system. But, when I run the same form through my 10g Application server(linux), the hierarchical tree control is not showing up.
    Can anyone suggest some solutions ?
    Thanks in advance.
    Sundar K

    Hi Andreas,
    Thanks for the reply.
    The form shows a blank square-box, instead hiearchical tree. I can see other controls like text-box, LOV, command button on the same form.
    The java console shows,
    Downloading http://test.abits.com:7778/forms/java/frmall_jinit.jar to JAR cache
    Downloading http://test.abits.com:7778/forms/java/f60tree.jar to JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    The problem persist, even though I change the appsweb.cfg file to use frmall.jar instead of frmall_jinit.jar.
    I'm using 10g application server (iAS 10.1.2.0.2).
    Kindly advise. Thanks in advance.
    Sundar K

  • CSA Error - not showing in console

    I get the following error from CSA when I look into the securitylog on the server, but it is not showing up in the CSA console.
    When I take the server out of test mode it stops the server from forwarding on my SMTP mail relays. It is the only log in at that time, so I know it is related, I just need to know what rule in CSA to change so this action is allowed..
    thanks
    2006-05-24 14:14:04.828,Alert, “the process ‘C:\WINDOWS\SYSTEM32\inetsrv\inetinfo.exe’ (as user NT\AUTHORITY\SYSTEM) attempted to communicate with “IP Address” on TCP port 25. The attempted access was to accept a connection as a server (Operation = Accept). The operation was denied. “,”NACL_DENY”,””,”C:\WINDOWS\SYSTEM32\inetsrv\inetinfo.exe”,

    Is the rule set to log? I would look for Network Access Control rules in the groups the server belongs to and see which ones are set not to log.
    You could also manually create a rule that allows that action to that IP address.

  • Expense type is not showing up while claiming expences

    Hi All,
    I am working on the travel management WD application which is integrated with the portal.This is already implemented for other country.Now we are implementing it to BD(Bangladesh).
    To do this ,My Functional consultant has done the below configuration:
    Created Trip Provision Variant
    Created Expense types.
    But these expense types are not showing up in the drop down, but it showing expense types which are belongs to other country.Please find the below screen shot for reference.
    To avoid that i found one BADI - TRIP_WEB_CUSTOMIZING method USER_EXIT_CUSTOMIZING.
    In side that method ,got the data from the table T706B1 and update the CHANGING parameter with new value set.
    But drop down is showing empty.
    How this drop down is getting filled?
    Please help me out if any one faced the same issue earlier.
    Thanks
    Naresh B

    Hello Shankar,
    Thanks for your reply,
    We checked every customization settings,but could not find where we are missing and employee is belongs to BD only.Could you please drop screen shots of customization.That would be very helpful.
    Thanks
    Naresh Bammidi

  • Mini Bridge is not show thumbnails, while in bridge is show

    i have to reinstall mi Creative Suite, after this, the minibridge work good, but before of the reinstalled the minibridge not show thumnails.

    i have to reinstall mi Creative Suite, after this, the minibridge work good, but before of the reinstalled the minibridge not show thumnails.
    Do you mean it is solved now or is the problem existing?
    And what version of Bridge and PS are you using on what OSX version?

  • Error while compiling packages

    Hi All,
    i have been asked to execute some packages. so i took the backup of the existing package by using dbms_metadata and spool.
    Now i have been asked to revert it again back to the original.
    When i am executing the old backup one again i am getting error. It was valid before. I know the error is due to not proper fromatting, as in vi editor when i am seeing it its coming like this may be due to improper pagesize and linesize setting while spooling
      CREATE OR REPLACE PACKAGE "STGPUB1"."BP_RELATED_CONTENT_PKG" AS
    * Package Name    : BP_RELATED_CONTENT_PKG
    * This package is called to get all the information about all related content
    * New Procedure "GET_TEASER_IMG_TXT_PRC" is created for BPR2. Date: 15-Mar-04,
    */could you plz help me how to get rid of this...by using vi or notepad or wordpad or by any other process.
    Edited by: user8850066 on Jun 28, 2010 1:03 AM

    As i told you no dependencies failed the error is due to improper formatting as it was valid earlier.
    below is the error
    TEXT
    PL/SQL: ORA-00923: FROM keyword not found where expected
    PLS-00103: Encountered the symbol "AS" when expecting one of the following:
       , from
    PLS-00103: Encountered the symbol "M" when expecting one of the following:
       . ( ) , * @ % & | = - + < / > at in is mod remainder not
       range rem => .. <an exponent (**)> <> or != or ~= >= <= <>
       and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member
       SUBMULTISET_
    TEXT
    The symbol "." was substituted for "M" to continue.
    PLS-00103: Encountered the symbol "NULL" when expecting one of the following:
       , * & - + / at mod remainder rem <an identifier>
       <a double-quoted delimited-identifier> <an exponent (**)> as
       from || multiset
    The symbol "," was substituted for "NULL" to continue.
    PLS-00103: Encountered the symbol "NULL" when expecting one of the following:
    TEXT
       . ( , * @ % & - + / at mod remainder rem <an identifier>
       <a double-quoted delimited-identifier> <an exponent (**)> as
       from || multiset
    The symbol "," was substituted for "NULL" to continue.
    PL/SQL: SQL Statement ignored
    6 rows selected.

Maybe you are looking for