Apex nobody account

I have an apex application that has as page 1 (home page) set to public page so there is no login required. It shows at the upper right hand corner the account is 'nobody' I then have a login next to it so the user can actually login to do some work.
My question is.... it it possible in Apex 4.0 to change the nobody to something else? Nobody sounds kind of odd.
I would prefer to make it 'Anybody' or anything but 'Nobody'.
Where is apex getting that nobody information. and what can be done to override it to someother value?
thanks,
David Baker

The nobody is dealing with the issue that no one is logged into application, so it is displaying a default string. You can run a calculation at application start time and have the APP_USER set with whatever value you want...
BEGIN
    APEX_CUSTOM_AUTH.POST_LOGIN (
        p_uname       => 'DAMIFINOY',
        p_session_id  => v('APP_SESSION'),
        p_app_page    => :APP_ID||':'||:APP_PAGE_ID);
END;Thank you,
Tony Miller
Webster, TX
While it is true that technology waits for no man; stupidity will always stop to take on new passengers.
If this question is answered, please mark the thread as closed and assign points where earned..

Similar Messages

  • Send insert request as database user, not APEX public account

    I have a simple form where I am trying to insert data into a table. I am using database account authentication to log into app. We are using this table to submit jobs and only certain users can submit certain jobs.This table has a trigger that looks up privledges (in another table) to see if a user is authorized to enter particular data (job).
    When I create (insert the data from the form), I get an error (APEX_PUBLIC_USER User is not authorized to submit this request). Since APEX Pub user is not in our authentication table, it errors, which is fine. What I want to happen though, is the request (insert) into the table be sent as the database account user logged in, not APEX pub user account. How do I do this?
    Thanks
    Jason

    Jason,
    No problem, we were all new to Apex at some point (outside of the development team that is!).
    Take a look at my previous reply, I'm pretty sure that is what is happening, you either have some code in your app using 'USER' or perhaps the trigger itself references it, in which case rather than -
    USERit should use -
    nvl(v('APP_USER'), USER)Which basically means "if there is an Apex username then use that, otherwise use the Oracle database user".
    Without seeing your code it's difficult to say whether this is what's happening or not however, but it's worth looking at.
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd

  • APEX Database Account Authentication Problem

    Hi There
    I'm developing an application in APEX 3.1 on top of an Oracle 10g database. The schema account ABC has full control of all objects but additional users have been added USER1 for example. When I set the authentication of the APEX application to Database Account I am able to login as ABC but not when I use USER1. The errors I receive are:
    ORA-28007: the password cannot be reused ORA-06512: at "APEX_030200.WWV_FLOW_SECURITY", line 248 ORA-06512: at "SYS.WWV_FLOW_VAL", line 55 ORA-06521: PL/SQL: Error mapping function
    ERR-10480 Unable to run authentication credential check function.
    I haven't used any custom funtions, pages or procedures, even tried starting a new app from scratch and still am not able to login.
    Thanks
    Daniel

    Thanks Varad, but I was able to log in to PL/SQL Developer using the USER1 credentials. I have found the problem though, the Oracle database was an older version than this APEX functionality could work with. We upgraded the database and now I can log in fine.

  • Hide Nobody account &USER &DISPLAY user

    I wanted to hide user nobody from the template when no user is login. &USER. &DISPLAY_USER. , and &APP_USER all display NOBODY when not auth. When auth. I want it display the user. It just looks odd having nobody on the upper left hand corner.

    I'd tried that already.
    1) Created a item called P1_USER. Source is &APP_USER. Displayed only V('APP_USER') <> 'nobody'
    2) When I call P1_USER from the Template it doesn't recognize P1_USER.

  • Oracle Apex Hosted Account

    Hello, all,
    Does anyone know if the Oracle-provided environment for ApEx times out after a certain number of days? I was working in the environment today, left it and when I tried to go back in, my credentials wouldn't work. Or is there some other reason for the credentials not to work (a down server, for example)
    ThX!

    Hi, thanks for your response.
    I'm not adding any new rows, I'm just trying to change the values of the textarea fields in the tabular report when the user chooses to load his/her saved parameters. The default for the textarea field in all rows is null, because I assume users will want to start building the report from scratch. However, when the user clicks the button to load his/her saved values, I want to overwrite the null values with new values. How can I do that?
    Thanks,
    Mark

  • Password expires in Online Apex account automatically

    Hi,
    I am using APEX online account for my application. From morning till evening the admin password works fine.
    But the next day morning, when I enter the password, it says the password is not valid. Each time I have to request "Reset password".
    Why is this eccor occuring, please let me know. Also tell me the best way to resolve this error.
    Thanks.

    Suzi wrote:
    Hi,
    I am using APEX online account for my application. From morning till evening the admin password works fine.
    But the next day morning, when I enter the password, it says the password is not valid. Each time I have to request "Reset password".
    Why is this eccor occuring, please let me know. Also tell me the best way to resolve this error.
    Thanks.Hi,
    What you mean with "APEX online account" ? And does admin password mean admin user for INTERNAL workspace ?
    Br,Jari

  • No email for account creation

    It appears that in order to create an apex user account, an email is required. I have a requirement to run on an internal network that is not connected to the internet neither does it have an email setup.
    How can I use apex in this situation?

    A database schema is a database schema is a database
    schema. There is no such thing as "apex schema" -
    that doesn't make any sense.The real issue here for me is that nothing about setting up apex is making much sense to me. I have no live coaches. Nobody around me, that I know of, that has any knowledge of how to get things working. All I know is from Oracle's haystack of documentation and it's very difficult to find the needle of information I need.
    I was able to figure how to get apex running on my machine but the process is very complicated because there are so many dependencies and knowledge needed outside of Oracle software (ie Apache, etc.). I know that I am not a system administrator, which would help, but I don't need to be a system administrator -- I just need to learn how the Oracle components work and learn how they can be used to accomplish our tasks.
    The reason I ask about apex "schemas" is that apex workspace creation asks for a schema name and a schema password (I didn't know database schemas had passwords, users yes but not schemas).
    Also when setting up user accounts for apex I can't use usernames already in the database because they would be duplicated -- this would imply to me that the database user account should work for the apex account. But two things show that this isn't the case: 1 - apex passwords are case sensitive and oracle passwords are not, and 2 - when I try to use the database credentials when logging on to the apex account, the attempt is unsuccessful. So, if the accounts are the same (which the inability to duplicate user names indicates) but they are not the same accounts (which the inequality of the credentials shows), how are they related?
    As you can see I am very confused about all of this and I find the documentation I have to be inadequate in helping. I may be able to get answers from this forum but the process is more than panistakingly slow. How can I get some answers where I have no other resource other than the internet?
    Message was edited by:
    user556531

  • User Accounts and ORA-01722: invalid number error

    Hello,
    I have been using Express for a month or so now but have very limited knowledge of how it works.
    My Problem:
    I have a listing screen for user records which creates records in table QAS_USERS.
    When I add a record it saves the data OK and put the record in the list.
    When I click on the record in the list it takes me to the edit screen and I can change
    the details and it works OK and all the changes get saved to the database.
    On the data entry screen I have a list of the User Groups so I can select what group
    the user will be in, usual details in username, fullname, email address, password etc..
    I then added a routine to create a USER in the APEX Manage USERs.
    It creates the record in my table QAS_USERS and it creates a APEX User Account with
    the correct details and the record is displayed in the list.
    So far so good.
    Now the errors start:
    1. When I look at the User Account in Administration -> Manage Application Express Users
    most of the details have been added but the User Group does not get allocated.
    2. The record I created in QAS_USERS appears in the list on my listing screen but when
    I click on the Edit Icon on the left of the list I get the following error appear
    when the screen changes to the edit screen:
    ORA-01722: invalid number
    Unable to fetch row error
    QAS_USER Table:
    ID NUMBER
    CREATED_ON DATE
    CREATED_BY VARCHAR2(10)
    CHANGED_ON DATE
    CHANGED_BY VARCHAR2(10)
    ACTIVE VARCHAR2(3)
    USERNAME VARCHAR2(10)
    FULLNAME VARCHAR2(30)
    TEAMLEADER VARCHAR2(3)
    TEAMLEADER_ID NUMBER
    LAB NUMBER
    DIRECTOR VARCHAR2(3)
    ACTION_MANAGER VARCHAR2(3)
    SDM VARCHAR2(3)
    GM VARCHAR2(3)
    EMAIL_ADDRESS VARCHAR2(50)
    PASSWORD VARCHAR2(12)
    SDTL VARCHAR2(3)
    FIRSTNAME VARCHAR2(30)
    LASTNAME VARCHAR2(30)
    GROUP_ID NUMBER
    USER_ID VARCHAR2(20)
    Process Script to create the Express User Account:
    Declare
    group_id NUMBER;
    BEGIN
    group_id := APEX_UTIL.get_group_id (:P15_GROUP_ID);
    APEX_UTIL.CREATE_USER (
    P_USER_NAME => :P15_USERNAME,
    P_FIRST_NAME => :P15_FIRSTNAME,
    P_LAST_NAME => :P15_LASTNAME,
    P_WEB_PASSWORD => :P15_PASSWORD,
    P_EMAIL_ADDRESS => :P15_EMAIL_ADDRESS,
    p_developer_privs => 'ADMIN',
    p_group_ids => group_id);
    END;
    If any one has any ideas I would be very grateful.
    Regards,
    Simon.

    Hi,
    It could be that this is because you are using SYSDATE which contains the time as a fraction rather than TRUNC(SYSDATE) which just contains the current time. It could be that your working_dates_between raises this error.
    However, your formula is far more complicated than it needs to be.
    Firstly, you want to look at the date window ADD_MONTHS(TRUNC(SYSDATE), -6) to TRUNC(SYSDATE). Then you want to look at the portion of the absence that falls in the date window. This is GREATEST(Absence Attendance.Actual Start Date, ADD_MONTHS(TRUNC(SYSDATE), -6)) to LEAST(NVL(Absence Attendance."Actual End Date",TRUNC(SYSDATE)), TRUNC(SYSDATE)). You may need to add 1 to the absence end date because this is the last day of their absence rather than the date they return. It depends how you calculate the days between the start and end
    date of the absence. You can create calculations for the start and end date of the absences within the 6 months time window. Create calculation AbsenceStart as
    GREATEST(Absence Attendance.Actual Start Date, ADD_MONTHS(TRUNC(SYSDATE), -6))
    and AbsenceEnd as
    LEAST(NVL(Absence Attendance."Actual End Date",TRUNC(SYSDATE)), TRUNC(SYSDATE))
    Then you need to only pick up absence that a part of the absence in your 6 month date window. You can use a condition in the workbook or a condition in a case statement to do this. You then need to calculate the difference between these dates and SUM all the values.
    SUM(CASE WHEN AbsenceEnd >= AbsenceStart THEN WORKING_DAYS_BETWEEN(AbsenceStart, AbsenceEnd) END)
    That's it. Not so complicated after all.
    Rod West

  • Integrating Google Maps in Oracle Apex and 404 Not found error page

    Currently using APEX version 3.2.0.00.27 installed in OracleXE version 10.2.0.1.0. Have been attempting to recreate some examples of Google Maps within APEX. Found a nice set of examples here that build up to what I'm looking to ultimately do by incorporating google maps into APEX:
    http://blog.whitehorses.nl/2009/10/04/integrating-google-maps-in-oracle-apex/
    Unfortunatly, I'm getting the "404 Not Found, Not found, The requested URL /apex/wwv_flow.accept was not found on this server" page when I try to recreate the "Map with Search" example. I'd like to see if this really works using the html input and button tags in the body/region source versus creating APEX items to pass the address values to the javascript in the html header of the apex page. I'm thinking it's just an html thing within APEX that you have to do it a certain way, but I haven't managed to hit that magic combination. have gone to the google maps api v2 and looked at the html they use (it's what these examples with apex are based on) and tried that just to see. Same 404 result.
    I've seen suggestions at this forum and elsewhere that the 404 error is due to a bug. have been to metalink, and really haven't seen anything that spells out what the bug is and how to patch it or work around it. May be I just haven't found the right note/doc yet. have seen suggestions to change something associated with the Anonymous account that APEX uses. Have turned on authentication in the application to use an APEX user account with a logon page to the application. Still get the 404. Although, I have not adjusted anything elsewhere, like a DADS config file, because the apex/xe configuration is using the plsql gateway. Not sure of any procedure for changing settings on anonymous account when using plsql gateway.
    Open to suggestions. APEX 3.2 is customer version, so going to 4 may not be an option yet. XE, on the other hand, can certainly be swapped for an 11g version standard or enterprise edition if need be. I don't think this is a db version problem though. I think it's more on the APEX side of things.
    Anyway, any help or suggestions are appreciated.
    thanks
    rtp
    Edited by: RTP on Jun 24, 2011 10:30 AM

    Hi I have the same problem.... if you found the solution, please put it here to see it... I need a solution to this its urgent!!
    Thanks!!

  • Best way to refresh (transport) Apex installation/configuration

    Hello,
    We have a development, test and a production environment.
    In the DVLP and TEST our developers has access (apex account) to the Apex dvlp environment for developing the Apex code and testing it.
    In our production, they have no account.
    Every x days, we do a refresh: this means we restore our full prod database to our TEST or DVLP environment.
    The result: our Apex configuration (accounts, ...) in our TEST has been overwritten.
    The apexexport -istance exports only the apex program code but not our configuration
    Does anybody have a good solution for this?
    Kind regards

    Hello Erik,
    Why do you copy the PROD database over your TST and DEV every x days?
    You probably only need the data of the 'real' tables don't you? So in that case, export only that schema (or schemas) and import these in TST en DEV and the APEX Repository won't be messed up. (You also might lose some work you've done in DEV and not promoted to PROD yet...).
    Greetings,
    Roel
    http://roelhartman.blogspot.com/

  • Apex Newbie question !!!!!  HTTP server ????

    I am newbie at APEX. I have a DBA background, but no experience with Oracle applications.
    I DO respect your time, and have tried to find this info on teh docs, but, honestly, can not find it. And I looked over everywhere, metalink, otn, gogling. I thought that I would find it on these forums under some form of FAQs, but have not found the answer :-(
    I have installed oracle database 11g for windows on my laptop, and when installing APEX 3.2, it asks me to stop the http server and ..... :-)
    Now, I have a question regarding the Oracle HTTP server, which is supposed to be isntalled with the 11g, instead of the Companion CD, which no longers exist.
    First question. We have a http server that is used by oracle EM database control, correct ? I do not see a service for it on the Services list. Teh apex application install asks for stopping/starting the http server. How do we do that ? AND, where the the http server binaries located ? I did a search for apache, and found it under C:\app\oracle\product\11.1.0\db_1\perl\site\5.8.3\lib\Apache, but no binaries there, or under ORACLE_BASE\bin either.
    What do I setup for ORACLE_HTTPSERVER windows environment on a brand new 11g database install ?
    Now, I see that we can get HTTP server from BEA install. I was trying to keep APEX from using a web server tier here. To me, the beauty of APEX is to not have to manage BEA, or any other tier. Keep it simple, at least for development, and keep everything on the DB, and simply use the native HTTP server.
    So, this is a VERY basic question, but how do I do that ? I will worry about what I can and can not do with the native HTTP server or BEA later. I just want to get this up and running so that I can start playing with it.
    Thanks,
    Henrique

    Here is my latest update before I go to bed :-(
    I was able to install the HTTP server, but had some issues later down on the apex install.
    C:\app\oracle\product\10g-iAS-http-server\opmn\bin>opmnctl status
    Processes in Instance: IAS-1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 5204 | Alive
    I am able to see the welcome page for the web server here
    http://localhost:7777/
    I am able to reset the admin password, ( by the way, I did setup the gateway as well :-) ). I am not sure what happens when you have both the gateway and the web server setup. Now, when try to login to the apex admin account using either
    http://localhost:7777/apex/apex_admin or
    http://localhost:7777/pls/apex/apex_admin, nothing happens besides a HTTP-404 error.
    Now, when I had the port set to 8080, via the commands
    SQL> EXEC DBMS_XDB.SETHTTPPORT(8080);
    PL/SQL procedure successfully completed.
    SQL> SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    GETHTTPPORT
    8080
    and try to login again here
    http://localhost:7777/pls/apex/apex_admin
    I do get a prompt, but when i enter admin, and the password I have setup, it does not allow me to get in :-(
    Now, I need some explanation of this DAD file, as I am not sure if I need it to simply login during install. Here is the man page from the install doc :
    3.4.11.1 Creating a Workspace Manually
    To create an Oracle Application Express workspace manually:
    Log in to Oracle Application Express Administration Services. Oracle Application Express Administration Services is a separate application for managing an entire Oracle Application Express instance. You log in using the ADMIN account and password created or reset during the installation process.
    In a Web browser, navigate to the Oracle Application Express Administration Services application.
    If your setup uses Apache and mod_plsql, go to:
    http://hostname:port/pls/apex/apex_admin
    Where:
    hostname is the name of the system where Oracle HTTP Server is installed.
    port is the port number assigned to Oracle HTTP Server. In a default installation, this number is 7777.
    pls is the indicator to use the mod_plsql cartridge.
    ***apex is the database access descriptor (DAD) defined in the mod_plsql configuration file.***
    Here it mentions this DAD file, and I am not sure if I need it now, and even, how to reference it. My database name is called apex, but I do not have anything on my dads.conf file. Should I have something there ? I see a sample such as this from the README.DADs file :
    <Location /plsqlapp>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername scott
    PlsqlDatabasePassword tiger
    PlsqlDatabaseConnectString orcl
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage scott.home
    PlsqlDocumentTablename scott.wwdoc_document
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure scott.wwdoc_process.process_download
    </Location>
    It is a bit late tonite. Tomorrow I will get back at it.
    Thanks for any help, but I must be doing something really obvious to you guys here, and I can't see it :-(
    Cheers,
    Henrique

  • Restrict Apex Admin user not to be Developer

    Hi,
    I like to to extend the use Apex authen/author scheme to take advantage Apex builtin functions. But I do not want Admin user to access Apex Builder Application. I only want him/her to access our own custom application to create groups and users which are Apex groups and users.
    Is there a way not to do this? Thanks!

    Thanks for responding my question.
    To make my question more clear, I like to build pages that create Apex groups and user accounts. These pages will be based on our custom APIs which call Apex_Util APIs to create Apex group, users and populate other data from screen into our custom tables. In order to create accounts in these page, users need to have Apex admin account.
    We only want these users to access our own application only, not Apex Builder.
    If the custom's application Admin users know URL and workspace name of Apex Builder, they can get into the application development enviroment. How can we block our Admin users from accessing Apex Builder.

  • Error while installing a packaged application

    Hi
    I am getting the following error while trying to install the "Sample Master Detail" application in my apex oracle account on the web. All the others install without problem. What could it be ?
    Thanks
    Juan
    Execution of the statement was unsuccessful. ORA-00001: unique constraint (APEX_040200.WWV_FLOW_MESSAGES_IDX1) violated
    declare
    h varchar2(32767) := null;
    begin
    h:=h||'Help';
    wwv_flow_api.create_message (
    p_id=>2456294651379654494 + wwv_flow_api.g_id_offset,
    p_flow_id=>wwv_flow.g_flow_id,
    p_name=>'HELP',
    p_message_language=>'en',
    p_message_text=>h);
    null;
    end;
    ORA-00001: unique constraint (APEX_040200.WWV_FLOW_MESSAGES_IDX1) violated

    Hilary - I asked our DBA to open a SR, the number is SR 3-6553142501 : Unable to install packaged applications in Oracle Apex
    Looks like apex.oracle.com has been upgraded to 4.2.1. When did this happen?
    I am almost positive that I was able to install packaged apps on apex.oracle.com even when it was on 4.2.0.00.27 (same as the publicly available version) but not on my instance. But now since the versions are different, the support person is pointing to the different versions as a cause! This is what I was afraid of. To be honest, given that I was getting the error on my instance but not on apex.oracle.com, even when both systems (mine and apex.oracle.com) was on the same version of APEX, I am not very hopeful that the 4.2.1 patch will fix my situation since the root cause has not been identified. I just don't want to wait for 4.2.1 to be released, apply it and find out that the issue is still there. Can you share the list of bugs fixed in 4.2.1 to see if any of them may apply to this situation?
    Any other ideas? What diagnostics can I provide to help you get to the bottom of this? Frankly, Oracle Support, as I found in the past, is not very well qualified to resolve APEX-related SRs. Can you please assist or direct Support appropriately? Thanks, appreciate your help.
    Since I have the Builder app installed in my instance, I inspected the final page of the packaged app install wizard (4000:83) to see what APIs it uses and ran it manually as SYSTEM. This is what I get. Does that help narrow down the issue?
    SQL> alter session set current_schema=apex_040200;
    Session altered.
    SQL> exec wwv_flow_pkg_app_install.install_db_app(7050,'SCOTT');
    BEGIN wwv_flow_pkg_app_install.install_db_app(7050,'SCOTT'); END;
    ERROR at line 1:
    ORA-20987: APEX - Execution  of the statement was unsuccessful. ORA-01003: no
    statement parsed
    <pre>begin wwv_flow.g_import_in_progress := true; end;</pre> - ORA-01003: no
    statement parsed
    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 853
    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 888
    ORA-06512: at "APEX_040200.WWV_FLOW_PKG_APP_INSTALL", line 376
    ORA-06512: at line 1

  • NFS write access without local user

    Hi,
    I try to get write access to NFS from one to another linux system without local user account and group.
    System 1. /etc/exports -->set nfs share /backup
    Folder /backup all files owned by oracle:oinstall
    oracle(104):oinstall(106) 664
    System 2. user: root(1):root(1)
    #>mount -t nfs .....
    All files are owned by userid 104 and groupid 106
    I can get write access If I change userid and group id on system 2 to 104/106 but I think that could be smart way.
    Does anyone know the right was to get write access without have a same local user(id) and group(id)
    Thanks
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    You can try the following in your /etc/exports file:
    /backup   *(rw,insecure,all_squash,anonuid=104,anongid=106)
    Then reload the exports file using the command "service nfs reload"The above will allow rw access to the /backup directory and map all requests to the nobody account and remap the nobody account uid and guid to 104 and 106 of the nfs server system. The insecure option is required by some PCNFS clients. For more detailed information please check the exports man page.

  • Mixed PC/Mac environment with Mac 10.6 server sharing issue

    In this mixed environment, I can't figure out how to get new documents created on the Macs (saved onto a shared folder on the server) to be set as read/write for the PC user. I'm not a Mac system admin, just to start with, but I do use Macs all the time and feel like I know what I'm doing. This is just escaping me.
    So new documents and folders, when created by a Mac, are created with permissions that give user group "staff" and "everyone" read only access, and give the "nobody" account ready and write access. If I manually go in I can change it so that staff has read/write, and propagate that to contained items, and then everything is editable. But new documents in that folder (any everywhere) are still not. Can anyone help me figure out what setting must be changed so that new documents and folders created by Mac clients are created with staff having read/write permissions?
    I'll be back at the client site tomorrow so I'm really hoping (and expectED) to have an answer by then.
    Thanks!

    http://manuals.info.apple.com/en_US/FileServerAdmin_v10.6.pdf
    Basically you want to have your members (or groups) added to the ACL under the filesystem being exported over AFP / SMB.

Maybe you are looking for

  • I have to send my 3Gs in for a repair; what will they look at?

    I must send my new 3GS in for repair.  Because my screen is frozen with the Apple log, I cannot clear history or cookies or anything like that. I am an adult and I do like to look at photos using "Yahoo Images" or occasionally to read adult literatur

  • Using Facelets with ADF

    Hi, I am trying to use Facelets with ADF but unable to get the desired output i.e. the Facelet regions are not working as desired. My Jdeveloper version is: 10.1.3.0.4(SU4) Please help me out as early as possible. Thank You.

  • Fan & Power Supply Replacement Kit from 2003

    Hi All, I was so excited to finally retire the G4 500 and replace with a shiny used G4 1.42 Dual. Unfortunately, I never botherd to learn about the "WIND TUNNEL" effect. I know Apple offered a free Fan and Power Supply Replacement Kit back in 2003 th

  • How can we reduce compares Database size in express edition

    Hi, for client we use SQL server express edition. express edition has limitation of 10GB of database size. please help me how can we reduce/compares DB size. Regards, Manish

  • NullPointerException on hasMore()

    I am calling hasMore() twice in a row, when the enumeration is at the end. So the first will return false but the second one will throw this exception: java.lang.NullPointerException      at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(LdapNa