Pasword file    doubt

Hi
OS - RH linux , DB - 11g
I have one database that have password file . its working fine .
I want to create new database by create database (Manually) statement . In this process creation of password file is mention on oracle web site .
Is it required ?
I don't create password file for new DB which password file that is use ?
If i create password file both database use separate password file or not ?
please guide me
Thanks

I want to create new database by create database (Manually) statement . In this process creation of password file is mention on oracle web site .Is it required ?
Not required, you can connect with OS authentication (sqlplus "/as sysdba") if you know the username and password of the OS who owns oracle binaries.
I don't create password file for new DB which password file that is use ?It will not use any password file; you won't be able to connect to the database as sysdba privileges other than OS authentication
If i create password file both database use separate password file or not ?Both will have two diffrent password file seperated with your SID.
Regards
Nishant Santhan

Similar Messages

  • I have include file doubt

    Hi Everybody,
    I have a doubt for include file.
    Here is the doubt,
    <!-#include file="test.html"->
    What is the working functionality the above code.
    Please tell me, if any one know the answer

    what include you are talking about
    [Include Directive|http://java.sun.com/products/jsp/tags/11/syntaxref11.fm6.html]
    or
    [<jsp:include>|http://java.sun.com/products/jsp/tags/11/syntaxref1112.html]

  • BDC file doubt

    hi friends,
    plz tell me wat is the functionality of this code and wat should be the input
    1)SELECTION-SCREEN BEGIN OF BLOCK blk2 WITH FRAME TITLE  text-002.
    PARAMETERS: p_ifile LIKE dynpread-fieldname OBLIGATORY,   " Input file
                p_efile LIKE dynpread-fieldname OBLIGATORY.   " Error file
    SELECTION-SCREEN END OF BLOCK blk2.
    2)DATA : fm_file LIKE ibipparms-path .
    3)DATA :  v_file LIKE rlgrap-filename.
    4)DATA :  v_efile LIKE rlgrap-filename.
    5)i have a doubt
    is code SAVE_DOCUMENT is must while uploading from dat file to sap table
    thank's*regards
    soorya

    HI SOORYA,
    1)SELECTION-SCREEN BEGIN OF BLOCK blk2 WITH FRAME TITLE text-002.
    PARAMETERS: p_ifile LIKE dynpread-fieldname OBLIGATORY, " Input file
    p_efile LIKE dynpread-fieldname OBLIGATORY. " Error file
    SELECTION-SCREEN END OF BLOCK blk2.
    It is a selection screen where u give filepath for the input file and also for the error file.
    2)DATA : fm_file LIKE ibipparms-path .
    its data transfer parameter for a local file to be uploaded or downloaded
    3)DATA : v_file LIKE rlgrap-filename.
    & 4)DATA : v_efile LIKE rlgrap-filename.
    --Local filename for uploading or downloading
    hope this helps,
    priya.

  • EAR file doubt

    Dear all,
    I am following the "How to Create Modules for the J2EE Adapter Engine (NW7[1].0)_0_.pdf" how to guide and I have a doubt regarding the statement "Make sure that the libraries of the adapter module API are not inside the
    generated EAR file, or delete them using WinZip."
    What does exactly mean? In my case I have developed a EJB to manage PDF attachment files and after the"build application archive" step I open it with the winzip i see the content as follows:
    AdapterModule.jar
    aii_af_cci.jar
    aii_af_cpa.jar
    aii_af_mp.jar
    aii_af_ms_api.jar
    aii_af_ms_spi.jar
    aii_af_svc.jar
    aii_msg_runtime.jar
    META-INF (Folder)
    I am keeping the folder and the AdapterModule.jar, the rest of the .jar files are being deleted.
    Is this correct? Do i have to keep any other file?
    I was told that the pacth ( the libraries ) were installed so it seems reasonable to do this.
    Any comment and help would be more than welcome
    Thank you for your time, Sergio

    Hairong,
    Check this [link|http://help.sap.com/saphelp_nw04/helpdata/en/a3/782240da03e569e10000000a155106/content.htm] and OSS note 696084 for more info.
    Chintan

  • IDOC to FILE doubt

    hi,
    I am doing IDOC to FILE scenario.
    and I have imported MATMAS.MATMAS05 to IR
    and Mapped the following fields to the target  message type
    MaterialNumber
    MaterialType
    IndustrySector
    MaterialGroup
    OrderUnit
    NameWhoChanged
    Please explain me the following
    1.
    I want to know from where the data (from IDOC's segment ? / from Master data table ? / from message type?)  will be transferred to Target File.
    I need flow of data like when we activate the change list in ID. After that what happens in R3 part and XI part ?
    I know IDOC is a data container. It contains segment and segment contain field. Field will have data. Then Idoc is a class and Idoc type is an instance  and message type has what type of data is transferred in the IDOC type.
    2.
    Can I give value to some of the fields of MATMAS05 at XSD level, if yes how ?
    Thanks
    srinivas

    HI,
    Go thru this help to understand IDOc processing in IDOC adapter:
    http://help.sap.com/saphelp_nw70/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/content.htm
    <i>
    I want to know from where the data (from IDOC's segment ? / from Master data table ? / from message type?) will be transferred to Target File.</i>
    >>>Idoc will be generated in the SAP system on some activities like Material Master creation etc, i.e data is sent from IDOC segment and corresponding fileds in the IDOC segment,
    <i>Can I give value to some of the fields of MATMAS05 at XSD level, if yes how ?</i>
    >>You can map any fields from the IDOC segment into Target Structure. probably not understood your question rite
    Rgds,
    Moorthy

  • Mapping IDoc to File Doubt

    Hello!!
    I have send the IDoc CHRMAS.CHRMAS04 from my R/3 to another system via file adapter.
    My problem is I have to pass several fields of the idoc to a complex structure on the XML with the structure:
    <ITEM>
       <FIELDNAME>Weight</FIELDNAME>
       <FIELDVALUE>17.0 </FIELDVALUE>  
    </ITEM>
    <ITEM>
       <FIELDNAME>Colour</FIELDNAME>
       <FIELDVALUE>Blue</FIELDVALUE>  
    </ITEM>
    Somebody knows how to map for each segement of the IDoc an ITEM substructure?
    I hope will be clear enough.
    Thanks and regards,
    Manuel.

    And in which way is this workflow related?
    Regards,
    Martin

  • Bundling in jar file doubt

    my application uses the some image file and properties file i want to bundle all the required files into single jar file and while double click it should lonch
    how can i acchive this

    You're getting on my nerves, buddy. Most of your questions could be answeed by a little research.
    ClassLoader.getResource
    ClassLoader.getResourceAsStream
    Exectualble JARs
    If you now ask me to elaborate, I'll report you for abuse.

  • FLAT FILE DOUBT

    HAI
    YSUSTAB1 IS MY DDIC-TABLE.
    IN THIS TABLE
    NAME  IS A *FIELD NAME * ,CHARACTER TYPE  ,LENGTH 20
    ROLLNO   FIELD NAME, INTEGER TYPE,  LENGTH 10
    ARE THE FIELDS .
    I HAVE TO CREATE THE FLAT FILE. .PLZ TELL HOW TO CREATE FLAT FILE.
    AND WHAT ARE THE PARAMETERS MANDATORY IN THE GUI_UPLOAD FUNCTION.
    AND PLZ GIVE THE SIMPLE PROGRAM FOR MY PRESCRIPTION WITH FLAT FILE.
    REGARDS
    SURENDER

    Hi,
    You can create a flat file of your own with the fields separated by tab/comma/space delimiters.  You can even prepare a flat file in a excel sheet.
      CALL FUNCTION 'GUI_UPLOAD'
         EXPORTING
             FILENAME                     = FILE_NAME
             FILETYPE                      = 'ASC'
             HAS_FIELD_SEPARATOR           = 'X'
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
         TABLES
              DATA_TAB                      = I_XK01
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      NO_AUTHORITY                  = 6
      UNKNOWN_ERROR                 = 7
      BAD_DATA_FORMAT               = 8
      HEADER_NOT_ALLOWED            = 9
      SEPARATOR_NOT_ALLOWED         = 10
      HEADER_TOO_LONG               = 11
      UNKNOWN_DP_ERROR              = 12
      ACCESS_DENIED                 = 13
      DP_OUT_OF_MEMORY              = 14
      DISK_FULL                     = 15
      DP_TIMEOUT                    = 16
      OTHERS                        = 17
      IF SY-SUBRC  <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    In this function module
    EXPORTING
      FILENAME,
      FILETYPE,
      HAS_FIELD_SEPARATOR,
    TABLES
      DATA_TAB
    these values have to be provided ie mandatory.  Exceptions, depending on your requirement you can make use of the available exceptions.
    Reward points if useful.
    Regards,
    chandrasekhar

  • Restore Backup control file doubt ?

    when restoring backup control file why we need to set the DBID first?
    Thankx..

    When using a recovery catalog and attempting to restore a lost control file, you encounter an error if there are other databases are registered in the recovery catalog with the same name as your target database. To resolve this error, you must uniquely identify the database by DBID for the restore operation. This requires determining the correct DBID for your database, and then using the SET DBID command to identify the target database before the RESTORE CONTROLFILE.

  • Password file usage

    hpux 11.23
    ora 10.2.0.2
    I have a question about the password file. I've been doing a lot of searching, but haven't really found my answer.
    I have my primary and my standby database, which I created the password file when I built the standby.
    Is the password set to the sys user, synched up to the password in the file? All of the sudden I am getting heartbeat errors for this connection.
    says invalid user/password.
    If I recall right, the db has to be shut down to regenerate password files, correct? Is there any way to force these to resync without shutting down?
    Thanks.

    You dont need to do anything ..
    If you change the password through SQL command your pasword file gets update automatically....
    The reason for your issue could be the STANDBY sys password might have been changed..
    Both the SYS password has to be same

  • Powerpoint missing files

    I have been working on a Powerpoint presentation for a week, saving it regularly. This morning, Powerpoint crashed during the last save and when I reopened it, it did not give me an autosave document - even though it did an autosave. Then when I went to open the document, I got this message: "Cannot open [filename] because part of the file is missing."
    I did put some files in the trash and do a secure empty last night.
    Is there any hope of opening this file? If not, where can I find the last autosave?
    iBook G4   Mac OS X (10.4.2)  
    iBook G4   Mac OS X (10.4.2)  

    "Is there any hope of opening this file"
    doubtful.
    Post your question on Microsoft's discusisons for hopes of a definitive answer:
    http://www.microsoft.com/mac/community/community.aspx?pid=newsgroups

  • "Temporary file path is not valid. Lightroom cannot start." On a Mac?

    Last night LR2.0 shut down on me and now this is the error message I am receiving. I am on a MacBook Pro, OSX 10.4.11. I'd love some assistance on this, as I am in the middle of several projects.

    Did the odd little trick work??- And the key is that LR has to be shut down; there
    b should be a *.lock file when LR is running.
    Prefs- Your preferences file- doubt that there's any problem with it as you seem to have not used a lot of different versions. It keeps track of all catalogs' locations, but can't do so when catalog is moved in Finder. [It does a bunch of other things, too....]

  • Logical STANDBY creating problem in 9.2

    Hi,
    i've a Physical standby db which is runnig quite well. i just tried to convert it to LOGICAL standby db. but it was asking for recovery. actually i had provided all the logs needed .but still was giving error.
    as i had synchronised physical standby i just changed its control file to normal control file from primary db( alter database backup control file to 'c:\lglstdby.ctl' ) (just created).
    i just paste the steps i did.
    SQL*Plus: Release 9.2.0.1.0 - Production on Sat Apr 12 08:01:09 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    SQL> conn sys@standby as sysdba
    Enter password: ******
    Connected.
    SQL> shut immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount pfile=E:\oracle\oradata\pfile\init.ora
    ORACLE instance started.
    Total System Global Area  312024024 bytes
    Fixed Size                   453592 bytes
    Variable Size             159383552 bytes
    Database Buffers          150994944 bytes
    Redo Buffers                1191936 bytes
    Database mounted.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-12571: TNS:packet writer failure
    SQL> /
    alter database open resetlogs
    ERROR at line 1:
    ORA-03114: not connected to ORACLE
    SQL> conn sys@standby as sysdba
    Enter password: ******
    Connected.
    SQL> /
    alter database open resetlogs
    ERROR at line 1:
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\DATA\SYSTEM01.DBF'
    SQL> recover database using backupcontrol file;
    ORA-01906: BACKUP keyword expected
    SQL>  recover database using backup controlfile;
    ORA-00279: change 567900150 generated at 04/12/2008 07:57:01 needed for thread
    1
    ORA-00289: suggestion : E:\ORACLE\ORA92\RDBMS\1_43090.DBF
    ORA-00280: change 567900150 for thread 1 is in sequence #43090
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel;
    ORA-00308: cannot open archived log 'cancel;'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    auto
    ORA-00308: cannot open archived log 'E:\ORACLE\ORA92\RDBMS\1_43090.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00308: cannot open archived log 'E:\ORACLE\ORA92\RDBMS\1_43090.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    SQL> recover database using backup controlfile;
    ORA-00279: change 567900150 generated at 04/12/2008 07:57:01 needed for thread
    1
    ORA-00289: suggestion : E:\ORACLE\ORA92\RDBMS\1_43090.DBF
    ORA-00280: change 567900150 for thread 1 is in sequence #43090
    --here i gave what it needed,but it asks for more...
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    E:\oracle\oradata\Archive\1_43090.DBF
    ORA-00279: change 567900630 generated at 04/12/2008 08:07:30 needed for thread
    1
    ORA-00289: suggestion : E:\ORACLE\ORA92\RDBMS\1_43091.DBF
    ORA-00280: change 567900630 for thread 1 is in sequence #43091
    ORA-00278: log file 'E:\oracle\oradata\Archive\1_43090.DBF' no longer needed
    for this recovery
    ---- it asks for next log as it hasn't generated yet.
    even if cancel recovery it says  file 1 needs media recovery ('E:\ORACLE\ORADATA\DATA\SYSTEM01.DBF' )
    SQL> recover database using backup controlfile;
    ORA-00279: change 567900630 generated at 04/12/2008 08:07:30 needed for thread
    1
    ORA-00289: suggestion : E:\ORACLE\ORA92\RDBMS\1_43091.DBF
    ORA-00280: change 567900630 for thread 1 is in sequence #43091
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    Media recovery cancelled.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\DATA\SYSTEM01.DBF'Why this is happening dont know ?
    any ideas?
    Thanks & regards!
    Oracle 9.2
    Win 2K Server

    Hi all,
    i managed to open STANDBY DB,but in a different way...
    i had to recreate controlfile .
    SQL> startup nomount pfile=e:\oracle\oradata\pfile\init.ora
    ORACLE instance started.
    Total System Global Area  312024024 bytes
    Fixed Size                   453592 bytes
    Variable Size             159383552 bytes
    Database Buffers          150994944 bytes
    Redo Buffers                1191936 bytes
    SQL> ed
    Wrote file afiedt.buf
      1  CREATE CONTROLFILE REUSE DATABASE "IRCS" RESETLOGS  ARCHIVELOG
      2  --  SET STANDBY TO MAXIMIZE PERFORMANCE
      3      MAXLOGFILES 6
      4      MAXLOGMEMBERS 3
      5      MAXDATAFILES 100
      6      MAXINSTANCES 1
      7      MAXLOGHISTORY 1134
      8  LOGFILE
      9    GROUP 1 (
    10      'E:\ORACLE\ORADATA\REDO\REDO011.LOG',
    11      'D:\ORACLE\ORADATA\REDO\REDO012.LOG'
    12    ) SIZE 4M,
    13    GROUP 2 (
    14      'E:\ORACLE\ORADATA\REDO\REDO021.LOG',
    15      'D:\ORACLE\ORADATA\REDO\REDO022.LOG'
    16    ) SIZE 4M,
    17    GROUP 3 (
    18      'E:\ORACLE\ORADATA\REDO\REDO031.LOG',
    19      'D:\ORACLE\ORADATA\REDO\REDO032.LOG'
    20    ) SIZE 4M,
    21    GROUP 4 (
    22      'E:\ORACLE\ORADATA\REDO\REDO041.LOG',
    23      'D:\ORACLE\ORADATA\REDO\REDO042.LOG'
    24    ) SIZE 4M,
    25    GROUP 5 (
    26      'E:\ORACLE\ORADATA\REDO\REDO51.LOG',
    27      'D:\ORACLE\ORADATA\REDO\REDO52.LOG'
    28    ) SIZE 4M,
    29    GROUP 6 (
    30      'E:\ORACLE\ORADATA\REDO\REDO61.LOG',
    31      'D:\ORACLE\ORADATA\REDO\REDO62.LOG'
    32    ) SIZE 4M
    33  -- STANDBY LOGFILE
    34  DATAFILE
    35    'E:\ORACLE\ORADATA\DATA\SYSTEM01.DBF',
    36    'E:\ORACLE\ORADATA\DATA\UNDOTBS01.DBF',
    37    'E:\ORACLE\ORADATA\DATA\DRSYS.DBF',
    38    'E:\ORACLE\ORADATA\DATA\FIN_DATA.DBF',
    39    'D:\ORACLE\ORADATA\DATA\FIN_IDX.DBF',
    40    'E:\ORACLE\ORADATA\DATA\INDX01.DBF',
    41    'D:\ORACLE\ORADATA\DATA\INV_DATA.DBF',
    42    'E:\ORACLE\ORADATA\DATA\INV_IDX.DBF',
    43    'E:\ORACLE\ORADATA\DATA2\OTHER_DATA.DBF',
    44    'D:\ORACLE\ORADATA\DATA\OTHER_IDX.DBF',
    45    'E:\ORACLE\ORADATA\DATA\PAY_DATA.DBF',
    46    'D:\ORACLE\ORADATA\DATA\PAY_IDX.DBF',
    47    'D:\ORACLE\ORADATA\DATA\SALE_DATA1.DBF',
    48    'D:\ORACLE\ORADATA\DATA\SALE_DATA2.DBF',
    49    'E:\ORACLE\ORADATA\DATA\SALE_IDX.DBF',
    50    'E:\ORACLE\ORADATA\DATA\USER_DATA.DBF',
    51    'E:\ORACLE\ORADATA\DATA\XDB01.DBF'
    52* CHARACTER SET WE8MSWIN1252
    SQL> /
    Control file created.
    SQL> alter database open resetlogs;
    Database altered.actually my db was very much consistent. it was asking for not generated logs.. i tried to make incomplete recovery but was erroring with system file not consistent. so i did recreate controlfile but my purpose to create logical was not solved here as when i opened DB with newly created contrlfile database was errorring like
    SCN not matching with primary database (i forgot to copy the exact error words)
    in alert log it was like
    RFS: Destination database mount ID mismatch [0x821cc13b:0x821e318f]
    can't it then synchronise with primary as physical does with fetching previous logs?
    so stopped that to further process..then again tried open my normal physical standby db with physical standby controlfile...but with physical it gave me a error of wrong pasword file and not able mount standby database.
    ERROR at line 1:
    ORA-01991: invalid password file 'E:\oracle\ora92\DATABASE\PWDircs.ORA'
    can't understandb !!....is this die to i tried to mount a open DB? but when creating a physical standby db we do take consistent back(optinal). so that time it doesn't give such type of error of pwd files....
    can't understand this behavoir?
    Any ideas?
    Regards!

  • Sys password problem

    Hi,
    I am trying to login as a sys user....
    but icouldn't, i am getting an error ORA-01017...
    but i have entered correct username and password....
    still i am not able to login into the system........
    now, should i create new password by deleting the old pasword file or there is another way also....
    looking for ur reply....
    SQL> conn sys/password@string as sysdba
    ERROR:
    ORA-01017: invalid username/password; logon denied

    Hi,
    I guess even if you connect with "nolog" still you will receieve the same error.
    Please confirm these things,
    1)Are you are running all teh commands on the server itself.
    2)What is the value of the parameter SQLNET.AUTHENTICATION_SERVICES in the sqlnet.ora.This parameter value in the case of windows should be set to NTS.Check what's teh value?
    3)Confirm that the user (o/s user) through which you have logged in the system,it is a part of ora_dba group in your system.
    Confirm and let us know the outputs.
    Aman....
    PS:This error is reported couple of times.Try searching this forum for the same error also.

  • Problems updating/installing air application

    Hi,
      We have an Adobe Air application that uses the Air update mechanism for newer versions. It seems to work fine for most of the customers  but on some computers when it tries to install the new version it cannot. The only clue we have are some errors we found in the Install.log in in Adobe/Air/logs:
    [2012-07-09:12:14:50] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-07-09:12:14:50] Rolling back install of C:\Users\pop.radu\AppData\Local\Temp\fla73EA.tmp\setup.msi
    [2012-07-09:12:14:50] Rollback complete
    [2012-07-09:12:14:50] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    We have checked other discussions on this problem and most of the solutions were using an uninstall tool to remove the app and then install it again. However, we would like to know if there is another way to solve this since we don't want  our customers to uninstall and reinstall the application manually each time a newer version of the app appears.
    Does anyone know if there is a way to do this?
    Thanks,
    Radu

    Hi Radu,
    The next step would be to enable MSI logging and take a look at what is failing with MSI.  Unfortunately, MSI is very fragile at times and we do see this problem.  Sometimes its simply a file/folder/registry permission issue.  Other times it's more severe, like a missing .msi database file.  Because this is an upgrade, I suspect what is happening is that MSI is looking for the old version's .msi database file so that it can run its "uninstall" routine.  If the old msi can't be found, it will bail out and the upgrade will fail.
    The only solution, other than locating the old msi database file (doubtful) is to run the Microsoft cleanup utility.
    Thanks,
    Chris
    Ps.  If you haven't already, I'd recommend taking a look at the captive runtime solution in AIR 3.x.  http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html

Maybe you are looking for

  • X + XFCE using a lot of RAM (Xorg 7.3 from testing)

    First off, I didn't know where to put it, so feel free to move it. I recently got a new laptop - HP 6510b (T7300, 2 GB RAM, X3100 onboard Intel GPU). Installed Arch on it, like on my other boxen. However, memory usage jumps through the roof once i ru

  • How many years will come warranty for a ipod purchase in russia

    i purchased ipod nano 4th generation in russia 3 years back, now it is having a problem of battery drainning quickly, right now i am in india and i want to replace it under warranty, is it possible.

  • Changing width of a custom container dynamically

    Hi, I have an ABAP report that has 2 custom containers on a screen: CC1 on the left, showing a tree and another one (CC2) consuming the rest of the screen. Depending on what node the user selects in the tree (left CC), I would like to dynamically adj

  • How to open 8.0 project from generated files

    Hello- Is there a way to work from generated files in a project after it is published??  We lost the 'originals' which were on a hard drive that got zapped.  Now I am scrambling to figure out how to open it when I can't see the xpj file???  I know th

  • Authorization on operation level

    Dear Gurus, I have a case that in my inspection lot...there are two operations: chemical and microbiology Each operation has a user responsible for it, is there a way to prevent a user from recording results in the other user's operation. Regards, Ma