Obsolete and/or deprecated parameter(s) specified  for plsql_compiler_flags

Hi All,
After upgrading the from 10.2.0.1 to 10.2.0.4 on linux. I am getting ORA-32004: obsolete and/or deprecated parameter(s) specified error for plsql_compiler_flags.
in alert log says
Deprecated system parameters with specified values:
plsql_compiler_flags
End of deprecated system parameter listing
Could you please help me how to fix this problem.
Thanks

Thank you Pavan and oradba.
even after changing to
ALTER SYSTEM SET plsql_compiler_flags = 'NATIVE' SCOPE=SPFILE;
ALTER SYSTEM SET plsql_code_type = "NATIVE" SCOPE=SPFILE;
still I am getting same error. Could you please help me to fix this problem.
Thanks

Similar Messages

  • What reason ORA-32004: obsolete and/or deprecated parameter(s) specified  ?

    Hi
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    Whenever i changed my test database from noarchive log mode to archive log mode, after i changed ,i startup database the above error occured.
    following steps i do it,
    SQL> archive log list;
    Database log mode           No Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    Change your database No Archive mode to Archive mode
    Your Database must in mount stage
    SQL>shutdown immediate
    SQL>startup mount
    SQL> archive log list;
    Database log mode           No Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    SQL> alter database archivelog;
    Database altered.
    SQL> archive log list;
    Database log mode           Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    SQL>alter database open;
    SQL>archive log list
    Database log mode           Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence      0
    Next log sequence           0
    Current log sequence           0
    Automatic archival – Disable (the database archive mode but automatic
    archival disable
    So datas not archive.you must enable the automatic archival)
    SQL>archive log start; (session level only enabled not instance level)
    SQL> archive log list;
    Database log mode           Archive Mode
    Automatic archival           Enable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    If you want set instance level you change in parameter file
    SQL>show parameter log_archive_start
    Name                    Type           Value
    log_archive_start boolean      FALSE
    SQL>alter system set log_archive_start=true scope=spfile
    System altered.
    SQL>shut immediate
    SQL>startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    Database open.
    sql>
    But i resolved the problem
    I want know the reason why the above error occured
    database version : 10g
    os : xp ( my laptop) Not office database
    Regards
    S.Azar
    DBA

    >
    SQL>alter system set log_archive_start=true scope=spfile
    System altered.
    SQL>shut immediate
    SQL>startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    >
    Precisely that parameter LOG_ARCHIVE_START is obsolete in 10g. You also don't need to enable the archiving with
    archive log start
    Simply changing into archive mode also brings up archiver processes since 10g :-)
    Kind regards
    Uwe
    http://uhesse.wordpress.com

  • ORA-32004: obsolete and/or deprecated parameter(s) specified

    Error at startup in Oracle Database 10g
    Which parameter should i set
    Thanks

    Please make sure if SPFILE contains the parameter "log_archive_start=TRUE". If yes this should be removed as this is obsolete in 10g. Don't edit the SPFILE with note pad. You may have to recreate the file using "CREATE SPFILE FROM PRILE;"

  • ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance

    hi
    how to fix this error??
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.OS := OEL 5.6
    DB:= 11R2 single instance
    kind regards

    no one wrote:
    hi
    how to fix this error??
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.OS := OEL 5.6
    DB:= 11R2 single instance
    kind regardsThis parameter is deprecated in Oracle 10g
    This parameter determines if the background process ARCH is started. It can be set to either true or false.
    Of course, it makes no sense, if this parameter is set to true if the database is running in noarchive log mode. If ARCH is started with the database being in noarchive log mode, messages like media recovery disabled will be written into the alert.log file.

  • ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance

    Hi friends,
    i am trying to install BIW 3.0b (win-2000, oracle 9.2.0.1.0 (patch 9.1.0.4.1)& j2sdk 1_4_1)
    while installing database instance i am getting this problem.
    INFO 2007-09-26 15:57:09
    Copying file C:/SAPinst ORACLE KERNEL/keydb.xml to: C:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2007-09-26 15:57:09
    Creating file C:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2007-09-26 15:58:14
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2007-09-26 15:58:35
    The 'saploc' share exists at directory 'E:\usr\sap'. Choosing drive E: as SAP System drive.
    INFO 2007-09-26 16:00:26
    Copying file C:/dump/export1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2007-09-26 16:00:26
    Copying file system node C:\dump\export1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2007-09-26 16:00:26
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2007-09-26 16:00:26
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2007-09-26 16:00:26
    Copying file C:/dump/export1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2007-09-26 16:00:26
    Copying file system node C:\dump\export1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2007-09-26 16:00:26
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2007-09-26 16:00:33
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2007-09-26 16:00:33
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2007-09-26 16:00:33
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2007-09-26 16:02:00
    Package table created
    PHASE 2007-09-26 16:02:10
    SAP Business WareHouse
    PHASE 2007-09-26 16:02:10
    SAP Web Application Server
    PHASE 2007-09-26 16:02:10
    Request common parameters of SAP System
    PHASE 2007-09-26 16:02:10
    Create operating system accounts
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1004 ACCOUNTNAME=biwdev\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1005 ACCOUNTNAME=biwdev\SAP_BWD_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1006 ACCOUNTNAME=biwdev\SAP_BWD_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1007 ACCOUNTNAME=ORA_BWD_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1008 ACCOUNTNAME=ORA_BWD_OPER ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    INFO 2007-09-26 16:02:15
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1009 ACCOUNTNAME=biwdev\bwdadm ACCOUNTTYPE=USER DESCRIPTION=SAP System Administrator MEMBERSHIP=biwdev\SAP_BWD_GlobalAdmin,biwdev\Users,Administrators,ORA_BWD_DBA,ORA_BWD_OPER,biwdev\SAP_LocalAdmin,biwdev\SAP_BWD_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
    INFO 2007-09-26 16:02:15
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1010 ACCOUNTNAME=biwdev\SAPServiceBWD ACCOUNTTYPE=USER CONDITION=YES DESCRIPTION=SAP System Service Administrator MEMBERSHIP=biwdev\SAP_BWD_GlobalAdmin,Administrators,ORA_BWD_DBA,ORA_BWD_OPER,biwdev\SAP_LocalAdmin,biwdev\SAP_BWD_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
    INFO 2007-09-26 16:02:15
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-1844237615-963894560-725345543-1009' on host 'biwdev'!
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight' to account 'biwdev\SAPServiceBWD' on host 'biwdev'!
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'biwdev\bwdadm' on host 'biwdev'!
    INFO 2007-09-26 16:02:18
    Evaluating all 'tNT_RegistryEntries' table rows succeeded.
    INFO 2007-09-26 16:02:19
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:20
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:21
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:21
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:22
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:23
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:24
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:24
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:53
    Creating directory E:\oracle\BWD\sapdata1\system_1.
    INFO 2007-09-26 16:02:53
    Creating file system node E:\oracle\BWD/sapdata1\system_1 with type DIRECTORY succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.ORA to: E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.ORA with type FILE to E:\oracle\ora92\database\initBWD.ora succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.SAP to: E:\oracle\ora92\database\initBWD.sap.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.sap.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.SAP with type FILE to E:\oracle\ora92\database\initBWD.sap succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.DBA to: E:\oracle\ora92\database\initBWD.dba.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.dba.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.DBA with type FILE to E:\oracle\ora92\database\initBWD.dba succeeded.
    INFO 2007-09-26 16:02:55
    Processing of all file system node operations of table tORA_ServerConfig_FORMS succeeded.
    INFO 2007-09-26 16:02:57
    Processing of adapt operation tORA_ServerConfig succeeded.
    INFO 2007-09-26 16:02:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2007-09-26 16:03:02
    Moving file E:/oracle/ora92/database/initBWD.ora to: orig_init_ora_tmp.txt.
    INFO 2007-09-26 16:03:02
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:03:02
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    WARNING 2007-09-26 16:03:02
    PROBLEM: 'E:\oracle\ora92/bin/oradim' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    WARNING 2007-09-26 16:03:02
    PROBLEM: 'E:\oracle\ora92/bin/oradim' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    INFO 2007-09-26 16:03:02
    'E:\oracle\ora92/bin/oradim -new -sid BWD -STARTMODE auto' returned with '20'.
    INFO 2007-09-26 16:03:04
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2007-09-26 16:03:06
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2007-09-26 16:03:13
    CJS-00084  SQL Statement or Script failed. Error Message: ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance started.
    ERROR 2007-09-26 16:03:13
    FJS-00012  Error when executing script.
    Please let me know, what was tha problem.
    Regards,
    satish

    I suggest you upgrade your Oracle installation to 9.2.0.7 or 9.2.0.8 and then try again.
    Markus

  • ORA-32004: obsolete and or deprecated parameter

    Oracle 11.1.7.0:
    When I startup the db I get ORA-32004. There is no trace of which parameter is obsolete in alert logs. Neither do I see that parameter in v$obsolete_parameter. How can I look at what that parameter is?

    I found it in alert log. Since it was one parameter I didn't see it clearly in the logs. This parameter was user_dump_dest. I reset this parameter. But we have a requirement to set this parameter becaus current filesystem doesn't have enough space. How can I set this so that the destination can be on different volume than $ORACLE_HOME?

  • Obsolete and/or deprecated

    Hi there,
    I have recently installed Oracle 10g using DBCA. I then ran some scripts to utilise our internal application that runs on Oracle 9i. After shutting down the instance and restarting it, I get the following error:
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Has anyone any ideas on how to locate this parameter? The alert log did not give me much info.
    Regards
    Ciara

    Thanks for that, the list of deprecated values are as follows. Do I simply set them to false/0 to get rid of the error on startup?
    NAME
    lock_name_space
    buffer_pool_keep
    buffer_pool_recycle
    max_commit_propagation_delay
    remote_archive_enable
    log_archive_start
    parallel_server
    parallel_server_instances
    fast_start_io_target
    logmnr_max_persistent_sessions
    serial_reuse
    NAME
    max_enabled_roles
    global_context_pool_size
    plsql_compiler_flags
    sql_trace
    parallel_automatic_tuning
    drs_start
    Regards
    Ciara

  • Obsolete and deprecated parameters

    Hi,
    we got the error when i start the istance.
    SQL> STARTUP
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1247900 bytes
    Variable Size 75498852 bytes
    Database Buffers 88080384 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.
    How to find which parameters are obsolete and/or deprecated?

    user3266490 wrote:
    Hi,
    we got the error when i start the istance.
    SQL> STARTUP
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1247900 bytes
    Variable Size 75498852 bytes
    Database Buffers 88080384 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.
    How to find which parameters are obsolete and/or deprecated?Hi
    Check
    http://azardba.blogspot.com/2009/08/ora-32004-obsolete-andor-deprecated.html
    Regards
    Azar
    DBA

  • Deprecated parameter when enabling archivelog

    Hi all,
    11gR1
    I want to enable archivelog. So I set the ff:
    SQL> alter system set log_archive_start=TRUE scope=spfile;
    System altered.
    SQL> alter system set log_archive_dest_1='location=c:\oracle\apexdb\archivelog' scope=spfile;
    System altered.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Why is this obsolete error? and which parameter is obsolete? the log_archive_dest_1?
    Thanks....

    867699 wrote:
    Hi,
    I'm a beginner. I've gone through this thread. But i have a doubt. I don't have an Sp file ..how can i fix it with only p file.
    Pls help.
    ThnksThen you don't need the step to create a pfile from spfile. You are starting with the pfile, just as if you had created it from spfile.
    But after making the correction in your pfile, you really should make an spfile and start using it instead.
    1) make a backup copy of the pfile
    2) make whatever modifications you need to the pfile
    3) set ORACLE_SID
    4) sqlplus / as sysdba
    5) create spfile from pfile='nameofyourpfile';
    6) startup
    All this can be done from an idle instance - no need to be bouncing around from nomount, mount, startup, etc. See this:
    First, the contents of my dbs directory. Notice the init file initHOUSTON.ora, but there is no spfile (I renamed it to spfileHOUSTON.bak to get it out of the way)
    [oracle@vmlnx01 dbs]$ pwd
    /ora00/app/oracle/product/10.2.0/db_1/dbs
    [oracle@vmlnx01 dbs]$ ls -l
    total 6960
    -rw-rw---- 1 oracle oinstall    1544 May 21 18:56 hc_HOUSTON.dat
    -rw-r--r-- 1 oracle oinstall   12920 May  3  2001 initdw.ora
    -rw-r--r-- 1 oracle oinstall    1691 Jun 22 15:00 initHOUSTON.ora
    -rw-r----- 1 oracle oinstall    8385 Sep 11  1998 init.ora
    -rw-rw---- 1 oracle oinstall      24 May 21 18:56 lkHOUSTON
    -rw-r----- 1 oracle oinstall    1536 Jun 21 10:59 orapwHOUSTON
    -rw-r----- 1 oracle oinstall 7061504 May 22 18:49 snapcf_HOUSTON.f
    -rw-r----- 1 oracle oinstall    4608 Jun 22 11:56 spfileHOUSTON.bakSo check ORACLE_SID
    [oracle@vmlnx01 dbs]$ echo $ORACLE_SID
    HOUSTONThen connect as sysdba. Notice we connect to an idle instance, meaning we know it is HOUSTON, but it is not started, not even to NOMOUNT
    [oracle@vmlnx01 dbs]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Jun 22 15:13:41 2011
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to an idle instance.and in this idle instance we can go ahead and create the spfile. No need to be in NOMOUNT or MOUNT
    SQL> create spfile from pfile='initHOUSTON.ora';
    File created.shell out and see the directory to confirm we create the spfile
    SQL> !ls -l
    total 6968
    -rw-rw---- 1 oracle oinstall    1544 May 21 18:56 hc_HOUSTON.dat
    -rw-r--r-- 1 oracle oinstall   12920 May  3  2001 initdw.ora
    -rw-r--r-- 1 oracle oinstall    1691 Jun 22 15:00 initHOUSTON.ora
    -rw-r----- 1 oracle oinstall    8385 Sep 11  1998 init.ora
    -rw-rw---- 1 oracle oinstall      24 May 21 18:56 lkHOUSTON
    -rw-r----- 1 oracle oinstall    1536 Jun 21 10:59 orapwHOUSTON
    -rw-r----- 1 oracle oinstall 7061504 May 22 18:49 snapcf_HOUSTON.f
    -rw-r----- 1 oracle oinstall    4608 Jun 22 11:56 spfileHOUSTON.bak
    -rw-r----- 1 oracle oinstall    4608 Jun 22 15:13 spfileHOUSTON.oraNow, from the idle instance do a full startup
    SQL> startup
    ORACLE instance started.
    Total System Global Area  285212672 bytes
    Fixed Size    1267068 bytes
    Variable Size  155191940 bytes
    Database Buffers  125829120 bytes
    Redo Buffers    2924544 bytes
    Database mounted.
    Database opened.and check that we used the spfile we just created
    SQL> show parameter spfile
    NAME     TYPE VALUE
    spfile     string /ora00/app/oracle/product/10.2
    .0/db_1/dbs/spfileHOUSTON.ora
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@vmlnx01 dbs]$ exit
    logout

  • How to find deprecated parameter?

    Hi all,
    11.2.0.3
    Aix 6.1
    I am starting out PROD db and I get this:
    sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Mon Jan 13 20:51:29 2014
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 8551575552 bytes
    Fixed Size                  2238616 bytes
    Variable Size            6224349032 bytes
    Database Buffers         2315255808 bytes
    Redo Buffers                9732096 bytes
    Database mounted.
    Database opened.
    What parameter usually is deprecated in 11.2.0.3?
    Thanks a lot,
    pK

    ORA-32004: obsolete or deprecated parameter(s) specified for string instance
    Cause: Obsolete or deprecated parameters for this instance type were specified in the SPFILE or the PFILE on the server side.
    Action: See alert log for a list of parameters that are obsolete or deprecated. Remove them from the SPFILE or the server side PFILE.
    http://docs.oracle.com/cd/E11882_01/server.112/e17766/e29250.htm#ORA-32004
    and/or:
    select name from v$obsolete_parameter where isspecified='TRUE';
    Ask Tom "ORA-32004: obsolete and/or deprecated pa..."

  • [Solved] if(Transaction specified for a non-transactional database) then

    I am getting started with BDBXML 2.4.14 transactions and XQuery update functionality and I am having some difficulty with 'node insert ...' and transactions failing with 'Transaction specified for a non-transactional database'
    Thanks for helping out.
    Setup:
    I have coded up a singleton manager for the XmlManger with a ThreadLocal holding the transaction and a query method to execute XQueries. The setup goes like this:
    environmentConfig = new EnvironmentConfig();
    environmentConfig.setRunRecovery(true);               environmentConfig.setTransactional(true);               environmentConfig.setAllowCreate(true);               environmentConfig.setRunRecovery(true);               environmentConfig.setInitializeCache(true);                environmentConfig.setTxnMaxActive(0);               environmentConfig.setInitializeLocking(true);               environmentConfig.setInitializeLogging(true);               environmentConfig.setErrorStream(System.err);
    environmentConfig.setLockDetectMode(LockDetectMode.MINWRITE);               environmentConfig.setJoinEnvironment(true);               environmentConfig.setThreaded(true);
    xmlManagerConfig = new XmlManagerConfig();               xmlManagerConfig.setAdoptEnvironment(true);               xmlManagerConfig.setAllowAutoOpen(true);               xmlManagerConfig.setAllowExternalAccess(true);
    xmlContainerConfig = new XmlContainerConfig();               xmlContainerConfig.setAllowValidation(false);               xmlContainerConfig.setIndexNodes(true);               xmlContainerConfig.setNodeContainer(true);
    // initialize
    instance.xmlManager = new XmlManager(instance.getEnvironment(),                    instance.getXmlManagerConfig());
    instance.xmlContainer = instance.xmlManager.openContainer(                              containerName, instance.getXmlContainerConfig());
    private ThreadLocal<XmlTransaction> transaction = new ThreadLocal<XmlTransaction>();
    public XmlTransaction getTransaction() throws Exception {
              if (transaction.get() == null) {
                   XmlTransaction t = xmlManager.createTransaction();
                   log.info("Transaction created, id: " + t.getTransaction().getId());
                   transaction.set(t);
              } else if (log.isDebugEnabled()) {
                   log.debug("Reusing transaction, id: "
                             + transaction.get().getTransaction().getId());
              return transaction.get();
         private XmlQueryContext createQueryContext(String docName) throws Exception {
              XmlQueryContext context = xmlManager.createQueryContext(
                        XmlQueryContext.LiveValues, XmlQueryContext.Lazy);
              List<NamespacePrefix> namespacePrefixs = documentPrefixes.get(docName);
              // declare ddi namespaces
              for (NamespacePrefix namespacePrefix : namespacePrefixs) {
                   context.setNamespace(namespacePrefix.getPrefix(), namespacePrefix
                             .getNamespace());
              return context;
         public XmlResults xQuery(String query) throws Exception {
              XmlQueryExpression xmlQueryExpression = null;
              XmlQueryContext xmlQueryContext = getQueryContext(docName);
              try {
                   xmlQueryExpression = xmlManager.prepare(getTransaction(), query,
                             xmlQueryContext);
                   log.info(query.toString());
              } catch (Exception e) {
                   if (xmlQueryContext != null) {
                        xmlQueryContext.delete();
                   throw new DDIFtpException("Error prepare query: " + query, e);
              XmlResults rs = null;
              try {
                   rs = xmlQueryExpression.execute(getTransaction(), xmlQueryContext);
              // catch deadlock and implement retry
              catch (Exception e) {
                   throw new DDIFtpException("Error on query execute of: " + query, e);
              } finally {
                   if (xmlQueryContext != null) {
                        xmlQueryContext.delete();
                   xmlQueryExpression.delete();
              return rs;
    <?xml version="1.0" encoding="UTF-8"?>
    <Test version="0.1">
    <Project id="test-project" agency="dda">
    <File id="large-doc.xml" type="ddi"/>
    <File id="complex-doc.xml" type="ddi"/>
    </Project>
    <Project id="2nd-project" agency="test.org"/>
    </Test>
    Problem:
    All the queries are run through the xQuery method and I do delete the XmlResults afterwards. How do I get around the 'Transaction specified for a non-transactional database' what is the transactions doing? How do I get state information out of a transaction? What am I doing wrong here?
    1 First I insert a node:
    Transaction created, id: -2147483647
    Adding document: large-doc.xml to xml container
    Reusing transaction, id: -2147483647
    Working doc: ddieditor.xml
    Root element: Test
    Reusing transaction, id: -2147483647
    insert nodes <Project id="JUnitTest" agency="test.org"></Project> into doc("dbxml:/ddieditor.dbxml/ddieditor.xml")/Test
    Reusing transaction, id: -2147483647
    2 Then do a query:
    Reusing transaction, id: -2147483647
    doc("dbxml:/ddieditor.dbxml/ddieditor.xml")/Test/Project/@id
    Reusing transaction, id: -2147483647
    3 The same query again:
    Reusing transaction, id: -2147483647
    doc("dbxml:/ddieditor.dbxml/ddieditor.xml")/Test/Project/@id
    Reusing transaction, id: -2147483647
    4 Delete a node:
    Reusing transaction, id: -2147483647
    delete node for $x in doc("dbxml:/ddieditor.dbxml/ddieditor.xml")/Test/Project where $x/@id = '2nd-project' return $x
    Reusing transaction, id: -2147483647
    5 Then an error on query:
    Reusing transaction, id: -2147483647
    doc("dbxml:/ddieditor.dbxml/ddieditor.xml")/Test/Project/@id
    Reusing transaction, id: -2147483647
    Transaction specified for a non-transactional database
    com.sleepycat.dbxml.XmlException: Error: Invalid argument, errcode = DATABASE_ERROR
         at com.sleepycat.dbxml.dbxml_javaJNI.XmlResults_hasNext(Native Method)
         at com.sleepycat.dbxml.XmlResults.hasNext(XmlResults.java:136)
    Message was edited by:
    jannikj

    Ok got it solved by increasing the locks lockers and mutex's I allso increased the the log buffer size:
    environmentConfig = new EnvironmentConfig();
                   // general environment
                   environmentConfig.setAllowCreate(true);
                   environmentConfig.setRunRecovery(true); // light recovery on startup
                   //environmentConfig.setRunFatalRecovery(true); // heavy recovery on startup
                   environmentConfig.setJoinEnvironment(true); // reuse of environment: ok
                   environmentConfig.setThreaded(true);
                   // log subsystem
                   environmentConfig.setInitializeLogging(true);
                   environmentConfig.setLogAutoRemove(true);
                   environmentConfig.setLogBufferSize(128 * 1024); // default 32KB
                   environmentConfig.setInitializeCache(true); // shared memory region
                   environmentConfig.setCacheSize(2500 * 1024 * 1024); // 250MB cache
                   // transaction
                   environmentConfig.setTransactional(true);
                   environmentConfig.setTxnMaxActive(0); // live forever, no timeout               
                   // locking subsystem
                   environmentConfig.setInitializeLocking(true);
    environmentConfig.setMutexIncrement(22);
    environmentConfig.setMaxMutexes(200000);
    environmentConfig.setMaxLockers(200000);
    environmentConfig.setMaxLockObjects(200000); // default 1000
    environmentConfig.setMaxLocks(200000);
    // deadlock detection
                   environmentConfig.setLockDetectMode(LockDetectMode.MINWRITE);
    In the docs by Oracle it is limited information given regarding the impact of these settings and their options. Can you guys point in a direction where I can find some written answers or it hands on?

  • Report Builder Error: [BC30455] Argument not specified for parameter 'DateValue' of 'Public Function Day(DateValue As Date) As Integer'.

    Hi there!
    I'm trying to calculate the difference between two days using DATEDIFF (). I use following code for this:
    =DATEDIFF(DAY, CDate(Fields!Eingang_Kundenanfrage.Value),CDate(Fields!Ausgang_Angebot.Value))
    Every time I try to save the report, I get this error message:
    [BC30455] Argument not specified for parameter 'DateValue' of 'Public Function Day(DateValue As Date) As Integer'.
    The DataSource is a SharePoint List and the Date is given in the following format: 23.05.2014 00:00:00 (DD.MM.YYYY HH:MM:SS).
    I've googled for a working solution for a long time now, but I had no success.
    Is there someone who can help me?

    Hi Lucas,
    According to your description, you want to return the difference between two date. It seems that you want to get the days. Right?
    In Reporting Services, when we use DATEDIFF() function, we need to specify the data interval type, for days we can use "dd" or DateInterval.Day. So the expression should be like:
    =DATEDIFF(DateInterval.Day, CDate(Fields!Eingang_Kundenanfrage.Value),CDate(Fields!Ausgang_Angebot.Value))
    OR
    =DATEDIFF("dd", CDate(Fields!Eingang_Kundenanfrage.Value),CDate(Fields!Ausgang_Angebot.Value))
    Reference:
    Expression Examples (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Argument not specified for parameter error.(IIF) Report Builder 3.0

    Hi, Im trying to set the font colour of text dynamically dependant upon the date. 
    This is using report builder 3.0 expressions. -I'm new to using expressions. 
    I want my expression to do this:
    If less than or equal to today, RED, 
    If greater than today but less than today+30 days, yellow, (this is the confusing bit)
    else Black.
    My expression is this:
    =IIF(Fields!Standard_Licence_Expiry.Value =< TODAY(),"Red",
    IIF(Fields!Standard_Licence_Expiry.Value BETWEEN TODAY() and (DATEADD(DateInterval.DAY,30,GETDATE())),"Purple","Black")
    However I keep getting the error:
    The Color expression for the textrun ‘Standard_Licence_Expiry.Paragraphs[0].TextRuns[0]’ contains an error: [BC30455] Argument not specified for parameter 'FalsePart' of 'Public Function IIf(Expression As Boolean, TruePart As Object, FalsePart As Object)
    As Object'.

    Hi BlakeWills,
    Unlike T-SQL, there is no BETWEEN keyword in
    SSRS expressions. So we can try the expression like below to achieve your requirement:
    =IIF(Fields!Standard_Licence_Expiry.Value <=TODAY(),"Red", IIF(Fields!Standard_Licence_Expiry.Value > TODAY() and Fields!Standard_Licence_Expiry.Value < DateAdd(DateInterval.Day,30,Today()),"Yellow","Black"))
    Please note that the Standard_Licence_Expiry field should be a date type data in the expression above. If it is a string type, we should use the expression below to replace the Fields!Standard_Licence_Expiry.Value:
    cdate(Fields!Standard_Licence_Expiry.Value)
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Bug? java.sql.SQLException: No value specified for parameter 1

    ENV: Jdev1012+JHS1012(evaluation version)+MySql5.0 Or ORACLE 10.1.2
    ERR INFO:
    20:42:22 DEBUG (JhsDataAction) -Executing action /main
    20:42:22 DEBUG (JhsDataAction) -Created searchBean map and stored on session
    20:42:22 DEBUG (JhsDataAction) -Created new searchBean for SysRoleFirstLevelFuncUIModel and added to quick search bean map
    20:42:22 DEBUG (JhsDataAction) -Stored searchBean for SysRoleFirstLevelFuncUIModel on request
    [red]
    20:42:22 DEBUG (JhsDataAction) -ViewObject SysRoleFirstLevelFuncView1: value of bind param 0 set to S001
    20:42:22 DEBUG (JhsDataAction) -ViewObject SysRoleFirstLevelFuncView1: executing query, bind parameter values have changed
    05/11/22 20:42:23 java.sql.SQLException: No value specified for parameter 1[red]
    05/11/22 20:42:23      at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:1253)
    05/11/22 20:42:23      at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:1201)
    05/11/22 20:42:23      at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:966)
    05/11/22 20:42:23      at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:691)
    05/11/22 20:42:23      at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:547)
    05/11/22 20:42:23      at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3354)
    05/11/22 20:42:23      at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:667)
    05/11/22 20:42:23      at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:773)
    05/11/22 20:42:23      at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:710)
    05/11/22 20:42:23      at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3294)
    05/11/22 20:42:23      at oracle.adf.model.bc4j.DCJboDataControl.executeIteratorBindingIfNeeded(DCJboDataControl.java:803)
    05/11/22 20:42:23      at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:1587)
    05/11/22 20:42:23      at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:1544)
    05/11/22 20:42:23      at oracle.jheadstart.controller.strutsadf.action.JhsDataAction.applyIterBindParams(JhsDataAction.java:2785)
    05/11/22 20:42:23      at oracle.jheadstart.controller.strutsadf.action.JhsDataAction.prepareModel(JhsDataAction.java:3136)
    05/11/22 20:42:23      at oracle.adf.controller.struts.actions.DataAction.prepareModel(DataAction.java:486)
    05/11/22 20:42:23      at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:105)
    05/11/22 20:42:23      at oracle.adf.controller.struts.actions.StrutsUixLifecycle.handleLifecycle(StrutsUixLifecycle.java:70)
    05/11/22 20:42:24      at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
    05/11/22 20:42:24      at oracle.jheadstart.controller.strutsadf.action.JhsDataAction.handleLifecycle(JhsDataAction.java:389)
    05/11/22 20:42:24      at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    05/11/22 20:42:24      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
    05/11/22 20:42:24      at oracle.jheadstart.controller.strutsadf.JhsActionServlet.process(JhsActionServlet.java:127)
    05/11/22 20:42:24      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:527)
    05/11/22 20:42:24      at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    05/11/22 20:42:24      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    05/11/22 20:42:24      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    05/11/22 20:42:24      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
    05/11/22 20:42:24      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    05/11/22 20:42:24      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
    05/11/22 20:42:24      at oracle.jheadstart.controller.strutsadf.JhsActionServlet.process(JhsActionServlet.java:127)
    05/11/22 20:42:24      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:527)
    05/11/22 20:42:24      at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    05/11/22 20:42:24      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    05/11/22 20:42:24      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    05/11/22 20:42:24      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    05/11/22 20:42:24      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    05/11/22 20:42:24      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
    05/11/22 20:42:24      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    05/11/22 20:42:24      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
    05/11/22 20:42:24      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    05/11/22 20:42:24      at oracle.jheadstart.controller.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:172)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    05/11/22 20:42:24      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    05/11/22 20:42:24      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    05/11/22 20:42:24      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
    05/11/22 20:42:24      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
    05/11/22 20:42:24      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    05/11/22 20:42:24      at java.lang.Thread.run(Thread.java:534)
    the SQL for my VO is :
    SysRoleFirstLevelFuncView :
    SelectList="SysTabFunction.id,
    SysTabFunction.name,
    SysTabFunction.address,
    SysTabFunction.parent_func,
    SysTabRoleRight.ROLE_ID,
    SysTabRoleRight.FUNC_ID,
    SysTabFunction.disp_order"
    FromList="SYS_TAB_FUNCTION SysTabFunction, SYS_TAB_ROLE_RIGHT SysTabRoleRight"
    Where="SysTabFunction.Level=1 and SysTabFunction.id=SysTabRoleRight.FUNC_ID And SysTabRoleRight.Access_Type='Y' And SysTabRoleRight.Role_Id=?
    the Action In my struts-config.xml is :
    <action path="/main" input="/WEB-INF/page/main.uix" type="oracle.jheadstart.controller.strutsadf.action.JhsDataAction" className="oracle.jheadstart.controller.strutsadf.action.JhsDataActionMapping" parameter="/WEB-INF/page/main.uix" name="DataForm" unknown="false">
    <set-property property="modelReference" value="SysRoleFirstLevelFuncUIModel"/>
    ]red]<set-property property="bindParams" value="SysRoleFirstLevelFuncTreeIterator=${sessionScope.UserInfo.roleId}"/>[red] <forward name="SysRoleSecondLevelFunc2" path="/StartSysRoleSecondLevelFunc2.do"/>
    </action>
    we can find the parameter is set in the error message.is it a bug?
    thanks in advance
    best regards.

    Guo,
    I see a question mark in the sql statement, instead of the Oracle-style bind parameter notation which would be ":1". Can you change your VO to use Oracle-Style bind params and see whether it works?
    Steven Davelaar,
    JHeadstart Team.

  • Kdump: No crashkernel parameter specified for running kernel

    Hi all,
    Does someone know how to solve this problem: kdump: No crashkernel parameter specified for running kernel
    kdump refuses to start during system start
    I did a fresh installation of Oracle Linux 6.3, but OL6.3 seems to be buggy from the very beginning.
    Thanks a lot.

    Did you enable "kdump" during the installation? By default it is disabled.
    Unless you know what kdumps are used for chances are most likely that you really don't need it.
    Your problem seems to be described in the OS release notes:
    https://oss.oracle.com/ol6/docs/RELEASE-NOTES-U3-en.html
    +6. kdump service fails to start with Unbreakable Enterprise Kernel+
    When configuring the crash kernel for the UEK, only standard crash kernel settings, e.g. crashkernel=128M@32M, are supported. The new setting used by the RHCK, i.e. crashkernel=auto, is not supported and will cause the kdump service to fail to start.
    What is the content of /etc/grub.conf file?
    Here is an older similar thread that might be useful:
    Kdump Not Starting On 2.6.32-200.13.1.el5uek No crashkernel parameter spec

Maybe you are looking for

  • LaserJet M1120 MFP + Windows 8.1 64bit - cannot find drivers for scanner

    I have a new notebook with Windows 8.1  64bit  and a LaserJet M1120 MFP multifunctional. For printing is OK, it found plug and play driver and I am able to print. For scanning, I couldnt find drivers. Please help! Thanks...

  • Not work 3 keyboard layouts

    Then I use 2 languages,  Option          "XkbLayout"     "us,lt" in /etc/X11/xorg.conf, then work keyboard layout. If I use 3 languages in XkbLayout, then not work layout. There some part of /etc/X11/xorg.conf: Section "InputDevice"         Identifie

  • MVP List #91: Nov18 - 22, 2013

    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued me

  • Firefox 34 is slow even after reset

    I recently got an update for my Firefox and after that it has become very slow! What I tried to do: - updated all plugins - disabled all addons - ran Firefox in a safe mode - created a new fresh profile - updated video driver, turned on/off hardware

  • Startub disk is full?! I dont get it...

    Hi everyone!! I've had my macbook 10.4.11. for about 2 years. I have a 1 GB 667 MHz or something memory. I've been trying to download music to my itunes folder but it says "the startup disk is full," and I've tried to update my software programs but