Maximum SGA size in 32-bit OS

Hi All
I want to deploy Oracle Linux 5 to set up for DBA and the server and OS is 32-bit. My questions are
what is the maximum limit of SHMMAX value i can set?
and for this what is the maximum size of oracle SGA?
looking for your early response.
Jeesun

My questions are what is the maximum limit of SHMMAX value i can set?
and for this what is the maximum size of oracle SGA?It depends on if you are using PAE or not.
More at:
http://en.wikipedia.org/wiki/Physical_Address_Extension
http://www.puschitz.com/TuningLinuxForOracle.shtml
http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_8.shtml

Similar Messages

  • How much can go for SGA size in 32-bit Linux OS for 11i

    Dear all,
    I am looking for a better solution to my doubt from all the Guru's.
    My requirement is that need to get minimum SGA size =10GB for my production system. At present my 11i application server and database running on Red Hat Enterprise Linux AS release 4 (Nahant Update 2) 2.6.9 42.ELsmp (32-bit) system with SGA size of 2GB with multi-node installation. Now we are planning to move from this old server to another set servers for production system with higher capacity.
    Basically my requirement is that, for new server minimum SGA size=10GB in 32-bit linux OS, so please help me out to find the right solution.
    Version details
    RDBMS : 10.2.0.2.0 &
    Oracle Applications : 11.5.10.2
    thanks,
    Ajikumar G

    Hi,
    Refer to below link that can help out
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:30011178429375
    Reason for refering to link is you can get better information instead of explaning my self - I might miss some thing - just in case.
    - Pavan Kumar N
    Oracle 9i/10g - OCP
    http://oracleinternals.blogspot.com/

  • Maximum sga size per session

    Dear all,
    Can any one tel me maximum sga a session can consume max.
    I want to set session parameter value as 1500 so want to know maximum sga will be requiring to support 1500 session.
    Please help me out to short out the above problem.
    Thanks and Regards
    Monoj Das

    You post this thread before ,
    Maximum sga_max_size amd sga_target to support 1500 session
    Close this one please , don't duplicate your thread

  • Sga size limits

    Hi all,
    Is there a metalink note or oracle list of the SGA size limits on the different platforms and 32/64bit?

    Not sure that there is such documents on My Oracle Support. However TECH: Unix Semaphores and Shared Memory Explained (Doc ID 15566.1) explains how Oracle is using Unix/Linux shared memory segments.
    Generally speaking I would say that maximum sga size is not an Oracle limit but an OS limit: on Unix it depends on SHMxxx kernel parameters and on Windows I don't know as Oracle architecture is quite different from Unix (a single but multithreaded process using "normal" memory).
    See also: Oracle® Database Administrator's Reference 11g Release 2 (11.2) for Linux and UNIX-Based Operating Systems
    for AIX and Solaris:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10839/tuning.htm#BABBDBDE
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10839/appe_sol.htm#UNXAR344
    Edited by: P. Forstmann on 20 mai 2011 11:52

  • Max sga size on SLES 8.0 ?

    Hi all,
    what is the maximum SGA size one can set on Suse Linux Enterprise Server ?

    hello, I will check the Jumper Settings, which I think is set as slave. But have no idea how to do the delete vtoc and re-label. Can you please provide the instructions for these?
    thanks
    Jay

  • SGA Size for 8.1.7.4 32 bit? , some Interview Questions

    Hi buddies,
    I got some interview questions, might be simple for geeks in DBA. I am in need of answers. Could anyone help me.
    Thanks,
    Raaj
    1) Does windows NT support direct I/O?
    Answer: Choose one of the answers that apply
    A: No, only AIO
    B: Yes, depending on hardware.
    C: Yes.
    D: No.
    2) Can you take a coldbackup from solaris and use it on windows NT?
    Answer: Choose one of the answers that apply
    A: Yes.
    B: Yes if RMAN backup performed from NT server.
    C: Yes, after running RMAN convert.
    D: No.
    3) All of the following will alter the number of checkpoints that occur in one hour on the database, except one. Which is it?
    Answer: Choose one of the answers that apply
    A: Decreasing tablespace size
    B: Decreasing size of redo log members
    C: Setting LOG_CHECKPOINT_INTERVAL greater than the size of the redo log file
    D: Setting LOG_CHECKPOINT_TIMEOUT to zero
    4) The DBA is attempting to back up the Oracle database control file. After
    issuing the ALTER DATABASE BACKUP CONTROLFILE TO TRACE command, where can the DBA find the backup control file creation materials Oracle created for him or her ?
    Answer: Choose one of the answers that apply
    A: USER_DUMP_DEST
    B: LOG_ARCHIVE_DEST
    C: CORE_DUMP_DEST
    D: BACKGROUND_DUMP_DEST
    5) What is the most important action a DBA must perform after changing the database from NOARCHIVELOG TO ARCHIVELOG?
    Answer: Choose one of the answers that apply
    A: Shutdown normal and restart the database
    B: Perform a full logical database backup
    C: Perform a full offline database backup
    D: Manually switch the log files
    6) Which of the following choices lists an ALTER USER option that can be executed by the user herself or himself?
    Answer: Choose one of the answers that apply
    A: DEFAULT TABLESPACE
    B: IDENTIFIED BY
    C: TEMPORARY TABLESPACE
    D: PROFILE
    7) You need to view the initialization parameter settings for your Oracle
    database. Which of the following choices does not identify a method
    you can use to obtain values set for your initialization parameters?
    Answer: Choose one of the answers that apply
    A: Issue SELECT * FROM DBA_PARAMETERS; from SQL*Plus
    B: Issue SELECT * FROM V$PARAMETER; from SQL*Plus
    C: Issue SHOW PARAMETERS from Server Manager
    D: Use OEM Instance Manager
    8) As a result of a media failure, the current online redo log group is corrupted, the database crashes, as the current online group is inaccessible. Which type of incomplete recovery are you most likely to perform ?
    Answer: Choose one of the answers that apply
    A: Change-based
    B: Time-based
    C: Recovery using a backup control file
    D: Cancel-based
    9) User SNOW executes the following statement: SELECT * FROM EMP. This
    statement executes successfully, and SNOW can see the output. Table
    EMP is owned by user REED. What object would be required in order for
    this scenario to happen ?
    Answer: Choose one of the answers that apply
    A: User SNOW would need the role to view table EMP.
    B: User SNOW would need the privileges to view table EMP.
    C: User SNOW would need a synonym for table EMP.
    D: User SNOW would need the password for table EMP.
    10) Which one of the following statements is true?
    Answer: Choose one of the answers that apply
    A: The request queue is common, and the response queue is different for all the dispatchers.
    B: The request queue and response queue are different for all the dispatchers.
    C: The request queue is different, and response queue is common for all the dispatchers.
    D: The request queue and response queue are common for all the dispatchers.
    11) What is the largest SGA size for 8.1.7.4 32 bit?
    Answer: Choose one of the answers that apply
    A: approximately 2GB
    B: approximately 3.5GB
    C: approximately 4GB
    D: approximately 8GB
    E: approximately 16GB
    12) The DBA is about to perform some administrative tasks. Specifying the
    OPTIMAL parameter has which of the following appropriate uses?
    Answer: Choose one of the answers that apply
    A: Limiting concurrent users
    B: Limiting concurrent transactions
    C: Limiting growth of rollback segments
    D: Limiting growth of tables
    13) If the DBA wants to find information about how often transactions are
    wrapping transaction information between multiple rollback segment
    extents, where would the DBA look to find that information?
    Answer: Choose one of the answers that apply
    A: DBA_ROLLBACK_SEGS
    B: V$ROLLSTAT
    C: V$ROLLNAME
    D: DBA_SEGMENTS
    14) You have 30 rollback segments in your database, for which
    TRANSACTIONS_PER_ ROLLBACK_SEGMENT is set to 49 and
    TRANSACTIONS is set to 1000. During periods of heavy usage, about how many rollback segments will be actively used by Oracle?
    Answer: Choose one of the answers that apply
    A: 50
    B: 60
    C: 20
    D: 30
    15) The DBA has a table created with the following statement:
    CREATE TABLE EMPL
    (EMPID NUMBER(10),
    LASTNAME VARCHAR2(40),
    RESUME LONG RAW);
    The DBA attempts to issue the following statement:
    ALTER TABLE EMPL
    ADD ( PERF_APPRAISE LONG);
    What happens?
    Answer: Choose one of the answers that apply
    A: The statement succeeds.
    B: The statement succeeds, but column is added as VARCHAR2.
    C: The statement fails.
    D: The statement adds a disabled constraint.
    16) The primary key of the EMP table has three columns, EMPID, LASTNAME,
    and FIRSTNAME. You issue the following SELECT statement:
    SELECT * FROM EMP WHERE LASTNAME = 'HARRIS' AND FIRSTNAME = 'BILLI'
    AND EMPID = '5069493';
    Where would you look to see if this query will use the index associated
    with the primary key?
    Answer: Choose one of the answers that apply
    A: DBA_IND_COLUMNS
    B: DBA_TAB_COLUMNS
    C: DBA_INDEXES
    D: DBA_CLU_COLUMNS
    17) You are configuring your index to be stored in a tablespace. Which of the
    following storage parameters are not appropriate for indexes?
    Answer: Choose one of the answers that apply
    A: OPTIMAL
    B: INITIAL
    C: PCTINCREASE
    D: NEXT
    18) You need to set up auditing in an order entry and product shipment
    application so that when the ORDER_STATUS column in the ORDERS
    table changes to ‘SHIPPED’, a record is placed in a special table associated
    with a part of the application that gives sales representatives a daily list
    of customers to call on a follow-up to make sure the customer is satisfied
    with the order. Which of the following choices represents the best way
    to perform this auditing?
    Answer: Choose one of the answers that apply
    A: Statement auditing
    B: Object auditing
    C: Audit by access
    D: Value-based auditing
    19) Information in the buffer cache is saved back to disk in each of the
    following situations except one. In which situation does this not occur?
    Answer: Choose one of the answers that apply
    A: When a time-out occurs
    B: When a log switch occurs
    C: When the shared pool is flushed
    D: When a checkpoint occurs
    20) In order to allow remote administration of users and tablespaces on an Oracle database, which of the following types of files must exist in the database?
    Answer: Choose one of the answers that apply
    A: Password file
    B: Initialization file
    C: Datafile
    D: Control file
    E: Nothing, SYSDBA privileges are not required for these actions.
    21) You are planning the storage requirements for your database. Which of the following is an effect of maintaining a high PCTFREE for a table?
    Answer: Choose one of the answers that apply
    A: Oracle will manage filling data blocks with new records more actively.
    B: Oracle will manage filling data blocks with new records less actively.
    C: Oracle will leave more space free in data blocks for existing records.
    D: Oracle will leave less space free in data blocks for existing records.
    22) You manage database access privileges with roles where possible.
    You have granted the SELECT_MY_TABLE role to another role, called
    EMP_DEVELOPER. To view information about other roles that may be
    granted to EMP_DEVELOPER, which of the following dictionary views
    are appropriate?
    Answer: Choose one of the answers that apply
    A: DBA_ROLE_PRIVS
    B: DBA_TAB_PRIVS
    C: USER_SYS_PRIVS
    D: ROLE_ROLE_PRIVS
    23) In order to set your SQL*Plus session so that your NLS_DATE_FORMAT
    information is altered in a specific way every time you log into Oracle,
    what method would be used?
    Answer: Choose one of the answers that apply
    A: Setting preferences in the appropriate menu option
    B: Creating an appropriate LOGIN.SQL file
    C: Issuing the ALTER USER statement
    D: Issuing the ALTER TABLE statement
    24) You create a sequence with the following statement:
    CREATE SEQUENCE MY_SEQ
    START WITH 394
    INCREMENT BY 12
    NOMINVALUE
    NOMAXVALUE
    NOCACHE
    NOCYCLE;
    Two users have already issued SQL statements to obtain NEXTVAL, and
    four more have issued SQL statements to obtain CURRVAL. If you issue a
    SQL statement to obtain the NEXTVAL, what will Oracle return?
    Answer: Choose one of the answers that apply
    A: 406
    B: 418
    C: 430
    D: 442

    1.-
    2.c
    3.a
    4.a
    5.c
    6.b
    7.a
    8.d
    9.b
    10.a -
    11.a
    12.c
    13.b
    14.d
    15.c
    16.a -
    17.a
    18.d
    19.c
    20.a
    21. -
    22.d
    23.b
    24.?
    hope it helps u.
    Thanks
    Kuljeet

  • Oracle 8.1.7.4 32 bit and SGA size

    hi gurus,
    OS : solaris 5.8 64 bit
    Oracle: 8.1.7.4 32 bit
    i have seen documents saying that maximum SGA allocation possible is only 1.75 GB due to 32 bit application limitation.
    is there a way in which we can allocate > 1.75 GB for the SGA granules?
    any option like /AWE in windows?
    thanks,
    charles

    OS : solaris 5.8 64 bit
    Oracle: 8.1.7.4 32 bitAs far as i know mixing 32-bit database and 64-bit operating system is not supported - as 8i is.
    Anyway with a 32-bit database you are basically limited to 2 GB per process. You can use "indirect_data_buffer" which will
    enable you to increase your database block buffers > 2 GB....
    Ronny Egner
    My blog: http://blog.ronnyegner-consulting.de

  • Need to Increase SGA Size

    Hi,
    RDBMS : 11.1.0.7.0
    OS : RHEL 5 (X86_64)
    EBS : 12.1.3
    My Database Server RAM size is 128 gb
    Currently my Parameters are
    SGA_Target = 2g
    SGA_max = 2g
    Shared_pool_size = 600m
    Kernel Parameters are :
    kernel.msgmnb = 65536
    kernel.msgmax = 65536
    kernel.shmmax = 68719476736
    kernel.sem = 256 32000 100 142
    kernel.shmmni = 4096
    kernel.msgmni = 2878
    fs.file-max = 6553600
    net.ipv4.ip_local_port_range = 1000 65000
    net.core.rmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 262144
    My question is...
    As My project manager is asking to increase the SGA Size as i have 128gb RAM of server.
    Maximum how much i can increase the SGA Size
    It is PRODUCTION Server... Now it's running with out any issue... but so much RAM is there y can't we use....?
    Please advice..
    Thanks,

    As per the Note
    Maximum SHMMAX values for Linux x86 and x86-64 [ID 567506.1]
    =======================================================================
    QUESTION 2
    ===========
    What is the maximum value of SHMMAX for a 64-bit (x86-64) Linux system?
    ANSWER 2
    ===========
    Oracle Global Customer Support officially recommends a " maximum" for SHMMAX of "1/2 of physical RAM".
    The maximum size of a shared memory segment is limited by the size of the available user address space. On 64-bit systems, this is a theoretical 2^64bytes. So the "theoretical limit" for SHMMAX is the amount of physical RAM that you have. However, to actually attempt to use such a value could potentially lead to a situation where no system memory is available for anything else. Therefore a more realistic "physical limit" for SHMMAX would probably be "physical RAM - 2Gb".
    In an Oracle RDBMS application, this "physical limit" still leaves inadequate system memory for other necessary functions. Therefore, the common "Oracle maximum" for SHMMAX that you will often see is "1/2 of physical RAM". Many Oracle customers chose a higher fraction, at their discretion.
    Occasionally, Customers may erroneously think that that setting the SHMMAX as recommended in this NOTE limits the total SGA. That is not true. Setting the SHMMAX as recommended only causes a few more “shared memory segments” to be used for whatever total SGA that you subsequently configure in Oracle. For additional detail, please see Document 15566.1, "SGA, SHMMAX, Semaphores and Shared Memory Explained"
    ==========================================================================
    Our server RAM is 128 gb.... as per the note 1/2 of the physical RAM we can assign for SHMMAX parameter... (apprx 60gb)
    How can i understood this answer for my configuration......
    Please advice...
    Thanks,

  • Maximum File Size - 2GB?

    Does java have a formal maximum file size for java.io.File?
    Somewhere along the way here where I work we started assuming it was 2GB, is that accurate?
    Our customer output files are starting to get in the neighborhood of 2GB, and management wants a plan.
    Do 64-bit JDKs support larger files?
    Does the max file size depend on JDK vendor?
    Is there a way to get 32-bit JDKs to open say 5-6GB files?

    In all cases, I believe, the file size limits are imposed by the underlying operating system, and the value varies (by system and os version).
    Refer to the documentation for your os.

  • Maximum heap size for 64bit JVM

    Hi,
    I am trying to set the maximum heap size for a java process in a 64bit JVM . I am not able to set more then 3G
    command line config:
    java -Xms64m -Xmx3g -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=8000 com.superpages.puboptions.CampaignFeedStarter >> publisher.out 2>&1 &
    Hardware / software configs
    *$uname -a*
    SunOS labsbear 5.9 Generic_122300-19 sun4u sparc SUNW,Sun-Fire-V440
    *16GB total physical memory*
    *4 processor machine*
    *64 bit JVM*
    JDK1.6
    where is this limitation coming from. How to set the heap size to 6g.
    Thanks for your time
    Meena

    You need to use the -d64 switch to request the 64-bit JVM. E.g.,$ java -showversion -Xmx6g HelloWorld
    Invalid maximum heap size: -Xmx6g
    The specified size exceeds the maximum representable size.
    Could not create the Java virtual machine.
    $ java -showversion -d64 -Xmx6g HelloWorld
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
    Hello world!

  • Is there a maximum file size in Aperture 3?

    Is there a maximum file size in Aperture 3? All my files from a digi camera work fine in Aperture. However I also shoot film and get hi res. scans done. These files are very large, especially after working on them in photoshop. A2 does not like large files much above 250MB. What about A3?

    So far it's doing just fine with my Mamiya 645 scans (about 11,000x15,000 pixels, around 200MB) whereas Aperture 2 would gag and maroon-screen on them. Needless to say my poor old first gen Mac Proo huffs and wheezes a bit on some operations, but it is working.
    Duncan

  • Database creation - SGA size

    Hi all,
    When I try to create a database using DBCA, My default SGA Size : 128. PGA:794. When I click Next button, I receive the following caution...
    Following parameters do not meet the recommended minimum size requirements:
    An SGA size of atleast 160MB is recommended
    Do you want Database configuration Assistant to Change the Parameter? I gave ignore and I changed the SGA size to: 160, I received the bellow caution
    SGA Size can not be greater than maxmimum shared memory segment size (1342177728). Refer to oracle installation guide to configrue your operation system kernel parameters.
    Please suggest me on the same....
    Thanks
    Gir

    user10737570 wrote:
    My other database SGA_MAX_SIZE is 1G.
    Now I'm trying to create database using DBCA. By default my sga size allocated is 128MB. It recommends SGA size should be 160MB. I'm not able to extend SGA size. Please refere my previous post...
    Could you please tell me why my default screen is showing as 128MB.
    ThanksThe oracle installer determines the available sga_size bij calculating free "shared memory"
    This is the setting of the maximum shared memory as posted in the first message minus the memory used by your first database, minus some other shared memory stuff.
    To overcome this, you have to increase the mamimum shared memory size in your kernel and if needed reboot the system.
    If your system happens to be a Redhat Enterprise system, then lookup the variable called
    kernel.shmmax = <a certain size>
    in /etc/sysctl.conf
    Increase that value, and save the file ( as root )
    Next run /sbin/sysctl -p to activate the new config

  • Maximum Package Size and Duration for HD Streaming?

    Hey All,
    I've taken the HD plunge and am editing my first piece of video. I've finished and I want to export it to stream to my PS3 and/or Xbox. My question is what are the best settings for export to Quicktime MP4 1080 HD for maximum packet size and max packet duration?
    Also do I need to optimize for server if I will be streaming from my Time Capsule?
    I can successfully stream SD but I don't quite understand all this HD stuff so any and all help is appreciated.

    I totally appreciate the thread but my goal is not to copy the file but to get it to stream properly. Right now it stutters a bit during streaming. I am trying to find out if Max package and duration could help.
    I'm at 15KPBs on the download and 973 on the upload so it shouldn't be a network problem. I was just hoping someone could explain the max settings and recommend something for streaming

  • Max SGA size in 32bit OS

    Hi,
    I have a EBS Production Instance (12.1.1) in a 32-bit OS (RHEL4.0).
    RAM: 16GB, SWAP: 8GB
    Our sga size is 1.7GB
    Is there any way to increase our SGA size.
    Please advice.
    Thanks in advance.

    You can use BIG PAGES
    For more info you can read the below docs:
    http://www.oracle-base.com/articles/linux/LargeSGAOnLinux.php
    32-bit Architecture and the hugemem Kernel
    The RHEL 3/4 smp kernel can be used on systems with up to 16 GB of RAM. The hugemem kernel is required in order to use all the memory on systems that have more than 16GB of RAM up to 64GB. However, I recommend the hugemem kernel even on systems that have 8GB of RAM or more due to the potential issue of "low memory" starvation (see next section) that can happen on database systems with 8 GB of RAM. The stability you get with the hugemem kernel on larger systems outperforms the performance overhead of address space switching.
    With x86 architecture the first 16MB-896MB of physical memory is known as "low memory" (ZONE_NORMAL) which is permanently mapped into kernel space. Many kernel resources must live in the low memory zone. In fact, many kernel operations can only take place in this zone. This means that the low memory area is the most performance critical zone. For example, if you run many resources intensive applications/programs and/or use large physical memory, then "low memory" can become low since more kernel structures must be allocated in this area. Low memory starvation happens when LowFree in /proc/meminfo becomes very low accompanied by a sudden spike in paging activity. To free up memory in the low memory zone, the kernel bounces buffers aggressively between low memory and high memory which becomes noticeable as paging (don't confuse it with paging to the swap partition). If the kernel is unable to free up enough memory in the low memory zone, then the kernel can hang the system.
    Paging activity can be monitored using the vmstat command or using the sar command (option '-B') which comes with the sysstat RPM. Since Linux tries to utilize the whole low memory zone, a low LowFree in /proc/meminfo does not necessarily mean that the system is out of low memory. However, when the system shows increased paging activity when LowFree gets below 50MB, then the hugemem kernel should be installed. The stability you gain from using the hugemem kernel makes up for any performance impact resulting from the 4GB-4GB kernel/user memory split in this kernel (a classic 32-bit x86 system splits the available 4 GB address space into 3 GB virtual memory space for user processes and a 1 GB space for the kernel). To see some allocations in the low memory zone, refer to /proc/meminfo and slabtop(1) for more information. Note that Huge Pages would free up memory in the low memory zone since the system has less bookkeeping to do for that part of virtual memory, see Large Memory Optimization (Big Pages, Huge Pages).
    If you install the RHEL 3/4 hugemem kernel ensure that any proprietary drivers you are using (e.g. proprietary multipath drivers) are certified with the hugemem kernel.
    In RHEL 2.1, the smp kernel is capable of handling up to 4GB of RAM. The kernel-enterprise kernel should be used for systems with more than 4GB of RAM up to 16GB.
    Above article taken from http://www.puschitz.com/TuningLinuxForOracle.shtml#32BitArchitectureEdited by: user00726 on Aug 6, 2010 2:02 AM

  • Heap Size in 64 bit operating systems

    Hi,
    I have written a Java application which needs huge size heap. I tried to run the application under 32 bit windows operating system, but with 32 bit OS I got maximum heap size of 1.5 GB. To get more heap I have installed Windows 2003 Standard edition 64 bit version. Also I have installed JDK 1.7 64 bit for windows. I am using Netbeans IDE 6.7. I have configured Netbeans for 64 bit JVM. With this configuration I tried to set heap size of 1.6 GB it gives error "Could not create Java Virtual machine......". Also If I check proceess in task manager I see java.exe * 32 process. Does this mean JVM being used is still 32 bit JVM?
    Please let me know how to get more heap size under 64 bit OS?
    Regards,
    -Suresh Shirgave

    From a cmd window run a simple program using a 64-bit jvm (HelloWorld or similar) with different -Xmx values to establish the limit at which the program will run.
    <pathTo64-bitJVM>java -Xmxnn HelloWorldIf that's different from NB, then it's a setting of some kind in NB. Maybe you are pointing NB to a 32-bit JDK? Check the value in <NBInstallDirectory>\etc\netbeans.conf. If that's not it, check NB Help. You might want to ask the question at a NB forum, since this is a new version there may be a problem. Note that these forums are for Java language topics.

Maybe you are looking for

  • Why does importing accounts fail in OS X Server?

    I have installed OS X Mountain Lion 10.8.4 and Server 2.2.1 and tried to import user accounts again and again, but it always fails. The only thing that the console log says is "Date Time - Number of Args = X" and it says no more. I'm trying to work t

  • "Account" application not found.

    Recently, I wanted to change my password. But when I opened System Preferences, I could not find an "Account". Is there supposed to be a file/folder somewhere so I can open this application? I tried by using "help", but all I get is "may be disabled

  • Mac pro and bluetooth/ m. mouse bt

    hi! i bought a new mac pro last week! it's my first apple computer and i'm so exciting.. but there's a problem.. i have the bt and airport module built in, now i have also the bt apple mouse and keyboard.. the keyboard is ok, but the mouse is slow an

  • Unable to open USB port device file: Permission denied

    I have an up-to-date system (full "pacman -Syu" yesterday), I am in a "lp" group and the printer (Canon Pixma MP270) started to give "Unable to open USB port device file: Permission denied" error, although in the past it worked and still works in Win

  • Installation Photoshop Element 10

    FRAGE: Muss ich nur die erste Disc 1 von 5 installieren Danke für Hinweise.