Office Consumer is reader-supported. We may earn an affiliate commission from qualified links on our site.

How Long Does It Take to Become a Database Administrator? (w/Examples) + FAQs

Becoming a database administrator (DBA) takes two to six years on average, depending on your starting point, education path, and certification goals. A self-taught learner with prior IT experience can land a junior DBA role in as little as 18 to 24 months, while a traditional four-year degree plus one to two years of hands-on work pushes the timeline closer to six years, according to the BLS Occupational Outlook Handbook for database administrators.

The core problem the DBA career path addresses is the protection, availability, and compliance of sensitive data under federal laws like the HIPAA Security Rule at 45 CFR Β§164.312, the Sarbanes-Oxley Act Section 404, the Gramm-Leach-Bliley Safeguards Rule, and the California Consumer Privacy Act as amended by the CPRA. A single missed patch or misconfigured permission can trigger a reportable breach, and the average cost of a U.S. data breach reached $9.36 million in 2024, per the IBM Cost of a Data Breach Report.

Here is what you will learn in this guide:

What a Database Administrator Actually Does

A database administrator is the person responsible for installing, configuring, securing, backing up, and tuning the databases that hold an organization’s most critical data. The BLS defines the role under Standard Occupational Classification 15-1242, which covers both traditional on-premises DBAs and cloud database specialists.

DBAs interact with almost every federal data-protection statute in the United States. Under the HIPAA Security Rule, a DBA at a hospital must implement access controls, audit logs, and encryption-at-rest for electronic protected health information. The plain-English meaning is simple β€” every query, login, and export has to be traceable back to a named user. The consequence of ignoring this rule is a civil penalty of up to $2,134,831 per violation category per year, according to the HHS Office for Civil Rights penalty schedule. A real-world example is the 2023 Montefiore Medical Center settlement, where insider database abuse cost the hospital $4.75 million. A common misconception is that encryption alone satisfies HIPAA β€” it does not, because audit controls and integrity controls are separate required specifications.

Core Daily Tasks

A DBA spends a typical day monitoring database performance, applying patches, writing backup scripts, and reviewing user permissions. The O*NET task list for 15-1242.00 identifies over 30 distinct duties, and most DBAs rotate through roughly a dozen each week.

Performance tuning is the task that eats the most clock time. A DBA writing a slow query might use SQL Server’s Query Store, Oracle’s Automatic Workload Repository, or PostgreSQL’s pg_stat_statements to find the bottleneck. The consequence of skipping tuning is that application response times degrade, users complain, and the business loses revenue.

Security hardening is the second-biggest time sink. A DBA must rotate service-account passwords, revoke orphaned logins, and patch CVEs within the window set by internal policy. Under the FTC Safeguards Rule at 16 CFR Part 314, a financial-services DBA must encrypt customer data in transit and at rest and document every access change.

How DBAs Differ From Data Engineers and DevOps

A DBA keeps databases alive, secure, and fast, while a data engineer builds the pipelines that move data into those databases. The ACM Computing Curricula draws a clear line between the two roles, and most employers follow it.

DevOps engineers automate deployment infrastructure, but they rarely own the schema or the backup strategy. A DBA owns the recovery-time objective (RTO) and recovery-point objective (RPO) that appear in disaster-recovery plans required under the HIPAA Contingency Plan standard.

The consequence of blurring these roles is accountability gaps during outages. A common misconception is that moving to the cloud eliminates the DBA role β€” it does not, because cloud DBAs still own tuning, security, and compliance in services like Amazon RDS and Azure SQL Database.

The Four Main Pathways to Becoming a DBA

Four pathways dominate entry into the DBA field, and each has a different clock. The CompTIA State of the Tech Workforce report shows that roughly 42% of DBAs hold a bachelor’s degree, 28% hold an associate degree, 18% are self-taught with certifications, and 12% entered through bootcamps or military training.

Your chosen pathway affects not just time but also which employers will interview you. Federal contractors and healthcare systems usually require a bachelor’s degree because of audit requirements under the Federal Information Security Modernization Act (FISMA). Startups and mid-market companies often accept certifications plus a portfolio.

Bachelor’s Degree Route (4–6 Years)

A four-year bachelor’s degree in computer science, information systems, or data management is the traditional path. Programs accredited by ABET typically require 120 credit hours, including database courses, operating systems, networking, and at least one security course.

After graduation, most new grads spend one to two years in a junior DBA, data analyst, or IT support role before earning the full “DBA” title. The consequence of skipping that junior period is that you may struggle to handle production incidents, which can trigger SLA breaches and contractual penalties.

A real-world example is Marcus Chen, a 2024 University of Texas at Austin graduate who took a junior DBA role at a regional bank. Within 18 months, he passed the Oracle Database Administrator Professional certification and moved into a senior role. A common misconception is that the degree alone qualifies you β€” employers still expect hands-on lab work.

Associate Degree Route (2–4 Years)

A two-year associate degree from a community college, combined with one or two certifications, gets you into a junior DBA role faster and cheaper. The American Association of Community Colleges reports average tuition near $3,990 per year for in-district students.

Community-college graduates often start as database technicians or report writers, then move up after earning a vendor certification. The consequence of stopping at the associate degree without certifications is a lower salary ceiling β€” BLS data shows roughly a $14,000 annual gap versus bachelor’s holders.

A real-world example is Priya Patel, who earned an associate degree at Sacramento City College, passed the Microsoft Azure Database Administrator Associate exam DP-300, and landed a cloud DBA role in Roseville within three years of starting school. A common misconception is that community college credits will not transfer β€” most California community colleges have articulation agreements with the CSU and UC systems through ASSIST.org.

Certification-Only / Self-Taught Route (18 Months–3 Years)

Self-taught DBAs skip formal school and build skills through vendor training, online courses, and home labs. The AWS Certified Database – Specialty path, for example, takes most learners six to nine months of part-time study.

This route is fastest but hardest. You must build a public portfolio β€” GitHub repos with schema designs, blog posts explaining query plans, and a home lab running PostgreSQL, MySQL, or SQL Server. The consequence of skipping the portfolio is that recruiters have no way to validate your skills, and your resume gets filtered out by applicant tracking systems.

A real-world example is James O’Brien, a former help-desk technician in Phoenix who earned the MongoDB Associate DBA certification and the Red Hat Certified Specialist in Databases within 20 months. A common misconception is that certifications replace experience β€” they do not, because employers still require evidence of troubleshooting real incidents.

Bootcamp and Military Transition Route (6 Months–2 Years)

Coding bootcamps and military technical schools offer accelerated paths. The U.S. Department of Veterans Affairs VET TEC program funds database and cloud training for eligible veterans.

Bootcamps like Galvanize or specialized data programs usually run 12 to 24 weeks full-time. The consequence of relying on a bootcamp alone is that employers may question depth of knowledge β€” so most bootcamp graduates pair the program with a vendor certification.

A real-world example is Sergeant Aisha Williams, who left the U.S. Air Force after working on the Defense Information Systems Agency (DISA) database systems, used VET TEC for AWS training, and took a federal-contractor DBA role within eight months of separation. A common misconception is that military experience does not translate β€” it does, especially for roles requiring DoD 8570 baseline certifications.

Timeline Breakdown by Experience Level

The DBA career ladder usually has four rungs β€” junior, mid-level, senior, and principal or lead. Each rung correlates to years of hands-on experience, certifications held, and scope of responsibility, as outlined in the Robert Half Technology Salary Guide.

Moving up the ladder requires documented wins β€” successful migrations, zero-downtime upgrades, audit pass rates, and cost savings. The consequence of failing to document achievements is that promotion committees have nothing to point to, and lateral hires from the outside take the senior slot.

Junior DBA (0–2 Years)

Junior DBAs handle backups, restore tests, ticket triage, and basic performance tuning. Salaries range from $65,000 to $85,000, per the BLS state and metro wage data.

During this period, junior DBAs typically earn their first vendor certification. The consequence of failing to certify within the first two years is a plateau β€” promotions usually require at least one active credential.

Common first-year tasks include writing T-SQL or PL/SQL scripts, learning backup tools like RMAN or native SQL Server backup, and shadowing senior DBAs on incident calls. A common misconception is that junior DBAs should avoid production β€” they must learn production, under supervision, to grow.

Mid-Level DBA (2–5 Years)

Mid-level DBAs own entire database environments, manage upgrades, and lead small projects. Salaries climb to $90,000 to $120,000, and mid-level DBAs often hold two certifications across different platforms.

The mid-level is the first point where DBAs own compliance outcomes. Under SOX Section 404, a mid-level DBA at a public company signs off on internal-control assertions around financial databases. The consequence of a failed SOX audit is material-weakness disclosure, stock price drops, and personal liability for officers who signed off.

A mid-level DBA often mentors juniors and participates in disaster-recovery drills. A common misconception is that mid-level is a dead-end β€” it is actually the fastest window for promotion if you pick a specialty (cloud, security, or performance).

Senior and Principal DBA (5+ Years)

Senior DBAs design architectures, set standards, and serve as the final escalation point. Salaries range from $125,000 to $175,000, with principal DBAs at FAANG companies earning well over $200,000 base, per Levels.fyi data.

Senior DBAs own the organization’s posture under laws like GLBA and PCI-DSS v4.0. They approve schema changes, design encryption strategies, and testify during audits.

The consequence of a senior DBA error is enterprise-wide β€” a single bad index change can take down a trading floor. A common misconception is that senior DBAs stop writing code β€” they still write scripts, but the audience is the platform, not individual applications.

Certifications That Shorten the Timeline

Certifications compress the DBA timeline by giving employers a portable, verifiable signal of skill. The four dominant certification families β€” Oracle, Microsoft, AWS, and IBM β€” map directly to the most common production database platforms.

Passing a certification does not guarantee a job, but it does unlock interviews that would otherwise be out of reach. The consequence of neglecting certifications in the first five years is measurable β€” certified DBAs earn roughly 10% more on average, per the Global Knowledge IT Skills and Salary Report.

Oracle Certifications

Oracle offers a tiered credential stack β€” Associate, Professional, Master, and Expert. The Oracle Certified Professional Database Administrator is the industry standard for Oracle shops like banks and federal agencies.

Most candidates spend four to six months preparing. The consequence of taking the exam too early is a failed attempt, a cooldown period, and a re-test fee. A common misconception is that Oracle certifications are outdated β€” they are not, because Oracle still runs mission-critical systems at 97 of the Fortune 100.

Microsoft Azure Certifications

Microsoft’s DP-300 Azure Database Administrator Associate is the fastest-growing DBA credential. Most candidates pass in three to four months of part-time study.

The exam tests Azure SQL, managed instances, and hybrid scenarios. The consequence of skipping hands-on labs is a low practical score β€” Microsoft exams include case studies that require real experience. A common misconception is that DP-300 only covers cloud β€” it also covers on-prem SQL Server in hybrid configurations.

AWS and Google Cloud Certifications

The AWS Certified Database – Specialty validates expertise across Amazon RDS, Aurora, DynamoDB, and Redshift. Google’s Professional Cloud Database Engineer covers Cloud SQL, Spanner, and Bigtable.

Both exams run about $300 and take four to six months to prepare. The consequence of picking the wrong cloud is reduced marketability in certain regions β€” AWS dominates on the U.S. East Coast while Azure leads in the Midwest public sector.

A common misconception is that you need all three cloud certs β€” you do not, because most employers value depth in one cloud over surface knowledge of three.

IBM Db2, MongoDB, and PostgreSQL Certifications

IBM’s Db2 certifications still matter for finance and insurance. MongoDB offers Associate and Professional DBA credentials for NoSQL-heavy shops.

PostgreSQL offers community and vendor-led credentials through EDB and Crunchy Data. The consequence of ignoring open-source credentials is missed opportunities at startups and government agencies using PostgreSQL to avoid license costs.

A common misconception is that NoSQL skills replace SQL skills β€” they do not, because most production environments still run relational databases for transactional workloads.

Three Real-World DBA Career Scenarios

Below are the three most common DBA career scenarios, each shown in a two-column format.

Scenario 1: Career Changer From Accounting

Path StepTimeline Consequence
Enroll in community college part-time while workingAdds 2–3 years but preserves income
Earn associate degree in information systemsQualifies for junior DBA roles at regional firms
Pass CompTIA Data+ and DP-300Cuts job-search time from 9 months to 3 months
Accept junior DBA role at a CPA firmLeverages accounting knowledge under SOX Section 404
Promote to mid-level DBA after 24 monthsSalary jumps from $72,000 to $105,000

Scenario 2: Recent CS Graduate

Path StepTimeline Consequence
Complete ABET-accredited B.S. in computer scienceQualifies for federal-contractor roles under FISMA
Intern at a cloud provider during junior yearShaves 6 months off first-job search
Pass AWS Certified Database – Specialty before graduationSignals senior-track potential
Join a FAANG company as a DBA IStarting salary $135,000 plus equity
Promote to DBA II after 18 monthsAdds on-call responsibility and PagerDuty rotation

Scenario 3: Self-Taught Former Help-Desk Technician

Path StepTimeline Consequence
Build a home lab on Proxmox with PostgreSQL and SQL ServerDemonstrates troubleshooting without employer risk
Contribute to an open-source database projectProvides a public record of code quality
Earn Red Hat Certified Specialist in DatabasesUnlocks Linux-heavy shops
Accept contract-to-hire junior DBA roleGets foot in the door without four-year degree
Convert to full-time DBA after 9-month contractSalary moves from $55/hour to $95,000 salary plus benefits

Compliance and Legal Frameworks Every DBA Must Know

DBAs operate inside a dense web of federal and state laws. The five laws below shape most daily decisions about access control, encryption, backups, and audit logging.

Ignoring these frameworks is not a theoretical risk. The consequence of a compliance miss is personal career damage, company fines, and in some cases criminal liability under statutes like the Computer Fraud and Abuse Act at 18 U.S.C. Β§1030.

HIPAA Security Rule

The HIPAA Security Rule at 45 CFR Β§Β§164.302–164.318 requires covered entities and business associates to implement administrative, physical, and technical safeguards. A DBA touches all three.

The plain-English explanation is that every ePHI database needs access controls, audit logs, integrity controls, and transmission security. The consequence of non-compliance is civil money penalties, corrective action plans, and in willful-neglect cases, criminal referral.

A real-world example is the $1.3 million HHS settlement with Doctors’ Management Services in 2023 for inadequate risk analysis on database servers. A common misconception is that business-associate agreements shift liability β€” they share it but do not eliminate covered-entity responsibility.

Sarbanes-Oxley and SEC Cybersecurity Rules

SOX Section 404 requires public companies to document and test internal controls over financial reporting. DBAs own the controls around general ledger and sub-ledger databases.

The SEC Cybersecurity Disclosure Rules adopted in 2023 add a four-business-day reporting window for material cyber incidents. The consequence of late disclosure is enforcement actions and shareholder lawsuits.

A common misconception is that SOX applies only to finance staff β€” it applies to anyone with access to systems supporting financial reporting, including DBAs, system admins, and developers.

State Privacy Laws

California’s CCPA and CPRA give consumers rights to access, delete, and correct personal information. The DBA builds the queries and jobs that fulfill those requests.

New York’s SHIELD Act requires reasonable safeguards and breach notification. Illinois’s Biometric Information Privacy Act (BIPA) adds statutory damages per violation for biometric-data mishandling.

The consequence of failing consumer-request SLAs is regulator fines β€” the California Privacy Protection Agency has already levied multi-million-dollar penalties. A common misconception is that state laws only apply to companies headquartered in that state β€” they apply based on the consumer’s residence.

Mistakes to Avoid on Your DBA Path

Avoiding the following seven mistakes can shave years off your timeline and prevent career-ending compliance failures.

  • Skipping fundamentals β€” Jumping to cloud services before learning relational theory leaves gaps that surface during complex tuning, leading to production outages.
  • Chasing too many certifications at once β€” Spreading study across Oracle, Azure, and AWS in the same quarter produces shallow knowledge and failed exams, wasting both time and fees.
  • Ignoring backup testing β€” Untested backups fail during real disasters, violating the HIPAA Contingency Plan standard and triggering data-loss events.
  • Granting excessive privileges β€” Default sysadmin grants breach the principle of least privilege and create audit findings under SOX and PCI-DSS.
  • Neglecting documentation β€” Undocumented schemas force future DBAs to reverse-engineer logic, slowing incident response and increasing downtime costs.
  • Failing to monitor audit logs β€” Silent log failures allow attackers to move laterally undetected, producing breaches that trigger notification under the New York SHIELD Act.
  • Treating certifications as a substitute for experience β€” Certified DBAs without hands-on practice fail technical interviews and probationary periods, restarting the job search.

Do’s and Don’ts for Aspiring DBAs

Follow these rules to accelerate the path.

  • Do build a home lab early β€” Hands-on practice is the single strongest signal in interviews because it proves troubleshooting skill.
  • Do pick one cloud provider first β€” Depth beats breadth in the first three years because employers hire for specific stacks.
  • Do contribute to open source β€” Public code shows recruiters your real skill level without requiring an NDA waiver.
  • Do shadow senior DBAs β€” Mentorship compresses the learning curve by exposing you to failure modes you would otherwise hit yourself.
  • Do track your wins β€” Quantified achievements drive promotions because committees need numbers.

Avoid these pitfalls.

  • Don’t skip Linux fundamentals β€” Most production databases run on Linux, so weak shell skills create a ceiling.
  • Don’t ignore soft skills β€” DBAs explain risk to executives, and poor communication tanks careers.
  • Don’t stay at a single employer too long β€” Changing companies every three to five years increases exposure to different platforms and faster salary growth.
  • Don’t neglect compliance training β€” Regulatory ignorance is not a defense under HHS OCR enforcement.
  • Don’t dismiss on-prem experience β€” Legacy systems still pay well and teach durable skills like storage and networking.

Pros and Cons of the DBA Career

Weigh these benefits before committing.

  • Strong salary floor β€” The BLS median of $101,510 sits well above the national average across all occupations.
  • Remote-friendly work β€” Most DBA tasks happen over SSH and VPN, making remote roles common.
  • High demand in regulated industries β€” Healthcare, finance, and government need DBAs because of compliance pressure.
  • Clear certification ladders β€” Vendor tracks give objective mile markers for career planning.
  • Transferable skills β€” Database knowledge translates directly into data engineering, security engineering, and site reliability engineering.

Consider the downsides.

  • On-call rotations β€” Production databases can page you at 2 a.m., which wears on work-life balance.
  • Continuous learning tax β€” New database engines and cloud services require ongoing study, unpaid on nights and weekends for many DBAs.
  • Compliance stress β€” Audit seasons are intense, and a single finding can cost a bonus.
  • Legacy-system frustration β€” Many DBAs inherit undocumented environments built by departed staff.
  • Narrow job titles β€” The literal title “DBA” is shrinking at some tech firms in favor of “database engineer” or “platform engineer,” which can confuse job searches.

Forms, Processes, and Steps to Enter the Field

The practical process of becoming a DBA breaks into seven repeatable steps.

Step 1: Assess Your Starting Point

Begin with an honest inventory. Count your years of IT experience, your comfort with Linux and SQL, and your available study hours per week.

The consequence of skipping self-assessment is picking a pathway that does not fit, which wastes years. A common misconception is that age matters β€” the EEOC Age Discrimination in Employment Act protects workers 40 and older, and career changers are common in databases.

Use the O*NET Interest Profiler to confirm fit, because DBAs need high conscientiousness and investigative traits.

Step 2: Choose Education Level

Decide between associate, bachelor’s, bootcamp, or self-taught based on time, money, and employer goals. Federal jobs usually require a bachelor’s under OPM Qualification Standards.

The consequence of choosing below employer requirements is repeated application rejections. Pair every education choice with at least one certification milestone.

Step 3: Build a Home Lab

Install VirtualBox, Proxmox, or a cloud free tier, and deploy PostgreSQL, MySQL, and SQL Server Developer Edition. The Microsoft SQL Server Developer Edition is free for non-production use.

Document every step in a public GitHub repo. The consequence of private labs is that recruiters cannot see the work, which reduces interview conversion.

Step 4: Earn Your First Certification

Pick one credential aligned to your target employer. The Microsoft DP-900 Azure Data Fundamentals is the cheapest starting point at $99.

Book the exam before you feel ready β€” a fixed date forces disciplined study. The consequence of endless study without a booked exam is drift.

Step 5: Land a Junior Role

Apply broadly and include contract, contract-to-hire, and apprenticeship roles. The U.S. Department of Labor Apprenticeship Finder lists registered IT apprenticeships.

Target small and mid-size companies first because they give junior DBAs more production exposure. The consequence of holding out for FAANG as a first job is long unemployment gaps that hurt future salary negotiations.

Step 6: Specialize

After two years, pick a specialty β€” cloud, security, performance, or data warehousing. Specialists outearn generalists by roughly 15%, per Robert Half.

Back the specialty with a second certification and a portfolio piece. The consequence of refusing to specialize is slower promotion and lower pay.

Step 7: Advance to Senior

Senior promotions require documented mentorship, cross-team project leadership, and at least one major migration or upgrade. The SANS Leadership Curriculum offers structured training for technical leaders.

The consequence of staying hands-on-only is a senior-title ceiling at some employers. A common misconception is that senior means “stop coding” β€” it means “code the platform, not the app.”

Court Rulings and Enforcement Actions That Shape DBA Duties

Several federal cases define the legal duties DBAs carry. The Van Buren v. United States, 593 U.S. ___ (2021) decision narrowed the Computer Fraud and Abuse Act by holding that exceeding authorized access requires entering off-limits areas, not misusing allowed access.

The consequence for DBAs is that internal misuse of accessible data may still violate policy and contract, even if it no longer violates the CFAA. A common misconception is that Van Buren legalized snooping β€” it did not, because employment law and state statutes still apply.

The FTC v. Wyndham Worldwide ruling confirmed that the FTC can pursue data-security enforcement under Section 5. DBAs at any company serving consumers operate under this authority. The New York v. Dunn & Bradstreet settlement in 2022 produced a $10 million recovery tied to database exposure, underscoring that state attorneys general pursue DBA-adjacent failures aggressively.

Salary Benchmarks by State and Industry

Salary varies sharply by state, industry, and certification. California, New York, Washington, and Virginia top the BLS state wage tables, with Silicon Valley metros pushing median pay above $140,000.

Industry matters as much as geography. Finance and tech pay the highest, followed by healthcare and government. The consequence of choosing low-wage industries early is a lower compounding base for future raises.

California’s cost of living offsets some salary gains, so use the MIT Living Wage Calculator to compare offers. A common misconception is that remote work eliminates geographic pay differences β€” many employers still tier salaries by employee location.

FAQs

Can I become a DBA without a college degree?

Yes. Many DBAs enter through certifications and experience, especially in startups and mid-size companies. Federal and large-healthcare roles usually still require a bachelor’s degree under OPM or internal hiring rules.

Is a DBA career still in demand in 2026?

Yes. BLS projects steady demand for database administrators and architects through 2033, driven by data growth, cloud migration, and compliance pressure under HIPAA, SOX, and state privacy laws.

Do I need to learn multiple database systems?

Yes. Most production environments run at least two platforms, so mastering SQL Server plus PostgreSQL or Oracle plus MongoDB opens far more roles than single-platform expertise alone.

Can I become a DBA while working full-time in another field?

Yes. Part-time study, home labs, and one certification per year create a realistic 24-to-36-month path for career changers who can dedicate 10 to 15 focused hours weekly.

Are cloud DBAs replacing traditional DBAs?

No. Cloud services automate patching and backups but still require human experts for schema design, query tuning, security configuration, and compliance reporting under HIPAA and PCI-DSS.

Is the Oracle certification worth it in 2026?

Yes. Oracle still powers mission-critical systems at 97 of the Fortune 100, so the Oracle Certified Professional remains a high-value credential in finance, telecom, and federal contracting.

Do DBAs face personal legal liability for breaches?

Yes. Under HIPAA willful-neglect provisions and state laws like BIPA, individual employees can face fines and, in rare cases, criminal referral for knowing violations involving database misconduct.

Can military veterans transition into DBA roles quickly?

Yes. VET TEC funding, DoD 8570 certifications, and security-clearance-eligible backgrounds give veterans an accelerated path into federal-contractor DBA jobs, often within 12 months of separation.

Is Python required for DBAs?

No. SQL remains the core language, but Python and PowerShell scripting accelerate automation tasks and appear in job postings at roughly 60% of mid-to-senior DBA roles today.

Does California pay DBAs more than other states?

Yes. California metros like San Jose and San Francisco lead BLS wage tables, with median pay exceeding $140,000, though higher cost of living offsets part of the nominal advantage.

Can I become a DBA in under two years?

Yes. With prior IT experience, focused certification study, and a strong home lab, motivated candidates can land a junior DBA role in 18 to 24 months, especially in cloud-first companies.

Do I need a master’s degree to become a senior DBA?

No. Experience, certifications, and documented project wins matter more than graduate degrees for senior DBA promotion, though an MBA can help DBAs targeting management or architecture leadership tracks.