No of Apps users log-in.

Hi
Is there any 1 who can help me in this regard.
How do i check that how many APPS users r currently login?
Iam using RDBMS : 9.2.0.3.0 Oracle Applications : 11.5.9
Thnx....

How do i check that how many APPS users r currently login?You can also use the following SQL statement to count concurrent users connected to Oracle Apps ..
SQL> select count(distinct d.user_name)
from apps.fnd_logins a, v$session b, v$process c, apps.fnd_user d
where b.paddr = c.addr
and a.pid=c.pid
and a.spid = b.process
and d.user_id = a.user_id
and (d.user_name = 'USER_NAME' OR 1=1);
And the following SQL to show username(s) ..
SQL> select distinct d.user_name
from apps.fnd_logins a, v$session b, v$process c, apps.fnd_user d
where b.paddr = c.addr
and a.pid=c.pid
and a.spid = b.process
and d.user_id = a.user_id
and (d.user_name = 'USER_NAME' OR 1=1);

Similar Messages

  • Retrieving Local User Logged In to Oracle Apps

    Hi,
    I have a report that issues Employee Payslips. I need to modify it so the user submitting the request will only be able to view his/her payslip.
    I have the following bit of code:
    SELECT distinct user_id
    FROM v$session vs, v$process vp, fnd_logins fl
    WHERE vp.addr = vs.paddr
      AND fl.spid = vs.process
      AND vs.sid=(select distinct sid from v$mystat)I also tried linking V$SESSION, V$PROCESS, and FND_CONCURRENT_REQUESTS using oracle_process_id and oracle_session_id.
    The problem is neither is returning any results. When linking V$SESSION and V$PROCESS alone, I get one record, which is what I need. But upon adding FND_LOGINS to the equation, no records are retrieved.
    So my question is, is there another way to be able to get the User_ID (that can be linked in FND_USER) of the session? I've looked up previous threads and articles but none of the solutions worked.
    Thanks.

    The main idea of the report is that a user logs into Oracle Applications and submits a request. The code in the report linked to this request has to get the username that the user logged in with and use it to retrieve only information that are related to that user.
    When taking the record with SID from sys_context, the data in V$SESSION are actually related to the server not the user so they're the same for all users.
    Executing the following query:
    select username, osuer, machine, user#
    from v$session
    where SID = sys_context('USERENV', SID);Returns the following:
    USERNAME: APPS
    OSUSER: applqa
    MACHINE: ebusdev1
    USER#: 183Same with sys_context('USERENV', SESSIONID'). And linking it to FND_LOGINS using the PROCESS column returns no data.

  • Unable to log into plus as apps user

    I have created an APPS EUL using instructions provided by link: Armstrong-Smith Consulting and am able to log into Discoverer Administrator as SYSADMIN and administer the EUL that was created under a DB Account.
    I gave administrative rights for a business area to an apps user.
    I am trying to log into Discoverer Plus and/or Viewer using the apps user account with administrative rights to the business in the EUL above and am getting the following error;
    <p>
    <strong>Error</strong>
    A connection error has occurred.
    -Unable to connect, possibly due to an invalid Applications GWYUID setting. Please contact your Discoverer manager.
    How do I go about connecting to the APPS EUL or am I approaching this the wrong way? The end goal is to set up end users who can use this EUL to create reports for our facility.
    Apps Version 12.0.x
    DB Version 12.x
    E-business Suite
    </p>

    Hi
    Is this Kevin? :-)
    If so, I sent you an answer in an email. If this is not Kevin, here is a possible solution:
    It sounds like your APPLSYSPUB account has a different password to the standard PUB. Because of this you will need to change this setting inside your pref.txt file.
    If you look in this folder: *$ORACLE_HOME\Discoverer\Util* you will see a file called pref.txt. Edit that file and look for the GWYUID setting and change the password to match what you have inside Admin.
    After you have edited the file, save it then from the same folder execute the file called applypreferences. On Windows it is a BAT file, on Linux and Unix it is an SH file.
    After you have applied the privileges you need to stop and restart the Discoverer server using opmnctl shutdown followed by opmnctl startall when run from the *$ORACLE_HOME\opmn\bin folder*.
    This should do it.
    Best wishes
    Michael

  • Identify user logged in discoverer as a oracle apps user

    Hi Guys,
    I am using web based to log in to discoverer as a oracle applications user. there is a report in one responsibility related to PO. My question is, can i catch the user who is logged in (his username or user ID) to be printed on the report.
    or
    I created a report which can see the details of the requisition (req ID, line number, Requestor, Approver, Requestor Dept, PO Number, etc). My report should display only the requisitions created by the user who is logged in who will be the requestor here in this case. I cant pass requestor as the parameter. It should automatically take the user logged in as requestor and display only his requisitions on to the output.
    Help Appreciated.
    Thanks

    use FND_GLOBAL.USER_NAME to get current user and pass it as parameter

  • How to get user 'logged in' to ironport web filter without launching IE

    We have an issue with some employees who use third party programs that traverse the Internet.  These programs are 100% allowed by the organization as they are required for day to day business.  Some programs go over the Internet to communicate for certain reasons, such as a live chat help support, or ordering products, etc..
    The problem is that some of these users log in and never even touch Internet Explorer for awhile.  They will go on and start working right away.  Well if they don't try to access an Internet site via IE, then the Ironport does not 'log them in', and they are known as unauthenticated.  Of course this doesn't happen with everyone.  There's nothing wrong with people coming in a little early and checking the local news online.
    We were thinking up if it's possible to have each user 'touch' the ironport web filter in some way during a logon script, unbeknown to the end user, so that they are 'signed in' and whatever Internet connected application they launch has access through to the Internet.  Right now they need to at least launch IE and go to some site (say Google or MSN) and via NTLM credentials transparently passed through IE7, 8 or 9, they can simply close the page and go about their business.  Note: they MUST go to an external site.... not an internally hosted one (such as our Intranet, time clock or HR self service pages).
    So is there any commands we can put in via kix or bat or something that will say "Hey Ironport, %username% just logged in at 10.x.x.x".  Then maybe to make it more advanced, a logoff script that says "Hey Ironport, %username% just logged OFF of 10.x.x.x".  This way when our hourly timeout happens, they aren't immediately booted from their Internet applications (if they don't keep an IE window open that is).
    Right now our ASA Firewall uses WCCP to forward port 80 to the ironport web filter.  The Ironport is a transparent proxy.
    Thanks!

    So it looks like you are moving the authentication from the Ironport S160 to the ASA5500 series firewall?
    I guess we are looking at something simpler, like a way to 'touch' the internet and pass NTLM credentials, because then the Ironport knows who the user is.
    If the user does not 'touch' the internet with IE, and say they use some other program that does not pass NTLM credentials (say Firefox or live chat program, or an ftp program, etc...) They are likely to be blocked, because the Ironport doesn't know who they are.
    Your link seems to lead to a complicated setup for something that seems so simple.  I'm not sure how that relates to an Ironport S160.. it seems to focus on the ASA5500. Also we want it to be completely 100% transparent to the end user.
    This is how it worked with a Barracuda web filter appliance...
    A DCAgent program sat on each domain controller. As users logged in or out of the domain, this agent passed this current activity to the Barracuda web filter appliance.
    The Barracuda appliance knew exactly who was logged in because of this little program on the domain controller(s) that kept it updated. Based on this, policies could be assigned based on Active Directory group memberships. ie) HR and Marketing can access Facebook, while others cannot.
    I guess I'm looking for similar functionality with the Ironport S160. If there's any way the domain controller, or even the client PC can say "Hey Ironport, %username% is logged on here at %ip_address%". That way the Ironport would know who they are, and there would be no unnecessary authentication boxes (besides the user logging into the windows domain). They could use internet connected apps that do not pass NTLM authentication. I guess the client PC or the domain controller would also have to tell the IronPort when they signed off, just so we don't have to deal with authentication timeouts. This way, say they are in our internet chat help program... after an hour, it will cut out and disconnect them - because the IronPort forgets who they are (unless they are actively using the internet with IE).
    So for now, we just use the bypass option for the affected internet services.  The default browser is IE, so the reality is that we are not suffering any tremendous inconvienence.  It's just that we want to ensure we have the best robust solution, and we can handle these types of situations with programs other than IE accessing internet resources.

  • Why an insert journal concurrent works for one app user and not for other?

    We have two app users. User A and User B. They have same responsibilities and grants over same functions and menus. When they run  a custom insert journal concurrent, only user A can execute it successfully.
    User B uses same parameters and data  as User A, but when User B  runs concurrent, it  always  fails
    What is the difference between this users?
    How we can check this difference?

    Hi,
    did you check user specific profile option settings as well?
    In addition, it would be helpful to have some more input
    regarding the error which is raised when user B runs the
    concurrent (concurrent log file output).
    Regards

  • Required Oracle FND tables for Discoverer Install (Oracle App user)

    Hi does anyone know of set documentation or, via SQL Trace, which existing tables Discoverer looks for when setting up an EUL? For instance, our install requires you select the Oracle Apps User Schema and put in the password for that schema where your FND tables reside.
    Assuming some are missing in our current setup, what would be required in order for Discoverer to work in conjunction with the Oracle applications roles and responsibilities, etc.
    I found this list in Discoverer documentation and confirmed I know have that setup correctly with proper grants, etc.. The EUL is created but does return an error of "Table or View does not Exist" which can be passed over and you can proceed into the EUL - but there is an error upon logging into EUL.
    grant select on FND_USER to &EULOWNER
    grant select on FND_APPLICATION to &EULOWNER
    grant select on FND_USER_RESPONSIBILITY to &EULOWNER
    grant select on FND_RESPONSIBILITY_VL to &EULOWNER
    grant select on FND_ORACLE_USERID to &EULOWNER
    grant select on FND_DATA_GROUP_UNITS to &EULOWNER
    This is Discoverer 10g and Oracle 10g database.
    Thanks,
    Mike

    Rod,
    I have confirmed that the Discoverer Administrator Responsibility has Administration, Desktop & Plus privelages.
    Furthermore, the account I am trying to login as - DSCADMIN has those permissions and is assigned that responsibility as well.
    It should be noted that when logging into the EUL as the DSCADMIN account, it prompts me to create a new EUL as one does not exist....however under the EUL ADMIN account (where the EUL was created), it recognizes the EUL since it is the owner.
    Am I missing something further - I've been through the documentation several times and can't figure this out - I have continually made progress but then hit a speed bump each time.
    It should also be noted that DSCADMIN is a database user schema account and also an Apps user as well - but this is how it was setup in our old enviornment so I wouldn't think this would make a difference.

  • Freaky new User log-in option at start-up-arrgrhghghhh

    When I start-up (10.4...) I am presented with the log-in screen per my usual preference settings - I recently had to reset my passwords using the install cd to access the options for such a task (don't ask). Everything went as planned but when the computer restarted, in addition to my usual list of users there was a new user, listed as 'Other' and if selected a screen opens presenting spaces to type in a User Name and User Passwork.
    When I check my system prefs>Accounts, this new 'Other' is not listed. How do I make it go away?! It's freaking me out. MANY THANKS!

    Hi, just to confirm that you followed what Henry G4 said.
    You logged on as an Administrator first?
    then find>
    Apps
    Utilities
    Net Info
    "Security" (at top of desktop)
    click "disable root user"
    log out, and "other" should be gone!
    Good computing! Robert.

  • Image Capture won't recognize camera under other user log in

    Image Capture won't recognize cameras under another other users log in on the same computer even though it works perfectly under the main user log in. Can some body hep me pleeze? What am I doing wrong or how can I let my daughter use her digital camera under her log in?
    Power Mac G-5 Dual 1.8   Mac OS X (10.3.9)   80gbMaindrive,250gbSeagate/1gb ram/128mb vram

    Hi G-Man,
    It's probably something in the Preferences folder; Users/herusername/Library/Preferences. Start by removing com.apple.ImageCaptureApp.plist and trying again. If that doesn't do it drag the entire Preference folder to the desktop, log out and back in. Launch it again and if it works you can either reset preferences for all System Preferences and apps or drag the preferences files a group at a time back to the new Preference folder in Library and test Image Capture each time. That way you can narrow it down to the one offending preference file.
    John

  • Implement as in Apps USER form

    Hi all,
    I am required to change the password like in oracle apps Sysadmin>user
    with same as username and password text items only.
    In password text item
    When -validate- item trigger I wrote
    PACKAGE BODY change_pwd IS
    first_entry varchar2(30);
    procedure Init_Password_Field is
    begin
    first_entry := NULL;
    -- Set required status of user_password field. Pwd is required
    -- if new record
    if (:system.record_status in ('NEW', 'INSERT')) then
    -- New record, required and enabled.
    set_item_property('GP_USERs.NEW_PWD',
                        REQUIRED, PROPERTY_ON);
    set_item_property('GP_USERs.NEW_PWD',
                        ENABLED, PROPERTY_ON);
    else
    -- Query record. Never required, enabled only if not
    -- not an externally managed user.
    set_item_property('GP_USERs.NEW_PWD',
    REQUIRED, PROPERTY_OFF);
    /*if (fnd_user_pkg.isPasswordChangeable(:user.user_name)) then
    App_Item_Property.set_property('USER.USER_PASSWORD',
    ENABLED, PROPERTY_ON);
    else
    App_Item_Property.set_property('USER.USER_PASSWORD',
    ENABLED, PROPERTY_OFF);
         end if;*/
    end if;
    end Init_Password_Field;
    Procedure change_password is
    pwdlen number;
    begin
    -- If nothing entered, do nothing
    if (:gp_users.new_pwd is NULL) then
         return;
    end if;
    -- Force re-entry first time password is entered
    if (first_entry is NULL) then
    -- Call custom package to do any custom password inspection.
    copy('', 'GLOBAL.USER_NAME');
    copy(:gp_users.new_pwd, 'GLOBAL.USER_PASSWORD');
    begin
    null;
    exception
    when form_trigger_failure then
    -- Some error raised. Clear password and fail validation.
    erase('GLOBAL.USER_NAME');
    erase('GLOBAL.USER_PASSWORD');
    :gp_users.new_pwd := '';
    when others then
    -- Some error raised. Clear password and fail validation.
    erase('GLOBAL.USER_NAME');
    erase('GLOBAL.USER_PASSWORD');
    :gp_users.new_pwd := '';
    raise form_trigger_failure;
    end;
    erase('GLOBAL.USER_NAME');
    erase('GLOBAL.USER_PASSWORD');
         Message('Re-enter Your Password to verify');
         first_entry := :gp_users.new_pwd;
         :gp_users.new_pwd := NULL;
    set_item_property('gp_users.new_pwd',
                   REQUIRED, PROPERTY_ON);
         raise Form_Trigger_Failure;
    end if;
    -- Second entry differs from first - error out
    if (first_entry != :gp_users.new_pwd) then
    Message('Please reenter correct password');
    Message(' ');
              :gp_users.new_pwd := NULL;
         Init_Password_Field;
    raise Form_Trigger_Failure;
    end if;
    -- Two entries match - encrypt new password
    --IF :system.record_status = 'CHANGED' THEN
    FORMS_DDL('ALTER USER ' ||:gp_users.username|| ' IDENTIFIED BY ' ||:gp_users.new_pwd);
    if (not Form_Success) then
         :gp_users.new_pwd := NULL;
    Init_Password_Field;
         raise Form_Trigger_Failure;
    end if;
    -- Clear entries and turn off required if valid pwd found
    :gp_users.new_pwd := NULL;
    set_item_property('gp_users.new_pwd',
                   REQUIRED, PROPERTY_OFF);
    -- Reset password_date field to null to force password
    -- expiration the next time user logs on.
    end;
    end;
    When I write this code user password is changed because of alter command with out Save.
    Requirement is
    Save new password when ever i saved.
    I implement forms_ddl inseveral ways ( key-commit and on-update) but password not altered.
    But when i implement forms_ddl like above it altered,but alter only when ever saved
    Thanks,
    Bhujendra

    Hi Guys!
    if anyone can help me with this problem, I would be really grateful.
    When I first used the "Disabled" Property, I saw that my data fields were being Nulled (that is, when I refresh the page, all the input-data disappears, and I am left with an EMPTY FORM)
    So, I tried to use the "ReadOnly" property.
    However, it did not work for me! Instead, I got the following Java Error : *"Couldn't find method setReadOnly(java.lang.String)..........NoSuchMethodException.............Select.setReadOnly....."*
    I know it should work, because other people have used it successfully. So, why is it not working for me??
    Is it because my IDM Version is 8.1 ?
    Please, help.
    Thanks

  • Export/Import with apps user or EUL schema owner ?

    Hi,
    I am working with a migration plan to move Discoverer 9 to Discoverer 10.
    It is an apps mode EUL, where business areas and workbooks have been granted to Apps Users & Responsibilities.
    Customer has only maintained the EUL with the database user of the EUL owner.
    What is recommended for exporting/importing the EUL from 9 to 10.
    To connect to Administrator as the EUL owner, or to connect as an apps user ( SYSADMIN ? )
    Will all the grants to apps users/responsibilities work when importing as schema owner ?
    I tried to create a entire EUL export file connected as EUL owner, and for the workbooks the export log contained :
    1234#.Workbook name1
    2345#.Workbook name 2
    1234 is the user_id for the workbook owner ( All workbooks have been created by an apps user )
    Will the import process manage to convert this user_id, and set the correct owner for the imported workbooks ?
    ( I will use the option Only take ownership if original owner not found )
    I am not sure, but I think I have seen the following syntax in other projects when exporting an apps mode EUL
    SYSADMIN.Workbook name 1
    SYSADMIN.Workbook name 2

    >
    What is recommended for exporting/importing the EUL from 9 to 10.
    To connect to Administrator as the EUL owner, or to connect as an apps user ( SYSADMIN ? )
    Will all the grants to apps users/responsibilities work when importing as schema owner ?
    Hi,
    The best that i know is that you should export using the DB user so that you will not have problem with workbooks or BA that you are not granted for (or any other grants or privileges).
    The import should be done using the APPS user (the super user you use).
    That way if you import a workbook that the owner will not be found then you will get the ownership and you can after migration deal with it.
    If you'll do that with the DB (EUL owner) user after migration you will not have access to those workbooks.
    Any way about the workbooks i suggest you'll save them as DIS files for cases that the import of the workbooks or the owner association for them fail.

  • MIDLET: USER LOG IN

    Hello Everyone,
    I am creating a midlet application, which is as follows: It would be a three tier application
    a. a user is presented with a midlet form, to enter username and password.
    b. on entering them and commaning "Log in", the midlet would generate a xml file with tags usename, password. and sends to some server.
    c. the server manipulates data and query, generate another XML file response.xml to the midlet.
    d. the midlet then parse the xml file, and if it has<result>True<result>, it lets the user log in.
    Now the thing is, I have studied online documentation on midlets, it said to access database through servlets. is it possible for the midlet app to send and receive file via socket(the application logic tier is being developed by another group) like other java swing desktop applications?? How can I implement it??
    Thanks in advance
    Jita

    Hello Everyone,
    I am creating a midlet application, which is as follows: It would be a three tier application
    a. a user is presented with a midlet form, to enter username and password.
    b. on entering them and commaning "Log in", the midlet would generate a xml file with tags usename, password. and sends to some server.
    c. the server manipulates data and query, generate another XML file response.xml to the midlet.
    d. the midlet then parse the xml file, and if it has<result>True<result>, it lets the user log in.
    Now the thing is, I have studied online documentation on midlets, it said to access database through servlets. is it possible for the midlet app to send and receive file via socket(the application logic tier is being developed by another group) like other java swing desktop applications?? How can I implement it??
    Thanks in advance
    Jita

  • How do you make a program run when any user logs in?

    I have an application which will need to run when any users logs in.
    Such that Joe downloads and installs the application, logs out, then Sally logs in and the application runs for Sally.
    Does anyone know how to do this?

    Hey Steve, thanks for that link. It seems to be what
    I am looking for. What is the meaning of the
    ~/Library vs /Library ? They are definitely
    different folders.
    Yes, they are definitely different folders. The "~" character represents the current users home folder, so "~/Library" represents the Library folder that's located inside a users home folder. Anything placed in there will only affect the one user whose home folder you've accessed.
    The "/Library" folder is the Library folder that exists at to root of the boot volume. Things placed in this Library folder will affect all users of the system. Basically it's sort of a "global" Library.
    Also, from a script, how do I add an item to execute
    for that kind of PList?
    That could be tricky based on the structure of that particular plist file. I haven't really looked at it closely but one place you could start is to read the "man" page for the "defaults" command... enter "man defaults" in Terminal. The "defaults" command allows you to read/write plist files, but defaults is not very good at accessing deeply nested plist items.
    Related to that, how do I tell if the logging item
    for my App is already there? I do not want to keep
    adding to the list if it is there. If someone
    deletes my app and then reinstalls it, I do not want
    it to run twice, three times, etc..
    Again, you could possibly read the plist using the defaults command and determine whether your item was already present or not.
    Do you know of the one in the ~/Library path, what
    user it execute as? Since it is all users, it
    probably is root or something like that.
    No, the one in ~/Library is in each individual user home folder. It will execute with the current user's privileges. This is where Login Items normally go when you go through the GUI... "Sys.Prefs -> Accounts -> Login Items" and add a login item for one user.
    Even items placed in /Library, which should execute for all users, will execute with the current user's privileges.
    In the near
    future we might need root privileges, so I might need
    a program to startup for all users as root instead of
    the user.
    Is your app, that needs to run at login time, a GUI application or is it a faceless shell script (or something similar). Your original post gave me the impression that you needed to launch a GUI application. However, if it's a shell script then you probably want to look at doing a LoginHook instead of using the Login Items procedure at the web page I posted earlier. I believe a LoginHook will also give you the ability to run the script as root.
    Check out this link at the ADC website.
    or
    Take a look at this information and this utility at Mike Bombich's website.
    Steve

  • Unable to login to specific apps users in R12.1.3

    Dear All,
    We have R12 application running on IBM AIX power on machines.
    Recently we have faced some hardware problem in the server and after replacement of hardware, we are facing this issue.
    "Login failed. Please verify your login information or contact the system administrator."
    The root cause of this issues is specific apps users status are inactive.
    Hence we are unable to change the password also.
    Kindly suggest us to overcome this problem.
    Thanks in Advance,
    Gunasekar K.

    We have tried to reset the password using sysadmin but when retyping password in forms shows as "Login failed. Please verify your login information".
    Was the change saved successfully to the database?
    We have tried to reset the users password using FNDCPASS also but its not showing any error message, even not able to login again.
    For both cases you should find more details about the error in the logs (error_log* and access_log* -- Enable debug as mentioned below).
    Using sysadmin, when we query the specific users information, it shows that status as "INACTIVE" and even these users are not end-dated.
    Are you sure the new password was saved successfully?
    I have crosschecked access.log and error.log, there is no information related error.
    Are there any errors in the database log file? Any invalid objects?
    Please enable debug as per (R12, 12.1 - How To Enable and Collect Debug for HTTP, OC4J and OPMN (Doc ID 422419.1)) and check the logs then.
    Thanks,
    Hussein

  • How to create a logon script to delete folder, subfolders and contents when a user logs on ?

    I need to create a logon script which will delete a folder, subfolder and contents when a user logs on. I have no experience with scripting so any pointers you can give would be much appreciated.
    Thanks

    depending on how you have thing set up, it might be easier to make a LaunchAgent to handle this.  do this:
    copy the text below into a text editor
    save it as a plain text file in /Library/LaunchAgents with the file name "user.startup.folderDeleter.plist" (the name doesn't matter so much, but the 'plist' extension is required)
    load the plist into launchd by restarting the machine or by opening terminal and running the command launchctl load /Library/LaunchAgents/user.startup.folderDeleter.plist
    This will delete the folder any time any user logs in.  You could also expand this to delete the folder periodically (once a day, for instance) if that would be helpful.
    Note, this file must be saved as plain text. apps like TextEdit sometimes default to making rich text files which will not work.  Either download a programmer's text editor like TextWrangler, or make sure that TextEdit is using plain text (if the window has a formatting toolbar it's using rich text;  select "Make Plain Text" from the Format menu).
    copy the text below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>user.startup.folderDeleter</string>
              <key>RunAtLoad</key>
              <true/>
              <key>ProgramArguments</key>
              <array>
                        <string>osascript</string>
                        <string>-e</string>
                        <string>tell application "Finder" to delete folder "Final Cut Express Data" of folder (path to preferences from user domain)</string>
                        <string>-e</string>
                        <string>tell application "Finder" to empty trash</string>
              </array>
    </dict>
    </plist>

Maybe you are looking for

  • How can I disable the Voicemail button on an iPhone 4

    How can I disable the Voicemail button on an iPhone 4 or if that is not possible can i programme it to dial my own phone rather than my carrier's Voicemail box?

  • I can not see video on my apple tv when streaming from my ipad

    Curious what I can try.  I am trying to watch a vidoe off my ipad using apple tv and all I get is the audio.  I am streaming from Amazon Prime. 

  • Why is a video clip from iphoto not compatible with imovie?

    i have a video clip in iphoto and when i try to add it by dragging it into the videos in imovie, it says "the file will not be imported. it is not compatible with imovie". this video clip was taken with my friend's point and shoot type camera, then p

  • JVM Using more than -Mx Memmory and RSS

    Hi All, Used -Xms256m -Xmx512m parameters for weblogic Admin server 10.0.1.0, 9.2.2, but the server is using more than the value specified and it is not happening for weblogic version 10.3, This was found while cross checking with ps and prstat. and

  • 11.2.0.3 dbca 建库时报ORA-704

    在安装RMS过程中,11.2.0.3的数据库DBCA时使用自带的模板克隆数据库时报: ORA-00704: bootstrap process failure ORA-39700: database must be opened with UPGRADE option alert 日志: ORACLE_BASE from environment = /u01/app/oracle Tue Sep 18 10:40:10 2012 Create controlfile reuse set data