Whitelist issues on host.  My IP changes.

Whitelist issues on host. My IP changes.
I have a client app that can connect to the database I have on the host fine using jdbc, but I have to add my IP every time to the whitelist. My IP is not static.
What can on do on my site to eleviate that.
Can I add some file or script that does the call on the host with jdbc and just call that file from the application to stop remotly calling the query? Presently I call the JDBC query remotely.
String url = "jdbc:mysql://www.novajobseeker.com:3306/novajobs_customer";
Connection con = DriverManager.getConnection(url, "novajobs_user","xxxxxxx");I am thinking if I create some file on the host I can then make it.
String url = "jdbc:mysql://localhost:3306/novajobs_customer";
Connection con = DriverManager.getConnection(url, "novajobs_user","xxxxxxx");And there by riding my self of the whitelist issue I am having.
Any terms or words that someone can recommend please post so I can search. Or recommendations. Thanks
I cant figure out what it is I need to create script, servelet, etc. Whats it called.
*1) How do I call this file from remote application?*
*2) How do I send back the String Array "customer" back to remote app?*
//How do I call this from Remote application
package customerData;
import java.sql.*;
public class JDBCDemo {
    public static void main( String[] args ) {
         try {
        // Connect to the database
            String url = "jdbc:mysql://localhost:3306/novajobs_customer";
        Connection con = DriverManager.getConnection(url, "novajobs_user","xxxxxxx");
        // Execute the SQL statement
        Statement stmt = con.createStatement();
        ResultSet resultSet = stmt.executeQuery("SELECT * FROM CustomerInfo");
        //System.out.println("Got results!");
        // Loop thru all the rows
      while( resultSet.next() ) {
            String dataCN = resultSet.getString( "cusNum");
            String dataFN = resultSet.getString( "firstName");
            String dataLN = resultSet.getString( "lastName");
            String dataHN = resultSet.getString( "houseNum");
            String dataSN = resultSet.getString( "streetName");
            String dataCT = resultSet.getString( "city");
            String dataST = resultSet.getString( "state");
            String dataZC = resultSet.getString( "zipCode");
           String[] customer = {dataCN, dataFN, dataLN, dataHN, dataSN, dataCT, dataST, dataZC};
           //HOW do I send this back
           for(int i = 0; i<customer.length; i++){
                //System.out.println(customer);
stmt.close();
catch( Exception exp ) {
// System.out.println(exp.getMessage());
exp.printStackTrace();

shadow_coder wrote:
In regards to your second problem, I basically have the same issue and am currently waiting for help. Keep an eye on this thread for possible help:
[http://forums.sun.com/thread.jspa?threadID=5392794|http://forums.sun.com/thread.jspa?threadID=5392794]
Huh? That thread has absolutely nothing to do with this thread.

Similar Messages

  • What impact is there on ODSEE (11.1.1.3) if host IP address changes?

    We are upgrading hardware and DS software.
    First we install ODSEE on a new host. Then we migrate the Directory schema and data from iPlanet 5.1 to ODSEE 11.1.1.3 on the new host.
    What we would like to do next is to change the ODSEE host's IP number back to the original iPlanet's host's IP address.
    What problems are there in ODSEE if/when host IP address changes?

    As long as the directory server is able to use a constant host name and FQDN, it should not matter that the IP address for that host changes. You are well advised to test before doing it in production but I do not consider this to be a problem.

  • [SOLVED] openssl: REMOTE HOST IDENTIFICATION HAS CHANGED! Hacked?

    There's a bit of Windowsisms in here, but one of the main questions is about openssl. As well, this post could help others regardless of the OS involved.
    I remote into a Windows 7 workstation at my work using xfreerdp going through Server 2008 R2. RDP is closed at the firewall to all but two IP addresses and neither of those uses port 3389. I'm connecting through NTLM for authentication then the connection is encrypted using TLS. FreeRDP uses openssl to handle SSL/TLS connections.
    Last week I remoted in my workstation first thing in the morning as I always do with no problems. I went to work that day and everything was normal. Later that night I went to remote in again and I got the "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!" message. I followed the advice in the message and contacted the system admin:
    me wrote:skottish, were there any major changes in the system that could cause the RSA fingerprint to change?
    skottish wrote:I don't think so skottish. There were no changes made to the system beyond a simple update to the server's spam filters.
    There was nothing major that changed on the server and I wasn't anywhere in the system that could have forced a change. The only server-side work that I did was with some accounts in Active Directory and updated Exchange's spam filters.
    The way that I see it, and I may be missing something, is that there are four possibilities:
    1) A MITM attack. If this is the case then it was successful and I haven't tracked it down yet
    2) Someone accidentally changed something in the server
    3) Someone intentionally changed something in the server
    4) The server made it's own changes (which sadly wouldn't be out of character for a MS server)
    We do have an outside partner that has server access, but they told me that they weren't in there and I see no evidence to the contrary.
    My first question is am I missing any other possibilities?
    The second is how does openssl generate the RSA fingerprint of a computer? I've read many, many pages and so far I'm not finding any answers. If I could verify the fingerprint manually, that would help.
    The third is that if it is a MITM attack, what are the appropriate steps to identify it? I went through all of the ARP tables on the server and the workstation looking to see if anything is out of line and everything looks fine. I could run a capture off of our firewall and see if there's anything there, but I don't know Wireshark all that well, so I'm not sure what I would be looking for exactly.
    Thoughts?
    Last edited by skottish (2012-09-22 03:10:22)

    litemotiv wrote:Something like this happened to me before and it was caused by an unforeseen clock/time change, is that somehow possible in your case?
    Well, there was a clock change on my end that same day. For some reason openntpd was running about two minutes behind and it had been since I migrated to systemd. I switched to ntpd in order to correct it. I can't imagine why a change on the client side would make a difference though. But, I'm open to the possibility.
    --EDIT--
    I tried some experiments with openntpd, ntp, and changing clocks and such, but I couldn't trigger the error. I'm still open to the possibility though.
    -- RESOLUTION EDIT --
    It's not worth bumping this thread over the resolution of this, but someone may be interested in what happened for their own reference later.
    I realized that I was looking in the wrong direction and discovered that Windows automatically changed security keys for reasons that I don't understand yet. openssl did it's job perfectly. There was a force that wasn't the system administrator that made changes to the security of the system on a machine that hadn't changed physically. Is it possible that there has been an attack still? Yes, it's just much more unlikely now.
    Last edited by skottish (2012-09-22 03:25:31)

  • Oms host ip addr change

    Our OMS host ipaddress may change within the next two months. What EM configuration files do I need to update to reflect the new ip? Is this currently supported or do I have to deinstall and reinstall the OMS again?
    thanks.

    You will find a lot of related postings in this forum. I would suggest you do a quick search and pickup from those.

  • I used to have a podcast that had been accepted on Itunes, but my I began to have problems with my host, so I changed host and created a new podcast, and I submitted my new podcast, Apple refused, and now says the feed has already been submitted??

    I used to have a podcast that had been accepted on Itunes, but my I began to have problems with my host, so I changed host and created a new podcast, and I submitted my new podcast, Apple refused, and now says the feed has already been submitted? Maybe Itunes thought that I was someone trying to copy my old podcast because I kept the same name, I tried to change the names but it looks like I'm on a blocked list...

    There is a procedure for changing the feed URL for a podcast, which it seems you haven't followed: you have to add a special tag to the old feed - just submitting a new feed will have exactly the effect you describe. The proper method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move

  • Issuing CA's signature algorithm changed from sha1RSA to RSASSA-PSS

    Hi all,
    We found the root cause of why one of our Issuing CA's all of a sudden started issuing certs with a signature algorithm of RSASSA-PSS instead of sha1RSA (the signature algorithm it was originally set up to use).  Turns out one of our techs ran the following
    command a few months ago on the Issuing CA while trying to get it to issue a custom Polycom device cert:
    Certutil -setreg CA\csp\AlternateSignatureAlgorithm 1
    After that, the Issuing CA started kicking out certs with RSASSA-PSS as the signature algorithm.  I imagine the fix to get this Issuing CA back to using sha1RSA as the signature algorithm is to set that reg entry to 0 or just delete it altogether. 
    However, my question is, what about all the certs this Issuing CA has issued
    since the signature algorithm changed?  If I change it back to sha1RSA, will that somehow invalidate or cause an issue with all of the certs issued with RSASSA-PSS?  That could be an issue since this CA has issued many many certs to
    laptops for NPS 802.1x auth!
    Any help is appreciated!
    BD

    Hi,
    changing the CA signature algorithm will not invalid the existing certificates. They just stay as they are. That's why you haven't experienced any issues as your your tech made the change for RSASSA-PSS.
    @moderator: Please move this post to Windows Security forum - http://social.technet.microsoft.com/Forums/en-US/winserversecurity
    Hope that helps,
    Lutz

  • HT201232 Support Subject : iTunes Cards and Codes Sub Issue : hi i want to change my iTunes account from US Store to Kuwait Store and i want to reset My balance.

    Support Subject : iTunes Cards and Codes
    Sub Issue : hi i want to change my iTunes account from US Store to Kuwait Store and i want to reset My balance.

    Try contacting iTunes Support (these are user-to-user forums) and ask them if they can remove the balance from your account so that you can change countries : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Urgent:Tnsname host has been changed for informatica

    Hi All,
    I am new to informatica,
    my tnsname host has been changed in tnsnames.ora file. i wnt to makes the changes for the informatica where it uses the same host. kindly let me know the places where i have to change the host name in informatica.
    Thanks,
    rajitha.

    Hi ,
    In workflow manager Connections-->Relational path create new connection with new DSN name related to your new TNS entry and assign this connection to your workflow connections.
    Thanks

  • [svn:fx-trunk] 9343: Tweak for minor scanner issue introduced with the DesignLayer change.

    Revision: 9343
    Author:   [email protected]
    Date:     2009-08-17 07:15:39 -0700 (Mon, 17 Aug 2009)
    Log Message:
    Tweak for minor scanner issue introduced with the DesignLayer change.
    QE notes: N/A
    Doc notes: N/A
    Bugs: SDK-22714
    Reviewer: Gaurav
    Tests run: Compiler cyclone.
    Is noteworthy for integration: No.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22714
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java

  • Host name network change notification

    I recently installed Lion Server, and it is daily (sometimes more often) producing messages about "Host name of $mymachine.local has changed to $mymachine.local" (that is, no change) ...
    Any obvious reason why this should happen, and what one should do about inhibiting it?
    Thanks in advance,
    khb

    Hello, since some days I encounert the same issue! As my MAC mini server has loads aof I/O Errors, I am wondering if this is a possible root cause for this? On the other hand, why? What happens and what has the change of the Hostname to do with I/O-Problems? Many thanks in advance for any response! Best rgds, Martin

  • Issues with Hosted Exchange, UM and Lync 2013.

    Hello everyone!
    I am trying to deploy UM with Office 365 Hosted Exchange. We are using one Lync 2013 Standard Edition FE and have deployed one edge server. We have set up our firewall to host the Reverse Proxy.
    We do not use wildcard certs. External DNS resolves the _sipfederation and sip._tls SRV records to the external face of the edge server. The edge server functions as it should for remote users and mobility.
    I have tried to follow these instructions to the letter three times over to no avail.
    http://y0av.me/2014/01/07/lyncum365/
    Neither Snooper or Event Viewer show any particular issue, though when I try to dial out to voice mail I will get one to two rings and then 5 seconds of silence a fast busy, and finally "Call Unsuccessful".
    When checking the firewall logs I notice a seemingly random 10.x.x.x address being sent to the firewall by the external leg of the edge server. Wireshark captures it as STUN packets on port 3478 being sent to port 3478. These are being dropped by our firewall.
    I believe them to be RTP packets but I do not know if this is normal behavior. Has anyone any ideas?

    My mistake. Here is the snooper result.
    TL_INFO(TF_PROTOCOL) [edge\edge]0C4C.05E4::06/18/2014-15:43:34.153.0000000C (SIPStack,SIPAdminLog::ProtocolRecord::Flush:ProtocolRecord.cpp(265)) [3770767507]
    Trace-Correlation-Id: 3770767507
    Instance-Id: 2E5A
    Direction: incoming;source="external edge";destination="internal edge"
    Peer: exap.um.outlook.com:5061
    Message-Type: response
    Start-Line: SIP/2.0 488 Compression algorithm refused
    From: sip:sip.domain.net;tag=08FB9ED133BA396696FE6546EA6F3031
    To: sip:exap.um.outlook.com;tag=B8FFE4E9267ED6ECB78ADCC60126B53F
    Call-ID: 66602CE1F9980BFA94AD
    CSeq: 1 NEGOTIATE
    Via: SIP/2.0/TLS 10.11.11.23:50752;branch=z9hG4bK2132316E.5B3AF52DE2753A36;branched=FALSE;received=207.46.5.9;ms-received-port=50752;ms-received-cid=60172700
    Content-Length: 0
    Server: RTC/5.0
    TL_INFO(TF_NETWORK) [edge\edge]0C4C.05E4: :06/18/2014-15:43:34.153.0000000D (SIPStack,NegotiateLogic::SetCompressionType:NegotiateLogic.cpp(2701)) [559249495]( 00000079B1274FB8 ) Compression type is now CompOff
    TL_INFO(TF_NETWORK) [edge\edge]0C4C.05E4: :06/18/2014-15:43:34.153.0000000E (SIPStack,NegotiateLogic::ProcessCompressionResponse:NegotiateLogic.cpp(2217)) [559249495]( 00000079B1274FB8 ) Peer refused [488] our request for compression
    TL_INFO(TF_NETWORK) [edge\edge]0C4C.05E4: :06/18/2014-15:43:34.153.0000000F (SIPStack,NegotiateLogic::AdvanceOutboundNegotiation:NegotiateLogic.cpp(910)) [559249495]( 00000079B1274FB8 ) Outbound negotiation sequence is complete
    $$end_record
    And finally..
    TL_INFO(TF_PROTOCOL) [edge\edge0C4C.05E4::06/18/2014-15:43:49.379.0000002E (SIPStack,SIPAdminLog::ProtocolRecord::Flush:ProtocolRecord.cpp(265)) [962697980]
    Trace-Correlation-Id: 962697980
    Instance-Id: 2E61
    Direction: incoming;source="internal edge";destination="external edge"
    Peer: fe1.domain.net:61254
    Message-Type: request
    Start-Line: BYE sip:uminternal.um.prod.outlook.com:5066;transport=Tls;ms-fe=CO1PR02MB111.namprd02.prod.outlook.com SIP/2.0
    From: <sip:[email protected]>;tag=b736386270;epid=9bcee72318
    To: <sip:[email protected];opaque=app:voicemail>;tag=eced411395;epid=07C3F2A933
    Call-ID: 4266a095bdef8280d67c7e7df58446fc
    CSeq: 2 BYE
    Via: SIP/2.0/TLS 10.10.10.25:61254;branch=z9hG4bKC848F11A.A88BCA6858661A50;branched=FALSE
    Via: SIP/2.0/TLS 10.10.10.125:49156;ms-received-port=49156;ms-received-cid=401200
    Route: <sip:edge.domain.net:5061;transport=tls;opaque=state:Si;lr>
    Route: <sip:exap.um.outlook.com:5061;transport=tls;epid=07C3F2A933;lr;ms-key-info=AAEAARc45bIQE6UJAYvPAR8eV4QTvCH3EE2Kxtie7I2PMCSj-2aArKHP8dStYlJe-9jphIkz_mDEkCD_v8hY-mghQEHD6-F12E7E14YG-TJ2gEcQE0Bx2r_rDB3LrzRZzgQ0WVvxreLPWGI80elWF-xfbc_X3JE8mOR2OB9KQM8-e9WOjfq2kj6CnDGeL0yzgz4OB8zm-ao03Yo4gMZ-BpwaxC3BNuvvVDJo9wqrYftq_Z3MIVewWrqcDt5Td4vxCsMiXdwEqtEIRKVvQoqboleBJAyQl-C3qGgfEoSkUnApFuTSnQYRa4kbZ1iPaACpdKT-VTQGjc9HXfps48YJCsIXW0Ab_NSM2uvhUyw900men1ukXSmoZoWZbwqe5siuWVUcFoQl1h1Jcy4lCyZUfDZoqPzDioLqTk9iUmS8fa-PAJjsq72yGjVB_y1aJSxtHVsw7MiDqOGOPqT3dmF-sINkeyuokCy8UCf_cQHmEHwVzZLUJqaVccr3QNCLsBzhcWSypnC60ZZphOKuwl6RvUXWICPf0ubLTL2ppC3tWEgFdUUWOPVd84uGlMcqRLKGb1qrmpj8Nu6Lte7t5n2pMEBCfgAe79t4GO0C5KScdKT_XBM1iIBRXdNkPKHfSgC-wPQgRikdw7vRD-hOWlN5Lay7-zkQ4Ag6rauszFTAwbft99OieAOxKIsgYcxXxcG6;ms-route-sig=fiEMuzbN4_PyEz_I5gG3g8FtqNAonwgZCoRnOq-ByfYEtywTZp-Hk_eAAA>
    Max-Forwards: 69
    Content-Length: 0
    ms-client-diagnostics: 22; reason="Call failed to establish due to a media connectivity failure when both endpoints are internal";CallerMediaDebug="audio:ICEWarn=0x40003a0,LocalSite=10.10.10.125:6735,LocalMR=10.11.11.23:51430,RemoteSite=10.27.46.15:5286,RemoteMR=207.46.5.80:54106,PortRange=1025:65000,LocalMRTCPPort=51430,RemoteMRTCPPort=54106,LocalLocation=2,RemoteLocation=2,FederationType=0"
    $$end_record

  • Can Host ID be changed on Solaris 10

    Recently upgraded an Ultra 10 from Solaris 2.6 to Solaris 10.
    Problem:
    We use an application that is no longer supported by the manufacturer. The application ran on the Ultra when it had Solaris 2.6. It required a specific host ID because it was originally licensed on a much older system. We cannot get a new license authorization for the application because the company is no longer in business.
    To get around this, we used a program called "hid2" to change the host ID of the system. This temporarily changed the host ID on the Ultra and allowed the application to run.
    After installing Solaris 10, I run the command "hid2 newhostid", and I get an error "cannot read namelist out of /dev/ksyms". The command to change the host ID is "hid2 newhostid" where newhostid is the ID required by the application.
    Is this something with Solaris 10? It worked with the same hardware when the OS was Solaris 2.6.
    I need an excutable program like hid2 because I'm not knowledgeable enough to compile C programs. There are several available on other websites but those that are excutabiles didn't work..
    Does anyone know what to do? Do I need to install an older version of the OS? I've used 10 a little on a x86 system and like it. I'd like to upgrade this Ultra to 10.
    Thank you.
    jdw

    Jonathan,
    Keep in mind that the hints given in that Squirrel.Com link work for OBP 3.x systems, only.
    When the time comes that you migrate to the next, newer system, it'll likely have an OBP design of 4.x or 5.x or 6.x, and the procedure will NOT work. The mkpl functions were deliberately removed by Sun.
    So... it may now be the time to start a budget line item to save up to replace that software. Perhaps find a program that can take advantage of 21st Century computing, with 64bit and CMT architecture. <img src="images/smiley_icons/icon_smile.gif" border=0 alt="Smile">

  • Issue in Oracle 11g Database Change Notification  for Java application

    Hi,
    I am trying to use Oracle's Database Change Notification in Java application.
    I followed the sample application (+DBChangeNotification.java+ , Example 29-2), provided in the following link:
    +[http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/dbmgmnt.htm#CHDEJECF]+
    I am able to see that the Registration of the SQL query is successful.
    But, when I do changes to the table registered, notifications are not received in the Listener class (+DCNDemoListener.java+).
    Ideally, the method DCNDemoListener.onDatabaseChangeNotification() should be invoked on any insert/update to the registered table. But this method is not getting invoked.
    The execution has stopped in the following line of DBChangeNotification.java Class.
    this.wait();
    +==> The application was WAITing indefinitely in this line, as the NOTIFY() from DCNDemoListener.java was not executed.+
    I am using VPN to connect to Oracel server. Remote Oracle Server is protected my firewall. Is this the reason for not sending the notifications from Oracle server?
    The version of software used are given below:
    Oracle Client - Oracle 11.1.0
    JDK - 1.6
    Oracle JDBC Driver - ojdbc6.jar
    Can someone help me to resolve this issue?
    Thanks in Advance.
    Regards
    Sam
    Edited by: Ponsu on Apr 7, 2011 10:41 PM

    Hi,
    I am having similar issue. Where you able to resolve it.
    I am also using the same example you were using.
    I am using the following version.
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    Compatibility: 11.2.0.0.0
    I do not see any notification coming back from the DB.
    Appreciate your help.
    Thanks & regards,
    Ebe

  • Goods Issue after STO warning "Price change of  % in month / for mater"

    Dear all,
    This is my process for Inter-co plant stock transfer:
    1. Create STO via ME21N
    2. Raise Goods Issue from source plant via MIGO_GI
    3. I get this warning message "Price change of  % in month / for mater", details as below:
    Price change of  % in month / for material
    Message no. M7306
    Due to action taken the quantity and value of the material  are changed. This leads to calculation of a new moving average price: The new price deviates from the old one by .
    Procedure
    Before you carry out the posting, you should determine the reason for this difference.
    You could check the material line items to find out which postings have led to the current moving average price. If the action taken refers to a purchase order, you could contact Purchasing to find out whether a mistake was made when entering the order price.
    Has anyone seen this before and what should be the cause of action? Well, I was still able to proceed with the GI successfully but I'd like to know what has caused the message?
    Thanks.
    Steven

    Hi Manohar,
    My previous stock was 0.
    So i received material  100 qty at 20 INR.
    Total stock value = 2000
    Now as per you:
    2000 / ( 0 *6) * 100   =    33.33
    I am not getting 390,17 %
    Utsav

  • Issue in OWB mapping - when changing source and target database

    Hi,
    I need help for resolution of the issue I am facing when moving mapping from development environment to QA.
    Here is situation,
    We develop ETL using one source, one staging and one target database.
    In development we use one control_center for Source to staging and another control center staging to target.
    All works fine in development.
    Now I have created new runtime repository and imported all OWB projects (with full dependencies, exact replica of development). Now I need to change source and staging and target as different database.
    I have created new database location connections and defined/attached DB connectors with stage and target location.
    Now issues are
    1.     Two Staging mapping are not able to bound with source table (giving different error
    a.     One mapping show error for source synonym translation no longer valid when deploying this mapping , but validation comes without any issue)
    b.     Other mapping show error for source table/object not bound to repository
    2.     All the target mapping show validation successful, but when deploying says “table or view does not exist”. But tables are exists on source stage and target. (also permission are set correctly for target user to read from staging tables).
    Not sure how to proceed from here.
    I have recreated new repository and re-imported all project/mappings and defined all connection but still same issue.
    Thanks in advance,
    Vipin

    1. Two Staging mapping are not able to bound with source table (giving different error
    a. One mapping show error for source synonym translation no longer valid when deploying this mapping , but validation comes without any issue)
    b. Other mapping show error for source table/object not bound to repository
    The above error were resolved when re-synchronized the table (for few I have to reimport the table) and mapping.
    2. All the target mapping show validation successful, but when deploying says “table or view does not exist”. But tables are exists on source stage and target. (also permission are set correctly for target user to read from staging tables).
    The above error still pending. My target mapping are not able to deployed/compiled.
    For the above I have defined one Staging location to one target target location and target location have connector to staging (not sure if I have to define connector name same as staging location, as I have created DB connector with different name but reference database is same as staging location).
    Mapping are assoicated with desired data locatoin and meta data.
    control center is also have that data location.
    Mapping are configured for the desired location.

Maybe you are looking for

  • How to install Classic without original 10.4 discs?

    I just bought a used emac g4 1 ghz as a backup to my emac g4 1.25 ghz. I have 10.3.9 on my 1,25 ghz emac and when I received this used emac I discovered it had 10.4.8 installed...but no classic. I still have a couple classic programs I use, so I was

  • Empty lines getting inserted while copying File data as chunks

    When I try to copy data from one file to other, Extra lines are getting inserted into the copied data. I am actually reading chunks of data from the first file and writing it to the other by using 'Byte' count to read. Whenever the no. of bytes read

  • How do I Copy text messages from android to Iphone

    Hi, can some one help me how to copy text messages from my Samsung Andriod S3 phone to New Iphone5?    

  • Oracle-PHP PL/SQL Problem

    Dear, I have this situation: Inside PHP I call this statement: $usr_stmt = oci_parse($conn, "begin PKG_USERBEHEER_TEST.user_insert(PKG_USERBEHEER_TEST.user_create_type(:usr_id,:usr_naam,:usr_vnaam,:usr_email,:usr_pass,SYSDATE,NULL),:p_exusr_id); end;

  • Blue Background Login Screen Problem

    Hello everyone, I tried to change my login screen's background using sudo commands and now it's this light blue and I can't seem to change it no matter what method I try. This is the method that messed everything up: http://www.macosxhints.com/articl