Greetings- I have tried multiple things and trying to find a better/easier/faster way of doing this: I have a File Geodatabase Feature Class (Service_Locations) that has around 9500 records in it. This is the location and data for our Electric meters. The data behind it (Customer info, meter attributes, ETC) are stored/maintained/updated in our CIS system (Data held in an Oracle Database). Everynight - I have a python script that automatically exports a View from the Oracle Database (Customer data, Meter Data) and brings it directly into the File Geodatabase as a Geodatabase Table. What I have done in the past is to: Add Join (Feature Class Table TO Service_Locations FC) Calculate Field tool to say - Bring this field from the table (Meter Number) into this field of the FC (TWACs Number). I have done this inside and edit session and a data model to Python script (Outside of an edit session) Each way is very time consuming and does not work fast. QUESTION: Are there different tools that I can use to make this process much faster so I can build a Python Script to run automatically at night? The Join and Calculate Field tools are not working for me anymore.. Thank you
... View more