eventreg.oracle.com Open in urlscan Pro
34.199.10.11  Public Scan

URL: https://eventreg.oracle.com/profile/form/index.cfm?PKformID=0x10220025abcd&source=Event_Horiz_BGH_Nashville_E4_0624&elqTrack...
Submission: On June 21 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

Name: formProfileFormPOST https://eventreg.oracle.com/profile/form/index.cfm

<form action="https://eventreg.oracle.com/profile/form/index.cfm" method="post" name="formProfileForm" id="formProfileForm" enctype="multipart/form-data">
  <table id="page-table" role="presentation">
    <!-- Start: Instructions -->
    <tbody>
      <tr>
        <td>
          <font class="text">
            <script type="text/javascript">
              var formParam = {
                "country": "US",
                "setCountry": true,
                "language": "en-us"
              };
            </script>
            <script src="https://eventreg.oracle.com/accounts/register123/oracleroot/netsuite/events/templatehostedfiles/registration_details_script_0922.js"></script>
          </font>
        </td>
      </tr>
      <!-- End: Instructions -->
      <tr>
        <td>
          <div id="uniqueMessage"></div>
          <table border="0" class="form-table" id="crtn-tbl-profile" data="profileTable" role="presentation">
            <tbody>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_fname" id="pro_fname_label" aria-label="First Name">
                    <font class="text">First Name</font>
                  </label>
                  <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <input type="Text" name="pro_fname" value="" size="75" maxlength="50" class="r123formelement requiredField" id="pro_fname" aria-describedby="pro_fname_error" aria-required="true">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_lname" id="pro_lname_label" aria-label="Last Name">
                    <font class="text">Last Name</font>
                  </label>
                  <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <input type="Text" name="pro_lname" value="" size="75" maxlength="50" class="r123formelement requiredField" id="pro_lname" aria-describedby="pro_lname_error" aria-required="true">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_email" id="pro_email_label" aria-label="Work Email">
                    <font class="text">Work Email</font>
                  </label>
                  <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <style>
                    .errorField {
                      outline: 1px solid #cd0a0a !important;
                      *border: 1px solid #cd0a0a !important;
                    }

                    #uniqueMessage {
                      padding: 5px;
                      margin: 5px;
                      line-height: 15px;
                      color: red;
                    }
                  </style>
                  <script type="text/javascript">
                    jQuery(document).ready(function() {
                      $profileEmail = jQuery('#pro_email');
                      $uniqueMessage = jQuery('#uniqueMessage')
                      $profileEmail.blur(function() {
                        if ($profileEmail.val().length > 0) {
                          jQuery.ajax({
                            cache: false,
                            type: "post",
                            url: '/ajax/registration.cfc',
                            data: {
                              method: 'checkUniqueRegistrationEmail',
                              emailAddress: jQuery(this).val(),
                              eventId: '45895',
                              registrationId: '4803915'
                            },
                            dataType: "json",
                            success: function(data, textStatus, XMLHttpRequest) {
                              if (data.isUnique == false) {
                                $uniqueMessage.html('A registration already exists with this email address. Please log in to your existing registration rather than creating a new registration.');
                                $profileEmail.addClass('errorField');
                              } else {
                                $uniqueMessage.text('');
                                $profileEmail.removeClass('errorField');
                              }
                            }
                          })
                        }
                      });
                    });
                  </script>
                  <input type="text" name="pro_email" value="" size="75" maxlength="100" class="r123formelement requiredField" id="pro_email" aria-describedby="pro_email_error" aria-required="true">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_phone" id="pro_phone_label" aria-label="Phone">
                    <font class="text">Phone</font>
                  </label>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <input type="Text" name="pro_phone" value="" size="50" maxlength="30" class="r123formelement " id="pro_phone" aria-describedby="pro_phone_error">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="middle">
                  <label for="pro_organization" id="pro_organization_label" aria-label="Company">
                    <font class="text">Company</font>
                  </label>
                </td>
              </tr>
              <tr>
                <td colspan="2" valign="middle" align="left">
                  <input type="text" name="pro_organization" value="" size="50" maxlength="100" class="r123formelement " id="pro_organization" aria-describedby="pro_organization_error">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <label for="pro_ans_field02" id="pro_ans_field02_label" aria-label="Type of Business">
                    <font class="text">Type of Business</font>
                  </label>
                  <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <script>
                    jQuery(document).ready(function() {
                      var id = "pro_ans_field02";
                      var lastAnswer = '32';
                      var lastAnswerLabel = 'Telecommunications';
                      var emptyOpt = "1";
                      var otherId = "pro_ans_field02_other";
                      jQuery('#' + id).change(function() {
                        if (emptyOpt == true && (jQuery("#" + id).find('option:selected').text() == lastAnswer || jQuery("#" + id).find('option:selected').text() == lastAnswerLabel)) {
                          jQuery('input[name=' + otherId + ']').css('display', 'inline-block');
                          jQuery('input[name=' + otherId + ']').removeClass('hiding');
                          jQuery('input[name=' + otherId + ']').addClass('showing');
                        } else if (emptyOpt == false && (jQuery("#" + id).find('option:selected').text() == lastAnswer || jQuery("#" + id).find('option:selected').text() == lastAnswerLabel)) {
                          jQuery('input[name=' + otherId + ']').css('display', 'inline-block');
                          jQuery('input[name=' + otherId + ']').removeClass('hiding');
                          jQuery('input[name=' + otherId + ']').addClass('showing');
                        } else {}
                      });
                    });
                  </script>
                  <select aria-label="pro_ans_field02" name="pro_ans_field02" class="input r123formelement certain-type-ahead" size="1" id="pro_ans_field02" aria-required="true" aria-describedby="pro_ans_field02_error">
                    <option value=""></option>
                    <option value="45">Advertising &amp; Marketing Services</option>
                    <option value="11">Agriculture</option>
                    <option value="62">Apparel, Footwear &amp; Accessories (AFA)</option>
                    <option value="61">Biotech &amp; Pharmaceuticals</option>
                    <option value="60">Cloud Computing / Web-based Software</option>
                    <option value="47">Computer &amp; IT Services</option>
                    <option value="37">Computer Software</option>
                    <option value="7">Construction &amp; Contracting</option>
                    <option value="48">Consulting Services</option>
                    <option value="43">Distribution &amp; Wholesale</option>
                    <option value="39">eCommerce</option>
                    <option value="10">Education</option>
                    <option value="58">Energy / Utilities</option>
                    <option value="46">Engineering, Architecture &amp; Design</option>
                    <option value="21">Finance, Accounting &amp; Insurance</option>
                    <option value="64">Food &amp; Beverage Distributor</option>
                    <option value="63">Food &amp; Beverage Manufacturer</option>
                    <option value="24">Government</option>
                    <option value="65">Health &amp; Beauty</option>
                    <option value="49">Healthcare Services</option>
                    <option value="59">IT Developer / Reseller / VAR</option>
                    <option value="54">Logistic &amp; Transportation Services</option>
                    <option value="16">Manufacturing</option>
                    <option value="51">Media/Publishing</option>
                    <option value="17">Nonprofit</option>
                    <option value="52">Professional Services</option>
                    <option value="18">Real Estate</option>
                    <option value="19">Restaurant &amp; Hospitality</option>
                    <option value="20">Retail</option>
                    <option value="55">Services : Other</option>
                    <option value="32">Telecommunications</option>
                  </select>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="hidden" name="pro_prefix" value=""><input type="hidden" name="pro_mname" value=""><input type="hidden" name="pro_suffix" value=""><input type="hidden" name="pro_badge_name" value=""><input type="hidden" name="pro_position"
        value=""><input type="hidden" name="pro_addr_line1" value=""><input type="hidden" name="pro_addr_line2" value=""><input type="hidden" name="pro_addr_line3" value=""><input type="hidden" name="pro_addr_line4" value=""><input type="hidden"
        name="pro_addr_city" value=""><input type="hidden" name="pro_addr_state" value=""><input type="hidden" name="pro_addr_postal_code" value=""><input type="hidden" name="pro_addr_intl_state" value=""><input type="hidden" name="pro_addr_country"
        value="United States"><input type="hidden" name="pro_url" value=""><input type="hidden" name="pro_phone2" value=""><input type="hidden" name="pro_phone_mobile" value=""><input type="hidden" name="pro_fax" value=""><input type="hidden"
        name="pro_ssn" value=""><input type="hidden" name="pro_dob" value=""><input type="hidden" name="pro_frn_gender_id" value=""><input type="hidden" name="pro_pin" value=""><input type="hidden" name="pro_password" value=""><input type="hidden"
        name="pro_asst_name" value=""><input type="hidden" name="pro_asst_email" value=""><input type="hidden" name="pro_asst_phone" value=""><input type="hidden" name="pro_asst_cc_email" value="0"><input type="hidden" name="pro_show_online"
        value="1"><input type="hidden" name="pro_external_frn_key" value=""><input type="hidden" name="pro_add_name" value=""><input type="hidden" name="pro_add_email" value=""><input type="hidden" name="pro_add_phone" value=""><input type="hidden"
        name="pro_add_cc_email" value="0"><input type="hidden" name="pro_alt_addr_line1" value=""><input type="hidden" name="pro_alt_addr_line2" value=""><input type="hidden" name="pro_alt_addr_line3" value=""><input type="hidden"
        name="pro_alt_addr_line4" value=""><input type="hidden" name="pro_alt_addr_city" value=""><input type="hidden" name="pro_alt_addr_state" value=""><input type="hidden" name="pro_alt_addr_postal_code" value=""><input type="hidden"
        name="pro_alt_addr_intl_state" value=""><input type="hidden" name="pro_alt_addr_country" value=""><input type="hidden" name="pro_ship_addr_line1" value=""><input type="hidden" name="pro_ship_addr_line2" value=""><input type="hidden"
        name="pro_ship_addr_line3" value=""><input type="hidden" name="pro_ship_addr_line4" value=""><input type="hidden" name="pro_ship_addr_city" value=""><input type="hidden" name="pro_ship_addr_state" value=""><input type="hidden"
        name="pro_ship_addr_postal_code" value=""><input type="hidden" name="pro_ship_addr_intl_state" value=""><input type="hidden" name="pro_ship_addr_country" value=""><input type="hidden" name="pro_trv_travel_login_id" value=""><input
        type="hidden" name="pro_trv_passport_fname" value=""><input type="hidden" name="pro_trv_passport_lname" value=""><input type="hidden" name="pro_trv_passport_num" value=""><input type="hidden" name="pro_trv_frn_cou_id" value=""><input
        type="hidden" name="pro_trv_passport_exp" value=""><input type="hidden" name="pro_trv_frn_arln_id" value=""><input type="hidden" name="pro_trv_freq_fly_num" value=""><input type="hidden" name="pro_trv_frn_arln_seat_id" value=""><input
        type="hidden" name="pro_avatar" value=""><input type="hidden" name="profile_third_party_key" value=""><input type="hidden" name="third_party_id" value="0"><input type="Hidden" name="sectionsToCheck" value="20">
      <tr>
        <td>
          <table class="form-table" id="crtn-tbl-question" data="questionTable" role="presentation">
            <tbody>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field14" id="reg_ans_field14_label" aria-label="Role">
                    <font class="text">Role</font>
                  </label>
                  <span aria-hidden="true"><span class="error">*</span></span>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <script>
                    jQuery(document).ready(function() {
                      var id = "reg_ans_field14";
                      var lastAnswer = '26';
                      var lastAnswerLabel = 'Others';
                      var emptyOpt = "0";
                      var otherId = "reg_ans_field14_other";
                      jQuery('#' + id).change(function() {
                        if (emptyOpt == true && (jQuery("#" + id).find('option:selected').text() == lastAnswer || jQuery("#" + id).find('option:selected').text() == lastAnswerLabel)) {
                          jQuery('input[name=' + otherId + ']').css('display', 'inline-block');
                          jQuery('input[name=' + otherId + ']').removeClass('hiding');
                          jQuery('input[name=' + otherId + ']').addClass('showing');
                        } else if (emptyOpt == false && (jQuery("#" + id).find('option:selected').text() == lastAnswer || jQuery("#" + id).find('option:selected').text() == lastAnswerLabel)) {
                          jQuery('input[name=' + otherId + ']').css('display', 'inline-block');
                          jQuery('input[name=' + otherId + ']').removeClass('hiding');
                          jQuery('input[name=' + otherId + ']').addClass('showing');
                        } else {}
                      });
                    });
                  </script>
                  <select aria-label="reg_ans_field14" name="reg_ans_field14" class="input r123formelement certain-type-ahead" size="1" id="reg_ans_field14" aria-required="true" aria-describedby="reg_ans_field14_error">
                    <option value="1">CEO / President / GM</option>
                    <option value="2">CFO</option>
                    <option value="3">CIO / IT Executive</option>
                    <option value="4">Compliance / Security</option>
                    <option value="5">Controller / Finance Executive</option>
                    <option value="6">COO / Operations Executive</option>
                    <option value="7">Customer Service / Support Manager</option>
                    <option value="8">Developer</option>
                    <option value="9">Ecommerce Developer / Designer</option>
                    <option value="10">Ecommerce Executive / Manager</option>
                    <option value="11">Executive (Others)</option>
                    <option value="12">Finance (Others)</option>
                    <option value="13">Finance / Accounting Manager</option>
                    <option value="14">FP&amp;A VP / Director / Manager</option>
                    <option value="15">Human Resources</option>
                    <option value="16">IT Manager</option>
                    <option value="17">IT (Others)</option>
                    <option value="18">Manager (Others)</option>
                    <option value="19">Marketing Executive / Brand Manager</option>
                    <option value="20">Operations (Other)</option>
                    <option value="21">Sales Executive</option>
                    <option value="22">Procurement</option>
                    <option value="23">Professional Services Executive</option>
                    <option value="24">Professional Services Manager</option>
                    <option value="25">Project Manager</option>
                    <option value="26">Others</option>
                  </select>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field13" id="reg_ans_field13_label" aria-label="">
                    <font class="text"><!----xxx ----></font>
                  </label>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <table id="crtn-tbl-que_reg_ans_field13" role="group" aria-labeldby="reg_ans_field13_label">
                    <tbody>
                      <tr role="presentation">
                        <td valign="top" role="presentation">
                          <input type="checkbox" name="reg_ans_field13" value="true" role="checkbox" id="reg_ans_field13_true" class="r123formelement chkOptIn" onclick="/" style="display: none;">
                        </td>
                        <td role="presentation" valign="top" colspan="1">
                          <label class="control-label control-label" for="reg_ans_field13_true">
                            <font class="text">
                              <div class="opt-in-section"><span id="orclOptInPrivacy">
                                  <div class="form-label" id="regOptIn" style="display: block;"> <input class="form-field" id="receivedMktgEmail1Dummy" name="receivedMktgEmail1Dummy" type="checkbox" value=""> <input id="receivedMktgEmail1"
                                      name="receivedMktgEmail1" type="hidden" value=""> <span><label for="receivedMktgEmail1Dummy">Yes, send me marketing communications on Oracle Products, Services and Events.</label></span></div>
                                  <div id="regOptInKR" style="display: none;">
                                    <div class="optInBlock"> <input class="form-field" id="kr1" name="kr1" type="checkbox" value=""> <span>Yes, send me marketing communications on Oracle Products, Services and Events.</span> </div>
                                    <div class="optInBlock"> <input class="form-field" id="kr0" name="kr0" type="checkbox" value=""> <span>Click to agree with all terms below</span> </div>
                                    <div class="optInBlock"> <input class="form-field" id="kr2" name="kr2" type="checkbox" value=""> <span> I agree that Oracle may collect and use my personal information (in particular first name, last name, e-mail
                                        address, phone number, address, zip code, company name, password, cookies) for the following purposes: (i) to communicate and respond to your requests and inquiries to Oracle; (ii) to deliver functionality on
                                        our sites and for their technical and functional management; (iii) to engage in and process transactions; (iv) to enable my participation in Oracle online communities; (v) to administer product downloads and
                                        confirm license compliance; (vi) to select content, improve quality and facilitate my use of Oracle websites; (vii) to improve Oracle products, services and experiences; (viii) to provide product alerts and
                                        updates; (ix) to protect its employees, websites, facilities, and operations; and (x) to comply with Oracle’s legal requirements and corporate transactions. </span>
                                      <p> I also agree that Oracle may retain my personal information: (a) for as long as my account is active; (b) as needed to provide me products or services (If I have registered for our newsletters and blogs,
                                        including Oracle magazine or Profit magazine, my subscription data will be retained for as long as I am subscribed to Oracle's distribution lists; If I have reached out to Oracle via Oracle Sales chat, Oracle
                                        will delete all chat transcripts 90 days after the chat has concluded); (c) as needed for the purposes specified above; (d) as necessary to comply with its legal obligations (e.g., to honor opt-outs), resolve
                                        disputes, and enforce agreements; or (e) to the extent permitted by law (personal information needed to retain my opt-out preferences will be retained for 20 years or longer as necessary to comply with
                                        applicable law). </p>
                                      <p> I understand that additional details regarding Oracle's collection and use of my personal information are available in the
                                        <a href="http://www.oracle.com/us/legal/privacy/privacy-policy/index.html" target="_blank">Oracle Privacy Policy</a>. </p>
                                    </div>
                                    <div class="optInBlock"> <input class="form-field" id="kr3" name="kr3" type="checkbox" value=""> <span> I agree that Oracle may provide my personal information as collected above to its corporate affiliates for use
                                        and retention as specified above. A list of corporate affiliates is available <a href="https://www.oracle.com/corporate/oracle-affiliates.html" target="_blank">here</a>. </span> </div>
                                    <div class="optInBlock"> <input class="form-field" id="kr4" name="kr4" type="checkbox" value=""> <span> I agree that Oracle may transfer my personal information as collected above internationally to its corporate
                                        affiliates and delegates in those countries where Oracle has operations for use and retention as specified above. When you subscribe for the online membership, subsequent to the collection of personal
                                        information, such personal information may be transferred via telecommunication network or other electronic based means. A list of corporate affiliates is available
                                        <a href="https://www.oracle.com/corporate/oracle-affiliates.html" target="_blank">here</a>. A list of these delegates and its delegated work scope is available
                                        <a href="https://www.oracle.com/corporate/contact/suppliers.html" target="_blank">here</a>. A list of these countries is available
                                        <a href="https://www.oracle.com/corporate/contact/global.html" target="_blank">here</a>. </span> </div>
                                    <div class="optInBlock"> <input class="form-field" id="kr5" type="checkbox" value=""> <span> I agree that Oracle may delegate my personal information for processing to third party service providers that perform
                                        functions on Oracle’s behalf consistent with the above. A list of these delegates and its delegated work scope is available
                                        <a href="https://www.oracle.com/corporate/contact/suppliers.html" target="_blank">here</a>. </span> </div>
                                    <div class="optInBlock"> You have the right to refuse the collection, transfer and use of your personal information as stated above. However, if you refuse the collection, transfer and use of personal information,
                                      you cannot subscribe for the online membership of Oracle nor receive various benefits provided by Oracle. </div>
                                  </div>
                                  <div id="regOptInRU" style="display: none;">
                                    <div class="optInBlock"> <input class="form-field" id="ru1" name="ru1" type="checkbox" value=""> <span>Yes, send me marketing communications on Oracle Products, Services and Events.</span> </div>
                                    <div class="optInBlock"> <input class="form-field" id="ru2" name="ru2" type="checkbox" value=""> <span>Use of Oracle's web site is subject to the
                                        <a href="https://www.oracle.com/us/legal/index.html" target="_blank">Oracle.com Terms of Use</a> and
                                        <a href="https://www.oracle.com/us/legal/privacy/privacy-policy/index.html" target="_blank">Oracle's Privacy Policy</a>.</span> </div>
                                    <div class="optInBlock"> <input class="form-field" id="ru3" name="ru3" type="checkbox" value=""> <span>Oracle may transfer your personal information collected in connection with your registration on this website to
                                        its <a href="https://www.oracle.com/us/corporate/contact/global.html" target="_blank">affiliates globally</a> and to
                                        <a href="https://www.oracle.com/corporate/contact/suppliers.html" target="_blank">third party entities</a> that provide services to Oracle, including to affiliates and entities located in countries which are
                                        not considered to have an adequate level of data protection.</span> </div>
                                  </div>
                                  <div class="optInBlock" id="prvPH" style="display: none;">
                                    <p> You understand and agree that use of Oracle's web site is subject to the <a href="https://www.oracle.com/us/legal/terms/index.html" target="_blank">Oracle.com Terms of Use</a> and
                                      <a href="https://www.oracle.com/us/legal/privacy/privacy-policy/index.html" target="_blank">Oracle's Privacy Policy</a>. </p>
                                    <p> You understand and agree that Oracle may transfer your personal information collected in connection with your registration on this website to its
                                      <a href="https://www.oracle.com/us/corporate/contact/global-070511.html" target="_blank">affiliates globally</a> and to
                                      <a href="https://www.oracle.com/corporate/contact/suppliers.html" target="_blank">third party entities</a> that provide services to Oracle, including to affiliates and entities located in countries which are not
                                      considered by Philippine law to have an adequate level of data protection. </p>
                                  </div>
                                  <div class="optInBlock" id="prvJP" style="display: none;"> <span> By filling and submitting this form you understand and agree that the use of Oracle's web site is subject to the
                                      <a href="https://www.oracle.com/us/legal/terms/index.html" target="_blank">Oracle.com Terms of Use</a>,
                                      <a href="https://www.oracle.com/jp/legal/information-protection/basic-policy/public-notice.html" target="_blank">Oracle Japan Privacy Statement</a>, and
                                      <a href="https://www.oracle.com/jp/legal/information-protection/basic-policy/public-notice.html" target="_blank">Oracle privacy policy</a>. Additional details regarding Oracle's collection and use of your
                                      personal information, including information about access, retention, rectification, deletion, security, cross-border transfers and other topics, is available in the Oracle Privacy Policy. </span></div>
                                  <div class="optInBlock prvShared" id="prvUS" style="display: block;"> <br> By filling and submitting this form you understand and agree that the use of Oracle's web site is subject to the
                                    <a href="https://www.oracle.com/us/legal/terms/index.html" target="_blank">Oracle.com Terms of Use</a>. Additional details regarding Oracle’s collection and use of your personal information, including information
                                    about access, retention, rectification, deletion, security, cross-border transfers and other topics, is available in the
                                    <a href="https://www.oracle.com/us/legal/privacy/privacy-policy/index.html" target="_blank">Oracle Privacy Policy</a>.</div>
                                  <div class="optInBlock" id="prvKE" style="display: none;">
                                    <p> Oracle may transfer your personal information collected in connection with your registration on this website to its
                                      <a href="https://www.oracle.com/corporate/contact/global.html" target="_blank">affiliates globally</a> and to
                                      <a href="https://www.oracle.com/corporate/contact/suppliers.html" target="_blank">third party entities</a> that provide services to Oracle, including to affiliates and entities located in countries which are not
                                      considered to have an adequate level of data protection. </p>
                                    <p> By filling and submitting this form, you understand and agree that the use of Oracle's web site is subject to the <a href="https://www.oracle.com/legal/terms.html" target="_blank">Oracle.com Terms of Use</a>.
                                      Additional details regarding Oracle’s collection and use of your personal information, including information about access, retention, rectification, deletion, security, cross-border transfers and other topics, is
                                      available in the <a href="https://www.oracle.com/legal/privacy/privacy-policy.html" target="_blank">Oracle Privacy Policy</a>. </p>
                                  </div>
                                  <div class="optInBlock" id="regOptInNG" style="display: none;">
                                    <div class="optInBlock"> <input class="form-field" id="ng1" name="ng1" type="checkbox" value=""> <span>Yes, send me marketing communications on Oracle Products, Services and Events.</span> </div>
                                    <div class="optInBlock"> <input class="form-field" id="ng2" name="ng2" type="checkbox" value=""> <span>I agree that Oracle may collect and use my personal information (in particular first name, last name, e-mail
                                        address, phone number, address, zip code, company name, password, cookies) for the following purposes: (i) to engage in and process transactions and to respond to my inquiries; (ii) to enable my participation
                                        in Oracle online communities; (iii) to interact with me on social networks; (v) to administer product downloads and confirm license compliance; (iv) to select content, improve quality and facilitate my use of
                                        Oracle websites; (vii) to provide product alerts and updates; (viii) to power joint sales and product promotions; (ix) to improve Oracle products, services and experiences; (x) to communicate with me about a
                                        conference or event; (xi) to obtain third party services; (xii) to protect its employees, websites, facilities, and operations; (xiii) to deliver advertisements via Oracle channels and to tailor marketing to
                                        me; and (xiv) to comply with Oracle's legal and corporate requirements.</span> </div>
                                    <div class="optInBlock"> Oracle may transfer your personal information collected in connection with your registration on this website to its
                                      <a href="https://www.oracle.com/corporate/contact/global.html" target="_blank">affiliates globally</a> and to
                                      <a href="https://www.oracle.com/corporate/contact/suppliers.html" target="_blank">third party entities</a> that provide services to Oracle, including to affiliates and entities located in countries which are not
                                      considered to have an adequate level of data protection. </div>
                                    <div class="optInBlock"> By filling and submitting this form, you understand and agree that the use of Oracle's web site is subject to the
                                      <a href="https://www.oracle.com/legal/terms.html" target="_blank">Oracle.com Terms of Use</a>. Additional details regarding Oracle’s collection and use of your personal information, including information about
                                      access, retention, rectification, deletion, security, cross-border transfers and other topics, is available in the
                                      <a href="https://www.oracle.com/legal/privacy/privacy-policy.html" target="_blank">Oracle Privacy Policy</a>. </div>
                                  </div>
                                </span></div>
                            </font>
                          </label>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="Hidden" name="sectionsToCheck" value="43">
      <tr>
        <td>
          <table class="form-table" id="crtn-tbl-question" data="questionTable" role="presentation">
            <tbody>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <label for="reg_ans_field18" id="reg_ans_field18_label" aria-label="Source" style="display: none;">
                    <font class="subheader">Source</font>
                  </label>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="top">
                  <input type="text" name="reg_ans_field18" size="20" maxlength="4000" value="" class="r123formelement QS_utm_source HiddenContent" id="reg_ans_field18" style="display: none;">
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="bottom">
                  <label for="pro_ans_field17" id="pro_ans_field17_label" aria-label="" style="display: none;">
                    <font class="subheader"><!--OptIn – OptOut to be passed in form post--></font>
                  </label>
                </td>
              </tr>
              <tr>
                <td colspan="3" align="left" valign="bottom">
                  <input type="text" name="pro_ans_field17" size="20" maxlength="50" value="false" class="r123formelement txtOptInOptOut HiddenContent" id="pro_ans_field17" style="display: none;">
                </td>
              </tr>
              <tr>
                <td valign="top" align="left" class="clsFormfieldTd"><label for="reg_ans_field27" id="reg_ans_field27_label" aria-label="Partner" style="display: none;">
                    <font class="subheader">Partner</font>
                  </label></td>
                <td>&nbsp;</td>
                <td width="70%" align="left">
                  <input type="text" name="reg_ans_field27" size="20" maxlength="4000" value="" class="r123formelement QS_utm_partner HiddenContent" id="reg_ans_field27" style="display: none;">
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr><!-- End row in page table -->
      <input type="Hidden" name="sectionsToCheck" value="40">
      <input type="hidden" name="SectionsToCheck" value="111">
      <input type="hidden" name="lstThisPage" value="2,20,43,40,111,112,116,117,118,115,2">
      <input type="hidden" name="SectionsToCheck" value="112">
      <input type="hidden" name="lstThisPage" value="2,20,43,40,111,112,116,117,118,115,2">
      <input type="hidden" name="SectionsToCheck" value="116">
      <input type="hidden" name="lstThisPage" value="2,20,43,40,111,112,116,117,118,115,2">
      <input type="hidden" name="SectionsToCheck" value="117">
      <input type="hidden" name="lstThisPage" value="2,20,43,40,111,112,116,117,118,115,2">
      <input type="hidden" name="SectionsToCheck" value="118">
      <input type="hidden" name="lstThisPage" value="2,20,43,40,111,112,116,117,118,115,2">
      <input type="hidden" name="SectionsToCheck" value="115">
      <input type="hidden" name="lstThisPage" value="2,20,43,40,111,112,116,117,118,115,2">
      <tr>
        <td align="center">
          <input type="submit" name="submitForm" value="Apply Now" id="submitForm" class="r123FormSubmit regFormSubmitButton c_btn_apply_now"> &nbsp;
        </td>
      </tr>
      <tr>
        <td>
          <input type="hidden" name="PkRegID" value="0x91274652a36a">
          <input type="hidden" name="PKprimary_regID" value="0x9127465271a5">
          <input type="hidden" name="PKformID" value="0x10220025abcd">
          <input type="hidden" name="EmailHistId" value="0">
          <input type="hidden" name="submitForm" value="yes">
          <input type="hidden" name="bitIsFirstPage" value="0">
          <input type="hidden" name="isFirstAuthorizedRequest" value="0">
          <input type="hidden" name="entryPoint" value="">
          <input type="hidden" name="token"
            value="eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNo0UTuOHUAIu8urUwww_LYDhrnHi7LFNlGUt5EiRbl7aIJoMJYF9p_H69fXx9vj1LLbVeZywBqxkHLbOS0QR_Px5fHt-fkcJtXdJ_biuok43dcdSaAPr0hDnRXeQozqNoe9ejFk8igjVdqFKgQ2wUMrOhhcRCNLKBV3klEZBjSLSKYYbaNgQeu4IMIEYUeIMjbDVm2_2jOLl6-oQ5cZVgxwLO4mcoAWBck4TbHdj5Rbea6pQ2FBBUsirzjkOuzzVB615YaM0jfIcOgRduNs1G5lEEd28wMX9IS3jjG-Uvg67V1Lxs8ADqNcIoEIG3SONhXeI166gZsIOrxGHO662xFETWGTbykZUdnBthhVctxj4PQ08bBlcietorMmOkVTR5ukPl6vCaref34-P77P_P77x-MNFMy3ufEQnp__AVDjv_8AAAD__w.bVp-pW1LHYVX39ML2QU3DIS3-gF6oLIuNaxHCKQXl4Q">
          <input type="hidden" name="evtAuthToken" value="">
          <input type="hidden" id="clientTimeZone" name="clientTimeZone" value="America/Chicago">
          <input type="hidden" id="tmzRedLight" name="tmzRedLight" value="stop" disabled="disabled">
          <input type="hidden" name="throttleID" value="F3FABF99-EB30-4286-8427F9B8F548E7B0">
          <input type="hidden" name="insertKey" value="7F59389767D6491ABB805222A2511BC8">
          <input type="hidden" name="r123_url__PKformID" value="0x10220025abcd">
          <input type="hidden" name="r123_url__source" value="Event_Horiz_BGH_Nashville_E4_0624">
          <input type="hidden" name="r123_url__elqTrackId" value="d919afe2137946b2b980f4a1810bfe59">
          <input type="hidden" name="r123_url__elq" value="de6ea551bca14780bd8ed408a7d53a24">
          <input type="hidden" name="r123_url__elqaid" value="34908">
          <input type="hidden" name="r123_url__elqat" value="1">
          <input type="hidden" name="r123_url__elqCampaignId" value="13391">
          <input type="hidden" name="r123_url__R123_DOMAIN" value="oracle">
        </td>
      </tr>
      <script type="text/javascript">
        jQuery(document).ready(function() {
          jQuery("#cmdTimezone").on('click', function() {
            var tmz = jQuery("#evt_frn_tmz_id option:selected").val();
            jQuery("#clientTimeZone").val(tmz); // add timezone as hidden variable
            jQuery('#submitForm').prop('disabled', true);
            jQuery('#tmzRedLight').prop('disabled', false); // use to prevent session form to move forward on timezone change.
            document.getElementById("formProfileForm").submit();
            return false;
          });
          $regFormSubmitButton = jQuery('.regFormSubmitButton');
          $formProfileForm = jQuery('form[name="formProfileForm"]');
          var buttonId = "";
          jQuery('input[type=submit]').click(function(evt) {
            buttonId = evt.target.id;
          });
          jQuery('.certain-error-messages').find('a').first().focus();
          $formProfileForm.submit(function(evt) {
            var submitId = buttonId;
            // 508 compliance announce the page is being submitted append after the continue button
            jQuery("#c_alert_form_submit").css('display', 'block');
            $btn = jQuery('#' + submitId);
            $btn.prop('disabled', true);
            $formProfileForm.append('<input type="hidden" name="' + $btn.attr('name') + '" value="' + $btn.attr('value') + '">');
            return true;
          });
        })

        function reEnableSubmit() {
          $regFormSubmitButton.attr('disabled', false);
        }
      </script>
      <tr>
        <td align="center">
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

Tuesday, June 25, 2024
9:00 a.m.–5:00 p.m. CST
Conrad Hotel Nashville




Join us for thought-provoking discussions on the unique challenges and
opportunities facing Nashville entrepreneurs and executives - featuring local
leaders and visionaries in AI, government, entertainment, media, finance and
more.

In addition to the sessions, you will have the opportunity to explore our
lounge, where you can dive deeper on session topics and network with our
speakers and fellow attendees.


FEATURED SESSIONS INCLUDE:

 * Doing Business in Tennessee
 * Raising Capital to Fuel Growth
 * Strategies and Lessons Learned
 * Growth of Nashville on the East Bank

We will share the final agenda with approved attendees in the days leading up to
the event.

Interested in attending? Please let us know by completing the form and we will
review your request. This event is by invitation-only and space is limited!


FEATURED SPEAKERS


GREG ASHLOCK

PRESIDENT

IHEART INFLUENCER NETWORK


SID CHAMBLESS

FOUNDER

NASHVILLE CAPITAL NETWORK


APRYL CHILDS-POTTER

PRESIDENT

NASHVILLE HEALTH CARE COUNCIL


NAVID FARZAD

PARTNER

FRIST CRESSY VENTURES


FELICIA GALLAGHER

SVP OF FINANCE AND PLANNING

UNCLE NEAREST


WINSTON JUSTICE

ALLIANCEBERNSTEIN


ELLER KELLIHER

CHIEF INVESTMENT OFFICER

LAUNCH TENNESSEE


BURKE NIHILL

CHIEF EXECUTIVE OFFICER

TENNESSEE TITANS


LAURA MOSS

VICE PRESIDENT OF FINANCE

COHERE


STUART MCWHORTER

COMMISSIONER

TENNESSEE DEPARTMENT OF ECONOMIC AND COMMUNITY DEVELOPMENT


JAMIE SIMINOFF

FOUNDER OF RING

& CHIEF DOORMAN

LATCH


ERIC THRAILKILL

CHAIR - PROJECT HEALTHCARE

NASHVILLE ENTREPRENEUR CENTER


MONIQUE VILLA

MANAGING PARTNER

DAYTRIP VENTURES


GREG AARON

GROUP VP & GENERAL MANAGER

ORACLE HEALTH


BRIAN CHESS

SVP OF TECHNOLOGY AND AI

ORACLE NETSUITE


JASON MAYNARD

EXECUTIVE VICE PRESIDENT

ORACLE


SAM LEVY

SVP OF GROWTH AND OPERATIONS

ORACLE NETSUITE


THANK YOU FOR YOUR INTEREST IN ATTENDING BUSINESS GROWS HERE: NASHVILLE. YOUR
REGISTRATION IS CURRENTLY PENDING AND WE WILL REVIEW YOUR REQUEST TO ATTEND.

Please note that only pre-approved attendees will be permitted at the event.

If you have any questions please contact us here.

First Name * Last Name * Work Email * Phone Company Type of Business *
Advertising & Marketing ServicesAgricultureApparel, Footwear & Accessories
(AFA)Biotech & PharmaceuticalsCloud Computing / Web-based SoftwareComputer & IT
ServicesComputer SoftwareConstruction & ContractingConsulting
ServicesDistribution & WholesaleeCommerceEducationEnergy / UtilitiesEngineering,
Architecture & DesignFinance, Accounting & InsuranceFood & Beverage
DistributorFood & Beverage ManufacturerGovernmentHealth & BeautyHealthcare
ServicesIT Developer / Reseller / VARLogistic & Transportation
ServicesManufacturingMedia/PublishingNonprofitProfessional ServicesReal
EstateRestaurant & HospitalityRetailServices : OtherTelecommunications

Role * CEO / President / GMCFOCIO / IT ExecutiveCompliance / SecurityController
/ Finance ExecutiveCOO / Operations ExecutiveCustomer Service / Support
ManagerDeveloperEcommerce Developer / DesignerEcommerce Executive /
ManagerExecutive (Others)Finance (Others)Finance / Accounting ManagerFP&A VP /
Director / ManagerHuman ResourcesIT ManagerIT (Others)Manager (Others)Marketing
Executive / Brand ManagerOperations (Other)Sales
ExecutiveProcurementProfessional Services ExecutiveProfessional Services
ManagerProject ManagerOthers
Yes, send me marketing communications on Oracle Products, Services and Events.
Yes, send me marketing communications on Oracle Products, Services and Events.
Click to agree with all terms below
I agree that Oracle may collect and use my personal information (in particular
first name, last name, e-mail address, phone number, address, zip code, company
name, password, cookies) for the following purposes: (i) to communicate and
respond to your requests and inquiries to Oracle; (ii) to deliver functionality
on our sites and for their technical and functional management; (iii) to engage
in and process transactions; (iv) to enable my participation in Oracle online
communities; (v) to administer product downloads and confirm license compliance;
(vi) to select content, improve quality and facilitate my use of Oracle
websites; (vii) to improve Oracle products, services and experiences; (viii) to
provide product alerts and updates; (ix) to protect its employees, websites,
facilities, and operations; and (x) to comply with Oracle’s legal requirements
and corporate transactions.

I also agree that Oracle may retain my personal information: (a) for as long as
my account is active; (b) as needed to provide me products or services (If I
have registered for our newsletters and blogs, including Oracle magazine or
Profit magazine, my subscription data will be retained for as long as I am
subscribed to Oracle's distribution lists; If I have reached out to Oracle via
Oracle Sales chat, Oracle will delete all chat transcripts 90 days after the
chat has concluded); (c) as needed for the purposes specified above; (d) as
necessary to comply with its legal obligations (e.g., to honor opt-outs),
resolve disputes, and enforce agreements; or (e) to the extent permitted by law
(personal information needed to retain my opt-out preferences will be retained
for 20 years or longer as necessary to comply with applicable law).

I understand that additional details regarding Oracle's collection and use of my
personal information are available in the Oracle Privacy Policy.

I agree that Oracle may provide my personal information as collected above to
its corporate affiliates for use and retention as specified above. A list of
corporate affiliates is available here.
I agree that Oracle may transfer my personal information as collected above
internationally to its corporate affiliates and delegates in those countries
where Oracle has operations for use and retention as specified above. When you
subscribe for the online membership, subsequent to the collection of personal
information, such personal information may be transferred via telecommunication
network or other electronic based means. A list of corporate affiliates is
available here. A list of these delegates and its delegated work scope is
available here. A list of these countries is available here.
I agree that Oracle may delegate my personal information for processing to third
party service providers that perform functions on Oracle’s behalf consistent
with the above. A list of these delegates and its delegated work scope is
available here.
You have the right to refuse the collection, transfer and use of your personal
information as stated above. However, if you refuse the collection, transfer and
use of personal information, you cannot subscribe for the online membership of
Oracle nor receive various benefits provided by Oracle.
Yes, send me marketing communications on Oracle Products, Services and Events.
Use of Oracle's web site is subject to the Oracle.com Terms of Use and Oracle's
Privacy Policy.
Oracle may transfer your personal information collected in connection with your
registration on this website to its affiliates globally and to third party
entities that provide services to Oracle, including to affiliates and entities
located in countries which are not considered to have an adequate level of data
protection.

You understand and agree that use of Oracle's web site is subject to the
Oracle.com Terms of Use and Oracle's Privacy Policy.

You understand and agree that Oracle may transfer your personal information
collected in connection with your registration on this website to its affiliates
globally and to third party entities that provide services to Oracle, including
to affiliates and entities located in countries which are not considered by
Philippine law to have an adequate level of data protection.

By filling and submitting this form you understand and agree that the use of
Oracle's web site is subject to the Oracle.com Terms of Use, Oracle Japan
Privacy Statement, and Oracle privacy policy. Additional details regarding
Oracle's collection and use of your personal information, including information
about access, retention, rectification, deletion, security, cross-border
transfers and other topics, is available in the Oracle Privacy Policy.

By filling and submitting this form you understand and agree that the use of
Oracle's web site is subject to the Oracle.com Terms of Use. Additional details
regarding Oracle’s collection and use of your personal information, including
information about access, retention, rectification, deletion, security,
cross-border transfers and other topics, is available in the Oracle Privacy
Policy.

Oracle may transfer your personal information collected in connection with your
registration on this website to its affiliates globally and to third party
entities that provide services to Oracle, including to affiliates and entities
located in countries which are not considered to have an adequate level of data
protection.

By filling and submitting this form, you understand and agree that the use of
Oracle's web site is subject to the Oracle.com Terms of Use. Additional details
regarding Oracle’s collection and use of your personal information, including
information about access, retention, rectification, deletion, security,
cross-border transfers and other topics, is available in the Oracle Privacy
Policy.

Yes, send me marketing communications on Oracle Products, Services and Events.
I agree that Oracle may collect and use my personal information (in particular
first name, last name, e-mail address, phone number, address, zip code, company
name, password, cookies) for the following purposes: (i) to engage in and
process transactions and to respond to my inquiries; (ii) to enable my
participation in Oracle online communities; (iii) to interact with me on social
networks; (v) to administer product downloads and confirm license compliance;
(iv) to select content, improve quality and facilitate my use of Oracle
websites; (vii) to provide product alerts and updates; (viii) to power joint
sales and product promotions; (ix) to improve Oracle products, services and
experiences; (x) to communicate with me about a conference or event; (xi) to
obtain third party services; (xii) to protect its employees, websites,
facilities, and operations; (xiii) to deliver advertisements via Oracle channels
and to tailor marketing to me; and (xiv) to comply with Oracle's legal and
corporate requirements.
Oracle may transfer your personal information collected in connection with your
registration on this website to its affiliates globally and to third party
entities that provide services to Oracle, including to affiliates and entities
located in countries which are not considered to have an adequate level of data
protection.
By filling and submitting this form, you understand and agree that the use of
Oracle's web site is subject to the Oracle.com Terms of Use. Additional details
regarding Oracle’s collection and use of your personal information, including
information about access, retention, rectification, deletion, security,
cross-border transfers and other topics, is available in the Oracle Privacy
Policy.

Source Partner  

 

© Oracle | Terms of Use and Privacy | Event Code of Conduct |
 Cookie-Präferenzen